Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx227 XclExpColorType eColorType, bool bAppFont = false );
232 XclExpColorType eColorType, bool bAppFont = false );
237 XclExpColorType eColorType, bool bAppFont = false );
243 XclExpColorType eColorType, bool bAppFont = false );
249 XclExpColorType eColorType, bool bAppFont = false );
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1057 const XclFontData& rFontData, XclExpColorType eColorType, bool bAppFont ) in Insert() argument
1059 if( bAppFont ) in Insert()
1089 const Font& rFont, XclExpColorType eColorType, bool bAppFont ) in Insert() argument
1091 return Insert( XclFontData( rFont ), eColorType, bAppFont ); in Insert()
1095 const SvxFont& rFont, XclExpColorType eColorType, bool bAppFont ) in Insert() argument
1097 return Insert( XclFontData( rFont ), eColorType, bAppFont ); in Insert()
1101 sal_Int16 nScript, XclExpColorType eColorType, bool bAppFont ) in Insert() argument
1105 return Insert( aFont, eColorType, bAppFont ); in Insert()
1109 sal_Int16 nScript, XclExpColorType eColorType, bool bAppFont ) in Insert() argument
1111 return Insert( rPattern.GetItemSet(), nScript, eColorType, bAppFont ); in Insert()

Completed in 128 milliseconds