Home
last modified time | relevance | path

Searched refs:KoXmlText (Results 1 – 21 of 21) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoXmlReader.h38 typedef QDomText KoXmlText; typedef
49 class KoXmlText; variable
111 KoXmlText toText() const;
204 class KOSTORE_EXPORT KoXmlText: public KoXmlNode
207 KoXmlText();
208 KoXmlText(const KoXmlText& text);
209 KoXmlText& operator=(const KoXmlText& text);
210 ~KoXmlText() override;
219 explicit KoXmlText(KoXmlNodeData*);
226 class KOSTORE_EXPORT KoXmlCDATASection: public KoXmlText
H A DKoXmlReaderForward.h33 typedef QDomText KoXmlText; typedef
42 class KoXmlText; variable
H A DKoXmlReader.cpp1810 KoXmlText KoXmlNode::toText() const in toText()
1812 return isText() ? KoXmlText(d) : KoXmlText(); in toText()
1959 KoXmlText::KoXmlText(): KoXmlNode() in KoXmlText() function in KoXmlText
1963 KoXmlText::~KoXmlText() in ~KoXmlText()
1967 KoXmlText::KoXmlText(const KoXmlText& text): KoXmlNode(text.d) in KoXmlText() function in KoXmlText
1971 KoXmlText::KoXmlText(KoXmlNodeData* data): KoXmlNode(data) in KoXmlText() function in KoXmlText
1975 bool KoXmlText::isText() const in isText()
1980 QString KoXmlText::data() const in data()
1985 KoXmlText& KoXmlText::operator=(const KoXmlText & element) in operator =()
2002 : KoXmlText(cdata) in KoXmlCDATASection()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoXmlReader.h38 typedef QDomText KoXmlText; typedef
49 class KoXmlText; variable
111 KoXmlText toText() const;
204 class KOSTORE_EXPORT KoXmlText: public KoXmlNode
207 KoXmlText();
208 KoXmlText(const KoXmlText& text);
209 KoXmlText& operator=(const KoXmlText& text);
210 ~KoXmlText() override;
219 explicit KoXmlText(KoXmlNodeData*);
226 class KOSTORE_EXPORT KoXmlCDATASection: public KoXmlText
H A DKoXmlReaderForward.h33 typedef QDomText KoXmlText; typedef
42 class KoXmlText; variable
H A DKoXmlReader.cpp1811 KoXmlText KoXmlNode::toText() const in toText()
1813 return isText() ? KoXmlText(d) : KoXmlText(); in toText()
1960 KoXmlText::KoXmlText(): KoXmlNode() in KoXmlText() function in KoXmlText
1964 KoXmlText::~KoXmlText() in ~KoXmlText()
1968 KoXmlText::KoXmlText(const KoXmlText& text): KoXmlNode(text.d) in KoXmlText() function in KoXmlText
1972 KoXmlText::KoXmlText(KoXmlNodeData* data): KoXmlNode(data) in KoXmlText() function in KoXmlText
1976 bool KoXmlText::isText() const in isText()
1981 QString KoXmlText::data() const in data()
1986 KoXmlText& KoXmlText::operator=(const KoXmlText & element) in operator =()
2003 : KoXmlText(cdata) in KoXmlCDATASection()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/store/
H A DKoXmlReaderForward.h29 typedef QDomText KoXmlText; typedef
/dports/graphics/krita/krita-4.4.8/libs/flake/text/
H A DKoSvgTextChunkShape.h85 bool loadSvgTextNode(const KoXmlText &text, SvgLoadingContext &context);
H A DKoSvgTextChunkShape.cpp682 KoXmlText textNode = node.toText(); in hasPreviousSibling()
715 KoXmlText textNode = node.toText(); in hasNextSibling()
736 bool KoSvgTextChunkShape::loadSvgTextNode(const KoXmlText &text, SvgLoadingContext &context) in loadSvgTextNode()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/reportgenerator/
H A DReportGeneratorOdt.h70 void treatText(KoXmlWriter &writer, const KoXmlText &text);
H A DReportGeneratorOdt.cpp522 void ReportGeneratorOdt::treatText(KoXmlWriter &writer, const KoXmlText &text) in treatText()
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgParser.h101 KoShape* parseTextNode(const KoXmlText &e);
H A DSvgParser.cpp1691 KoShape* SvgParser::parseTextNode(const KoXmlText &e) in parseTextNode()
1706 KoXmlText getTheOnlyTextChild(const KoXmlElement &e) in getTheOnlyTextChild()
1710 firstChild.toText() : KoXmlText(); in getTheOnlyTextChild()
1762 KoXmlText onlyTextChild = getTheOnlyTextChild(e); in parseTextElement()
H A DSvgCssHelper.cpp632 KoXmlText text = c.toText(); in parseStylesheet()
/dports/editors/calligra/calligra-3.2.1/libs/flake/svg/
H A DSvgCssHelper.cpp636 KoXmlText text = c.toText(); in parseStylesheet()
/dports/editors/calligra/calligra-3.2.1/libs/odf/tests/
H A DTestXmlReaderWithoutSpaces.cpp481 KoXmlText helloText; in testText()
492 KoXmlText hello2Text; in testText()
517 KoXmlText worldText; in testText()
574 KoXmlText helloText; in testCDATA()
H A DTestXmlReader.cpp481 KoXmlText helloText; in testText()
492 KoXmlText hello2Text; in testText()
517 KoXmlText worldText; in testText()
574 KoXmlText helloText; in testCDATA()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/tests/
H A DTestXmlReaderWithoutSpaces.cpp475 KoXmlText helloText; in testText()
486 KoXmlText hello2Text; in testText()
511 KoXmlText worldText; in testText()
568 KoXmlText helloText; in testCDATA()
H A DTestXmlReader.cpp475 KoXmlText helloText; in testText()
486 KoXmlText hello2Text; in testText()
511 KoXmlText worldText; in testText()
568 KoXmlText helloText; in testCDATA()
/dports/editors/calligra/calligra-3.2.1/filters/words/mobi/
H A DOdtMobiHtmlConverter.cpp567 KoXmlText charData = node.toText(); in handleCharacterData()
/dports/editors/calligra/calligra-3.2.1/filters/words/epub/
H A DOdtHtmlConverter.cpp733 KoXmlText charData = node.toText(); in handleCharacterData()