Searched refs:pFontDecls (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtimp.cxx | 1089 …MLTextImportHelper::CreateCharExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext *pFontDecls) in CreateCharExtPropMapper() argument 1093 if (!pFontDecls) in CreateCharExtPropMapper() 1094 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateCharExtPropMapper() 1095 return new XMLTextImportPropertyMapper( pPropMapper, rImport, pFontDecls ); in CreateCharExtPropMapper() 1098 …MLTextImportHelper::CreateParaExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext *pFontDecls) in CreateParaExtPropMapper() argument 1102 if (!pFontDecls) in CreateParaExtPropMapper() 1103 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateParaExtPropMapper() 1104 return new XMLTextImportPropertyMapper( pPropMapper, rImport, pFontDecls ); in CreateParaExtPropMapper() 1107 …mportHelper::CreateParaDefaultExtPropMapper(SvXMLImport& rImport, XMLFontStylesContext* pFontDecls) in CreateParaDefaultExtPropMapper() argument 1109 if (!pFontDecls) in CreateParaDefaultExtPropMapper() [all …]
|
| H A D | txtimppr.cxx | 144 XMLFontStylesContext *pFontDecls ) : in XMLTextImportPropertyMapper() argument 148 xFontDecls( pFontDecls ) in XMLTextImportPropertyMapper() 157 XMLFontStylesContext *pFontDecls ) in SetFontDecls() argument 159 xFontDecls = pFontDecls; in SetFontDecls()
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | txtimp.hxx | 427 void SetFontDecls( XMLFontStylesContext *pFontDecls ); 583 …portPropertyMapper *CreateCharExtPropMapper(SvXMLImport&, XMLFontStylesContext *pFontDecls = NULL); 584 …portPropertyMapper *CreateParaExtPropMapper(SvXMLImport&, XMLFontStylesContext *pFontDecls = NULL); 585 …pertyMapper* CreateParaDefaultExtPropMapper(SvXMLImport&, XMLFontStylesContext* pFontDecls = NULL); 586 …ertyMapper* CreateTableDefaultExtPropMapper(SvXMLImport&, XMLFontStylesContext* pFontDecls = NULL); 587 …yMapper* CreateTableRowDefaultExtPropMapper(SvXMLImport&, XMLFontStylesContext* pFontDecls = NULL);
|
| H A D | txtimppr.hxx | 66 XMLFontStylesContext *pFontDecls = 0 ); 69 void SetFontDecls( XMLFontStylesContext *pFontDecls );
|
| H A D | xmlimp.hxx | 170 void SetFontDecls( XMLFontStylesContext *pFontDecls );
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlnumi.cxx | 870 const XMLFontStylesContext *pFontDecls = in SvxXMLListLevelStyleAttrContext_Impl() local 872 if( pFontDecls ) in SvxXMLListLevelStyleAttrContext_Impl() 875 if( pFontDecls->FillProperties( sFontName, aProps, 0, 1, 2, 3, 4 ) ) in SvxXMLListLevelStyleAttrContext_Impl()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | xmlimp.cxx | 1595 void SvXMLImport::SetFontDecls( XMLFontStylesContext *pFontDecls ) in SetFontDecls() argument 1597 mxFontDecls = pFontDecls; in SetFontDecls() 1598 GetTextImport()->SetFontDecls( pFontDecls ); in SetFontDecls()
|