Lines Matching refs:XMLFontStylesContext
1086 const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()) ); in CreateShapeExtPropMapper()
1089 …MLTextImportHelper::CreateCharExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext *pFontDecls) in CreateCharExtPropMapper()
1094 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateCharExtPropMapper()
1098 …MLTextImportHelper::CreateParaExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext *pFontDecls) in CreateParaExtPropMapper()
1103 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateParaExtPropMapper()
1107 …mportHelper::CreateParaDefaultExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext* pFontDecls) in CreateParaDefaultExtPropMapper()
1110 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateParaDefaultExtPropMapper()
1126 XMLFontStylesContext* ) in CreateTableDefaultExtPropMapper() argument
1136 XMLFontStylesContext* ) in CreateTableRowDefaultExtPropMapper() argument
2303 void XMLTextImportHelper::SetFontDecls( XMLFontStylesContext *pFontDecls ) in SetFontDecls()
2312 const XMLFontStylesContext *XMLTextImportHelper::GetFontDecls() const in GetFontDecls()
2314 return (XMLFontStylesContext *)&m_pImpl->m_xFontDecls; in GetFontDecls()