Home
last modified time | relevance | path

Searched refs:pFontDecls (Results 1 – 7 of 7) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1093 if (!pFontDecls) in CreateCharExtPropMapper()
1094 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateCharExtPropMapper()
1095 return new XMLTextImportPropertyMapper( pPropMapper, rImport, pFontDecls ); in CreateCharExtPropMapper()
1102 if (!pFontDecls) in CreateParaExtPropMapper()
1103 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateParaExtPropMapper()
1109 if (!pFontDecls) in CreateParaDefaultExtPropMapper()
1110 pFontDecls = const_cast<XMLFontStylesContext*>(rImport.GetFontDecls()); in CreateParaDefaultExtPropMapper()
2303 void XMLTextImportHelper::SetFontDecls( XMLFontStylesContext *pFontDecls ) in SetFontDecls() argument
2305 m_pImpl->m_xFontDecls = pFontDecls; in SetFontDecls()
2307 ->SetFontDecls( pFontDecls ); in SetFontDecls()
[all …]
H A Dtxtimppr.cxx144 XMLFontStylesContext *pFontDecls ) : in XMLTextImportPropertyMapper() argument
148 xFontDecls( pFontDecls ) in XMLTextImportPropertyMapper()
157 XMLFontStylesContext *pFontDecls ) in SetFontDecls() argument
159 xFontDecls = pFontDecls; in SetFontDecls()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtimp.hxx427 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 Dtxtimppr.hxx66 XMLFontStylesContext *pFontDecls = 0 );
69 void SetFontDecls( XMLFontStylesContext *pFontDecls );
H A Dxmlimp.hxx170 void SetFontDecls( XMLFontStylesContext *pFontDecls );
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx869 const XMLFontStylesContext *pFontDecls = in SvxXMLListLevelStyleAttrContext_Impl() local
871 if( pFontDecls ) in SvxXMLListLevelStyleAttrContext_Impl()
874 if( pFontDecls->FillProperties( sFontName, aProps, 0, 1, 2, 3, 4 ) ) in SvxXMLListLevelStyleAttrContext_Impl()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1595 void SvXMLImport::SetFontDecls( XMLFontStylesContext *pFontDecls ) in SetFontDecls() argument
1597 mxFontDecls = pFontDecls; in SetFontDecls()
1598 GetTextImport()->SetFontDecls( pFontDecls ); in SetFontDecls()

Completed in 51 milliseconds