Searched refs:bAppFont (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 227 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 );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1057 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 45 milliseconds