Home
last modified time | relevance | path

Searched refs:mxStylesContext (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dshapeimport.hxx144 rtl::Reference<SvXMLStylesContext> mxStylesContext; member in XMLShapeImportHelper
180 SvXMLStylesContext* GetStylesContext() const { return mxStylesContext.get(); } in GetStylesContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dshapeimport.hxx232 rtl::Reference<SvXMLStylesContext> mxStylesContext; member in XMLShapeImportHelper
287 SvXMLStylesContext* GetStylesContext() const { return mxStylesContext.get(); } in GetStylesContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx170 if(mxStylesContext.is()) in ~XMLShapeImportHelper()
171 mxStylesContext->dispose(); in ~XMLShapeImportHelper()
241 mxStylesContext.set(pNew); in SetStylesContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx161 if(mxStylesContext.is()) in ~XMLShapeImportHelper()
162 mxStylesContext->Clear(); in ~XMLShapeImportHelper()
404 mxStylesContext.set(pNew); in SetStylesContext()