Home
last modified time | relevance | path

Searched refs:KoXmlWriter (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/editors/calligra/calligra-3.2.1/filters/words/epub/
H A DOdtHtmlConverter.h33 class KoXmlWriter; variable
89 void handleTagP(KoXmlElement &nodeElement, KoXmlWriter *htmlWriter);
90 void handleTagH(KoXmlElement &nodeElement, KoXmlWriter *htmlWriter);
92 void handleCharacterData(KoXmlNode &node, KoXmlWriter *htmlWriter);
104 void copyXmlElement(const KoXmlElement &el, KoXmlWriter &writer,
108 void handleTagTab(KoXmlWriter *htmlWriter);
112 void handleTagLineBreak(KoXmlWriter *htmlWriter);
115 void handleTagBookMarkEnd(KoXmlWriter *htmlWriter);
122 void writeFootNotes(KoXmlWriter *htmlWriter);
123 void writeEndNotes(KoXmlWriter *htmlWriter);
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/words/mobi/
H A DOdtMobiHtmlConverter.h33 class KoXmlWriter; variable
83 void handleTagP(KoXmlElement &nodeElement, KoXmlWriter *htmlWriter);
84 void handleTagH(KoXmlElement &nodeElement, KoXmlWriter *htmlWriter);
86 void handleCharacterData(KoXmlNode &node, KoXmlWriter *htmlWriter);
97 void handleTagTab(KoXmlWriter *htmlWriter);
101 void handleTagLineBreak(KoXmlWriter *htmlWriter);
104 void handleTagBookMarkEnd(KoXmlWriter *htmlWriter);
111 void writeFootNotes(KoXmlWriter *htmlWriter);
112 void writeEndNotes(KoXmlWriter *htmlWriter);
116 void closeFontOptionsElement(KoXmlWriter *htmlWriter);
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/stage/kpr2odf/
H A DFilterkpr2odf.h36 class KoXmlWriter; variable
52 void createImageList(KoStore* output, KoStore* input, KoXmlWriter* manifest);
54 void convertContent(KoXmlWriter* content);
55 void convertObjects(KoXmlWriter* content, const KoXmlNode& objects);
56 void saveAnimations(KoXmlWriter* content);
59 void appendPicture(KoXmlWriter* content, const KoXmlElement& objectElement);
60 void appendLine(KoXmlWriter* content, const KoXmlElement& objectElement);
62 void appendEllipse(KoXmlWriter* content, const KoXmlElement& objectElement);
66 void appendPie(KoXmlWriter* content, const KoXmlElement& objectElement);
71 void appendArrow(KoXmlWriter* content, const KoXmlElement& objectElement);
[all …]
/dports/graphics/krita/krita-4.4.8/libs/store/
H A DKoXmlWriter.cpp32 class Q_DECL_HIDDEN KoXmlWriter::Private
51 KoXmlWriter::KoXmlWriter(QIODevice* dev, int indentLevel) in KoXmlWriter() function in KoXmlWriter
57 void KoXmlWriter::init() in init()
68 KoXmlWriter::~KoXmlWriter() in ~KoXmlWriter()
91 void KoXmlWriter::endDocument() in endDocument()
116 void KoXmlWriter::prepareForTextNode() in prepareForTextNode()
179 void KoXmlWriter::endElement() in endElement()
263 void KoXmlWriter::writeIndent() in writeIndent()
513 QIODevice *KoXmlWriter::device() const in device()
518 int KoXmlWriter::indentLevel() const in indentLevel()
[all …]
H A DKoXmlWriter.h34 class KRITASTORE_EXPORT KoXmlWriter
41 explicit KoXmlWriter(QIODevice* dev, int indentLevel = 0);
44 ~KoXmlWriter();
280 KoXmlWriter(const KoXmlWriter &); // forbidden
281 KoXmlWriter& operator=(const KoXmlWriter &); // forbidden
/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoXmlWriter.cpp31 class Q_DECL_HIDDEN KoXmlWriter::Private
50 KoXmlWriter::KoXmlWriter(QIODevice* dev, int indentLevel) in KoXmlWriter() function in KoXmlWriter
56 void KoXmlWriter::init() in init()
67 KoXmlWriter::~KoXmlWriter() in ~KoXmlWriter()
90 void KoXmlWriter::endDocument() in endDocument()
98 bool KoXmlWriter::prepareForChild() in prepareForChild()
115 void KoXmlWriter::prepareForTextNode() in prepareForTextNode()
175 void KoXmlWriter::endElement() in endElement()
279 void KoXmlWriter::writeIndent() in writeIndent()
534 int KoXmlWriter::indentLevel() const in indentLevel()
[all …]
H A DKoXmlWriter.h35 class KOSTORE_EXPORT KoXmlWriter
42 explicit KoXmlWriter(QIODevice* dev, int indentLevel = 0);
45 ~KoXmlWriter();
295 KoXmlWriter(const KoXmlWriter &); // forbidden
296 KoXmlWriter& operator=(const KoXmlWriter &); // forbidden
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoXmlWriter.cpp32 class Q_DECL_HIDDEN KoXmlWriter::Private
51 KoXmlWriter::KoXmlWriter(QIODevice* dev, int indentLevel) in KoXmlWriter() function in KoXmlWriter
57 void KoXmlWriter::init() in init()
68 KoXmlWriter::~KoXmlWriter() in ~KoXmlWriter()
91 void KoXmlWriter::endDocument() in endDocument()
99 bool KoXmlWriter::prepareForChild() in prepareForChild()
116 void KoXmlWriter::prepareForTextNode() in prepareForTextNode()
176 void KoXmlWriter::endElement() in endElement()
280 void KoXmlWriter::writeIndent() in writeIndent()
535 int KoXmlWriter::indentLevel() const in indentLevel()
[all …]
H A DKoXmlWriter.h35 class KOSTORE_EXPORT KoXmlWriter
42 explicit KoXmlWriter(QIODevice* dev, int indentLevel = 0);
45 ~KoXmlWriter();
295 KoXmlWriter(const KoXmlWriter &); // forbidden
296 KoXmlWriter& operator=(const KoXmlWriter &); // forbidden
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/reportgenerator/
H A DReportGeneratorOdt.h36 class KoXmlWriter; variable
68 bool handleTextP(KoXmlWriter &writer, const KoXmlElement &textp);
69 void handleDrawFrame(KoXmlWriter &writer, const KoXmlElement &frame);
70 void treatText(KoXmlWriter &writer, const KoXmlText &text);
71 void treatTable(KoXmlWriter &writer, const KoXmlElement &tableElement);
72 bool treatTableHeaderRows(KoXmlWriter &writer, const KoXmlElement &headerRowElement);
73 bool treatTableRow(KoXmlWriter &writer, const KoXmlElement &rowElement);
74 void treatUserFieldGet(KoXmlWriter &writer, const KoXmlElement &e);
76 void writeChildElements(KoXmlWriter &writer, const KoXmlElement &parent);
84 void writeChartElements(KoXmlWriter &writer, const KoXmlElement &parent);
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DToCBibGeneratorInfo.h27 class KoXmlWriter; variable
37 virtual void addAttributes(KoXmlWriter * writer) const;
38 void saveOdf(KoXmlWriter * writer) const;
58 void addAttributes(KoXmlWriter* writer) const override;
70 void addAttributes(KoXmlWriter* writer) const override;
89 void addAttributes(KoXmlWriter* writer) const override;
119 void saveOdf(KoXmlWriter * writer) const;
131 void saveOdf(KoXmlWriter * writer) const;
144 void saveOdf(KoXmlWriter * writer) const;
156 void saveOdf(KoXmlWriter * writer) const;
[all …]
H A DToCBibGeneratorInfo.cpp45 void IndexEntry::addAttributes(KoXmlWriter* writer) const in addAttributes()
50 void IndexEntry::saveOdf(KoXmlWriter* writer) const in saveOdf()
103 void IndexEntryBibliography::addAttributes(KoXmlWriter* writer) const in addAttributes()
122 void IndexEntrySpan::addAttributes(KoXmlWriter* writer) const in addAttributes()
142 void IndexEntryTabStop::addAttributes(KoXmlWriter* writer) const in addAttributes()
163 void BibliographyEntryTemplate::saveOdf(KoXmlWriter* writer) const in saveOdf()
175 void IndexTitleTemplate::saveOdf(KoXmlWriter* writer) const in saveOdf()
195 void IndexSourceStyle::saveOdf(KoXmlWriter* writer) const in saveOdf()
217 void IndexSourceStyles::saveOdf(KoXmlWriter* writer) const in saveOdf()
264 void TocEntryTemplate::saveOdf(KoXmlWriter* writer) const in saveOdf()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DToCBibGeneratorInfo.h27 class KoXmlWriter; variable
37 virtual void addAttributes(KoXmlWriter * writer) const;
38 void saveOdf(KoXmlWriter * writer) const;
58 void addAttributes(KoXmlWriter* writer) const override;
70 void addAttributes(KoXmlWriter* writer) const override;
89 void addAttributes(KoXmlWriter* writer) const override;
119 void saveOdf(KoXmlWriter * writer) const;
131 void saveOdf(KoXmlWriter * writer) const;
144 void saveOdf(KoXmlWriter * writer) const;
156 void saveOdf(KoXmlWriter * writer) const;
[all …]
H A DToCBibGeneratorInfo.cpp45 void IndexEntry::addAttributes(KoXmlWriter* writer) const in addAttributes()
50 void IndexEntry::saveOdf(KoXmlWriter* writer) const in saveOdf()
103 void IndexEntryBibliography::addAttributes(KoXmlWriter* writer) const in addAttributes()
122 void IndexEntrySpan::addAttributes(KoXmlWriter* writer) const in addAttributes()
142 void IndexEntryTabStop::addAttributes(KoXmlWriter* writer) const in addAttributes()
163 void BibliographyEntryTemplate::saveOdf(KoXmlWriter* writer) const in saveOdf()
175 void IndexTitleTemplate::saveOdf(KoXmlWriter* writer) const in saveOdf()
195 void IndexSourceStyle::saveOdf(KoXmlWriter* writer) const in saveOdf()
217 void IndexSourceStyles::saveOdf(KoXmlWriter* writer) const in saveOdf()
264 void TocEntryTemplate::saveOdf(KoXmlWriter* writer) const in saveOdf()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoOdfWriteStore.h24 class KoXmlWriter; variable
73 static KoXmlWriter *createOasisXmlWriter(QIODevice *dev, const char *rootElementName);
80 KoXmlWriter *contentWriter();
86 KoXmlWriter *bodyWriter();
100 KoXmlWriter *manifestWriter(const char *mimeType);
106 KoXmlWriter *manifestWriter();
H A DKoOdfWriteStore.cpp60 KoXmlWriter * contentWriter;
62 KoXmlWriter * bodyWriter;
63 KoXmlWriter * manifestWriter;
77 KoXmlWriter* KoOdfWriteStore::createOasisXmlWriter(QIODevice* dev, const char* rootElementName) in createOasisXmlWriter()
79 KoXmlWriter* writer = new KoXmlWriter(dev); in createOasisXmlWriter()
132 KoXmlWriter* KoOdfWriteStore::contentWriter() in contentWriter()
144 KoXmlWriter* KoOdfWriteStore::bodyWriter() in bodyWriter()
155 d->bodyWriter = new KoXmlWriter(d->contentTmpFile, 1); in bodyWriter()
189 KoXmlWriter* KoOdfWriteStore::manifestWriter(const char* mimeType) in manifestWriter()
195 d->manifestWriter = new KoXmlWriter(manifestBuffer); in manifestWriter()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoOdfWriteStore.h24 class KoXmlWriter; variable
73 static KoXmlWriter *createOasisXmlWriter(QIODevice *dev, const char *rootElementName);
80 KoXmlWriter *contentWriter();
86 KoXmlWriter *bodyWriter();
100 KoXmlWriter *manifestWriter(const char *mimeType);
106 KoXmlWriter *manifestWriter();
H A DKoOdfWriteStore.cpp60 KoXmlWriter * contentWriter;
62 KoXmlWriter * bodyWriter;
63 KoXmlWriter * manifestWriter;
77 KoXmlWriter* KoOdfWriteStore::createOasisXmlWriter(QIODevice* dev, const char* rootElementName) in createOasisXmlWriter()
79 KoXmlWriter* writer = new KoXmlWriter(dev); in createOasisXmlWriter()
132 KoXmlWriter* KoOdfWriteStore::contentWriter() in contentWriter()
144 KoXmlWriter* KoOdfWriteStore::bodyWriter() in bodyWriter()
155 d->bodyWriter = new KoXmlWriter(d->contentTmpFile, 1); in bodyWriter()
189 KoXmlWriter* KoOdfWriteStore::manifestWriter(const char* mimeType) in manifestWriter()
195 d->manifestWriter = new KoXmlWriter(manifestBuffer); in manifestWriter()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoOdfWriteStore.h24 class KoXmlWriter; variable
73 static KoXmlWriter *createOasisXmlWriter(QIODevice *dev, const char *rootElementName);
80 KoXmlWriter *contentWriter();
86 KoXmlWriter *bodyWriter();
100 KoXmlWriter *manifestWriter(const char *mimeType);
106 KoXmlWriter *manifestWriter();
H A DKoOdfWriteStore.cpp61 KoXmlWriter * contentWriter;
63 KoXmlWriter * bodyWriter;
64 KoXmlWriter * manifestWriter;
78 KoXmlWriter* KoOdfWriteStore::createOasisXmlWriter(QIODevice* dev, const char* rootElementName) in createOasisXmlWriter()
80 KoXmlWriter* writer = new KoXmlWriter(dev); in createOasisXmlWriter()
133 KoXmlWriter* KoOdfWriteStore::contentWriter() in contentWriter()
145 KoXmlWriter* KoOdfWriteStore::bodyWriter() in bodyWriter()
156 d->bodyWriter = new KoXmlWriter(d->contentTmpFile, 1); in bodyWriter()
190 KoXmlWriter* KoOdfWriteStore::manifestWriter(const char* mimeType) in manifestWriter()
196 d->manifestWriter = new KoXmlWriter(manifestBuffer); in manifestWriter()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dtexthandler.h120 KoXmlWriter* currentWriter() const;
181 void inlineObjectFound(const wvWare::PictureData& data, KoXmlWriter* writer);
182 void floatingObjectFound(unsigned int globalCP, KoXmlWriter* writer);
197 KoXmlWriter* m_bodyWriter; //this writes to content.xml inside <office:body>
235 KoXmlWriter* m_drawingWriter; //write the drawing data, then add it to bodyWriter
251 KoXmlWriter* m_tableWriter;
262 QStack <KoXmlWriter*> m_usedListWriters;
279 KoXmlWriter* drawingWriter, bool insideDrawing) : in State()
292 KoXmlWriter* drawingWriter;
410 m_writer = new KoXmlWriter(m_buffer); in m_type()
[all …]
H A Dmswordodfimport.cpp161 KoXmlWriter *m_contentWriter; in convert()
162 KoXmlWriter *m_bodyWriter; in convert()
189 KoXmlWriter metaWriter(&buf); in convert()
194 KoXmlWriter manifestWriter(&manifestBuf); in convert()
200 KoXmlWriter *contentWriter = new KoXmlWriter(&contentBuf); in convert()
202 KoXmlWriter *bodyWriter = new KoXmlWriter(&bodyBuf); in convert()
271 KoXmlWriter* realContentWriter = oasisStore.contentWriter(); in convert()
278 KoXmlWriter *realBodyWriter = oasisStore.bodyWriter(); in convert()
292KoXmlWriter *settingsWriter = oasisStore.createOasisXmlWriter(&settingsDev, "office:document-setti… in convert()
339KoXmlWriter *realManifestWriter = oasisStore.manifestWriter("application/vnd.oasis.opendocument.te… in convert()
[all …]
H A Ddocument.h74 KoXmlWriter* bodyWriter, KoXmlWriter* metaWriter, KoXmlWriter* manifestWriter,
125 KoXmlWriter* headerWriter(void) const { return m_headerWriter; } in headerWriter()
193 void slotInlineObjectFound(const wvWare::PictureData& data, KoXmlWriter* writer);
195 void slotFloatingObjectFound(unsigned int globalCP, KoXmlWriter* writer);
234 KoXmlWriter* m_bodyWriter; //for writing to the body of content.xml
236 KoXmlWriter* m_metaWriter; //for writing to meta.xml
237 KoXmlWriter* m_headerWriter; //for header/footer writing in styles.xml
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DKoOdfExporter.h27 class KoXmlWriter; variable
39 KoXmlWriter *content;
40 KoXmlWriter *body;
41 KoXmlWriter *meta;
42 KoXmlWriter *manifest;
94 virtual void writeConfigurationSettings(KoXmlWriter* settings) const = 0;
H A DKoOdfExporter.cpp98 KoXmlWriter metaWriter(&buf); in convert()
104 KoXmlWriter manifestWriter(&manifestBuf); in convert()
110 KoXmlWriter contentWriter(&contentBuf); in convert()
113 KoXmlWriter bodyWriter(&bodyBuf); in convert()
131 KoXmlWriter* realContentWriter = oasisStore.contentWriter(); in convert()
139 KoXmlWriter* realBodyWriter = oasisStore.bodyWriter(); in convert()
157 KoXmlWriter* realManifestWriter = oasisStore.manifestWriter(to); in convert()
173KoXmlWriter* settings = KoOdfWriteStore::createOasisXmlWriter(&settingsDev, "office:document-setti… in convert()
195 KoXmlWriter* meta = KoOdfWriteStore::createOasisXmlWriter(&metaDev, "office:document-meta"); in convert()

12345678910>>...22