Home
last modified time | relevance | path

Searched refs:SvgDocument (Results 1 – 25 of 53) sorted by relevance

123

/trunk/main/svgio/source/svgreader/
H A Dsvgdocument.cxx33 SvgDocument::SvgDocument(const rtl::OUString& rAbsolutePath) in SvgDocument() function in svgio::svgreader::SvgDocument
41 SvgDocument::~SvgDocument() in ~SvgDocument()
51 void SvgDocument::appendNode(SvgNode* pNode) in appendNode()
57 void SvgDocument::addSvgNodeToMapper(const rtl::OUString& rStr, const SvgNode& rNode) in addSvgNodeToMapper()
65 void SvgDocument::removeSvgNodeFromMapper(const rtl::OUString& rStr) in removeSvgNodeFromMapper()
73 const SvgNode* SvgDocument::findSvgNodeById(const rtl::OUString& rStr) const in findSvgNodeById()
87 …void SvgDocument::addSvgStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttribute… in addSvgStyleAttributesToMapper()
95 void SvgDocument::removeSvgStyleAttributesFromMapper(const rtl::OUString& rStr) in removeSvgStyleAttributesFromMapper()
103 …const SvgStyleAttributes* SvgDocument::findGlobalCssStyleAttributes(const rtl::OUString& rStr) con… in findGlobalCssStyleAttributes()
H A Dsvgstylenode.cxx35 SvgDocument& rDocument, in SvgStyleNode()
150 …const_cast< SvgDocument& >(getDocument()).addSvgStyleAttributesToMapper(aConcatenatedSelector, rNe… in addCssStyleSheet()
H A Dsvgnode.cxx55 const SvgDocument& rDocument = getDocument(); in fillCssStyleVectorUsingHierarchyAndSelectors()
271 SvgDocument& rDocument, in SvgNode()
H A Dsvgtitledescnode.cxx35 SvgDocument& rDocument, in SvgTitleDescNode()
H A Dsvgtspannode.cxx34 SvgDocument& rDocument, in SvgTspanNode()
H A Dsvggradientstopnode.cxx34 SvgDocument& rDocument, in SvgGradientStopNode()
H A Dsvgsymbolnode.cxx36 SvgDocument& rDocument, in SvgSymbolNode()
H A Dsvgtrefnode.cxx35 SvgDocument& rDocument, in SvgTrefNode()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx41 class SvgDocument;
95 SvgDocument& mrDocument;
140 SvgDocument& rDocument,
158 const SvgDocument& getDocument() const { return mrDocument; } in getDocument()
H A Dsvgdocument.hxx35 class SvgDocument : private boost::noncopyable class
55 SvgDocument(const rtl::OUString& rAbsolutePath);
56 ~SvgDocument();
H A Dsvgdocumenthandler.hxx44 SvgDocument maDocument;
66 const SvgDocument& getSvgDocument() const { return maDocument; } in getSvgDocument()
H A Dsvgtitledescnode.hxx43 SvgDocument& rDocument,
H A Dsvgtrefnode.hxx48 SvgDocument& rDocument,
H A Dsvgtspannode.hxx47 SvgDocument& rDocument,
H A Dsvggradientstopnode.hxx46 SvgDocument& rDocument,
H A Dsvgstylenode.hxx46 SvgDocument& rDocument,
H A Dsvggnode.hxx47 SvgDocument& rDocument,
H A Dsvgsymbolnode.hxx46 SvgDocument& rDocument,
H A Dsvgtextpathnode.hxx55 SvgDocument& rDocument,
H A Dsvgclippathnode.hxx47 SvgDocument& rDocument,
H A Dsvgpolynode.hxx51 SvgDocument& rDocument,
H A Dsvgtextnode.hxx58 SvgDocument& rDocument,
H A Dsvgcirclenode.hxx49 SvgDocument& rDocument,
H A Dsvgpathnode.hxx50 SvgDocument& rDocument,
H A Dsvgellipsenode.hxx50 SvgDocument& rDocument,

Completed in 46 milliseconds

123