Home
last modified time | relevance | path

Searched refs:mxFontDecls (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx678 if( mxFontDecls.Is() ) in endDocument()
679 ((SvXMLStylesContext *)&mxFontDecls)->Clear(); in endDocument()
1595 mxFontDecls = pFontDecls; in SetFontDecls()
1648 return (XMLFontStylesContext *)&mxFontDecls; in GetFontDecls()
1668 return (const XMLFontStylesContext *)&mxFontDecls; in GetFontDecls()
1916 if( mxFontDecls.Is() ) in DisposingModel()
1917 ((SvXMLStylesContext *)&mxFontDecls)->Clear(); in DisposingModel()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx116 SvXMLImportContextRef mxFontDecls; member in SvXMLImport