Home
last modified time | relevance | path

Searched defs:addCompleteElement (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/store/
H A DKoXmlWriter.cpp141 void KoXmlWriter::addCompleteElement(const char* cstr) in addCompleteElement() function in KoXmlWriter
148 void KoXmlWriter::addCompleteElement(QIODevice* indev) in addCompleteElement() function in KoXmlWriter
/dports/editors/calligra/calligra-3.2.1/libs/odf/writeodf/
H A Dodfwriter.h124 void addCompleteElement(T cstr) { in addCompleteElement() function
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/writeodf/
H A Dodfwriter.h124 void addCompleteElement(T cstr) { in addCompleteElement() function
/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoXmlWriter.cpp140 void KoXmlWriter::addCompleteElement(const char* cstr) in addCompleteElement() function in KoXmlWriter
147 void KoXmlWriter::addCompleteElement(QIODevice* indev) in addCompleteElement() function in KoXmlWriter
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoXmlWriter.cpp141 void KoXmlWriter::addCompleteElement(const char* cstr) in addCompleteElement() function in KoXmlWriter
148 void KoXmlWriter::addCompleteElement(QIODevice* indev) in addCompleteElement() function in KoXmlWriter
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dparagraph.cpp165 bool addCompleteElement) in addRunOfText()