~ubuntu-branches/ubuntu/oneiric/koffice/oneiric-updates

« back to all changes in this revision

Viewing changes to libs/odf/KoOdfWriteStore.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
{
51
51
public:
52
52
    /// @param store recontents the property of the caller
53
 
    explicit KoOdfWriteStore(KoStore* store);
 
53
    explicit KoOdfWriteStore(KoStore *store);
54
54
 
55
55
    ~KoOdfWriteStore();
56
56
 
70
70
     * Once done with writing the contents of the root element, you
71
71
     * will need to call endElement(); endDocument(); before destroying the KoXmlWriter.
72
72
     */
73
 
    static KoXmlWriter* createOasisXmlWriter(QIODevice* dev, const char* rootElementName);
 
73
    static KoXmlWriter *createOasisXmlWriter(QIODevice *dev, const char *rootElementName);
74
74
 
75
 
    KoStore* store() const;
 
75
    KoStore *store() const;
76
76
 
77
77
    /**
78
78
     * Open contents.xml for writing and return the KoXmlWriter
79
79
     */
80
 
    KoXmlWriter* contentWriter();
 
80
    KoXmlWriter *contentWriter();
81
81
 
82
82
    /**
83
83
     * Open another KoXmlWriter for writing out the contents
84
84
     * into a temporary file, to collect automatic styles while doing that.
85
85
     */
86
 
    KoXmlWriter* bodyWriter();
 
86
    KoXmlWriter *bodyWriter();
87
87
 
88
88
    /**
89
89
     * This will copy the body into the content writer,
97
97
    /**
98
98
     * Create and return a manifest writer. It will write to a memory buffer.
99
99
     */
100
 
    KoXmlWriter* manifestWriter(const char* mimeType);
 
100
    KoXmlWriter *manifestWriter(const char *mimeType);
101
101
 
102
102
    /**
103
103
     * Return the manifest writer. It has to be created by manifestWriter( mimeType ) before you can use
104
104
     * this function.
105
105
     */
106
 
    KoXmlWriter* manifestWriter();
 
106
    KoXmlWriter *manifestWriter();
107
107
 
108
108
    /**
109
109
     * Close the manifest writer, writing its contents to manifest.xml