Home
last modified time | relevance | path

Searched refs:KoXmlStreamAttributes (Results 1 – 9 of 9) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/libodf2/
H A DKoXmlStreamReader.cpp385 KoXmlStreamAttributes KoXmlStreamReader::attributes() const in attributes()
388 KoXmlStreamAttributes retval = KoXmlStreamAttributes(this, qAttrs); in attributes()
578 KoXmlStreamAttributes::Private::~Private() in ~Private()
586 KoXmlStreamAttributes::KoXmlStreamAttributes(const KoXmlStreamReader *r, in KoXmlStreamAttributes() function in KoXmlStreamAttributes
588 : d(new KoXmlStreamAttributes::Private(r, qAttrs)) in KoXmlStreamAttributes()
595 KoXmlStreamAttributes::KoXmlStreamAttributes(const KoXmlStreamAttributes &other) in KoXmlStreamAttributes() function in KoXmlStreamAttributes
600 KoXmlStreamAttributes::~KoXmlStreamAttributes() in ~KoXmlStreamAttributes()
605 KoXmlStreamAttributes &KoXmlStreamAttributes::operator=(const KoXmlStreamAttributes &other) in operator =()
618 int KoXmlStreamAttributes::size() const in size()
633 KoXmlStreamAttributes::const_iterator KoXmlStreamAttributes::begin() const in begin()
[all …]
H A DKoXmlStreamReader.h39 class KoXmlStreamAttributes; variable
84 friend class KoXmlStreamAttributes; variable
106 KoXmlStreamAttributes attributes() const;
135 friend class KoXmlStreamAttributes; // For the normal constructor variable
176 class KOODF2_EXPORT KoXmlStreamAttributes
183 KoXmlStreamAttributes(const KoXmlStreamAttributes &other);
184 ~KoXmlStreamAttributes();
186 KoXmlStreamAttributes &operator=(const KoXmlStreamAttributes &other);
211 KoXmlStreamAttributes(const KoXmlStreamReader *r, const QXmlStreamAttributes &qAttrs);
H A DKoOdfListLevelProperties.cpp77 KoXmlStreamAttributes attrs = reader.attributes(); in readOdf()
93 KoXmlStreamAttributes attrs = reader.attributes(); in readOdf()
H A DKoOdfStyleProperties.cpp129 KoXmlStreamAttributes attrs = reader.attributes(); in copyAttributes()
H A DKoOdfPageLayout.cpp128 KoXmlStreamAttributes attrs = reader.attributes(); in readOdf()
H A DKoOdfStyle.cpp131 KoXmlStreamAttributes attrs = reader.attributes(); in readOdf()
H A DKoOdfListStyle.cpp178 KoXmlStreamAttributes attrs = reader.attributes(); in readOdf()
H A DKoOdfStyleManager.cpp204 KoXmlStreamAttributes attrs = reader.attributes(); in collectStyleSet()
/dports/editors/calligra/calligra-3.2.1/filters/words/docx/export/
H A DOdfTextReaderDocxBackend.cpp125 KoXmlStreamAttributes attributes = reader.attributes(); in elementTextH()
154 KoXmlStreamAttributes attributes = reader.attributes(); in elementTextP()
285 KoXmlStreamAttributes attributes = reader.attributes(); in startRun()