Home
last modified time | relevance | path

Searched refs:findStylesheetByUuid (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/rdf/
H A DKoRdfSemanticItem.h156 hKoSemanticStylesheet findStylesheetByUuid(const QString &uuid) const;
H A DKoRdfSemanticItem.cpp176 hKoSemanticStylesheet KoRdfSemanticItem::findStylesheetByUuid(const QString &id) const in findStylesheetByUuid() function in KoRdfSemanticItem
232 hKoSemanticStylesheet ret = findStylesheetByUuid(uuid); in defaultStylesheet()
H A DKoRdfSemanticItemViewSite.cpp110 ret = d->m_semItem->findStylesheetByUuid(uuid); in stylesheet()
/dports/editors/calligra/calligra-3.2.1/words/part/tests/
H A DTestRdf.cpp479 … hKoSemanticStylesheet ss = f->findStylesheetByUuid("0dd5878d-95c5-47e5-a777-63ec36da3b9a"); in semanticItemViewSite()
803 z = f->findStylesheetByUuid(ss->uuid()); in createUserStylesheet()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_DocumentRDF.h527 PD_RDFSemanticStylesheetHandle findStylesheetByUuid(const std::string &uuid) const;
H A Dpd_DocumentRDF.cpp2510 PD_RDFSemanticItem::findStylesheetByUuid(const std::string &uuid) const in findStylesheetByUuid() function in PD_RDFSemanticItem
2579 PD_RDFSemanticStylesheetHandle ret = findStylesheetByUuid( uuid ); in defaultStylesheet()
2856 ret = m_semItem->findStylesheetByUuid( uuid ); in stylesheet()