Searched refs:CheckItems (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 899 /*static*/ bool XclExpFontHelper::CheckItems( const XclExpRoot& rRoot, const SfxItemSet& rItemSet, … in CheckItems() function in XclExpFontHelper 911 bool bUsed = ScfTools::CheckItems( rItemSet, pnCommonIds, bDeep ); in CheckItems() 921 …case ApiScriptType::LATIN: bUsed = ScfTools::CheckItems( rItemSet, pnLatinIds, bDeep ); br… in CheckItems() 922 …case ApiScriptType::ASIAN: bUsed = ScfTools::CheckItems( rItemSet, pnAsianIds, bDeep ); br… in CheckItems() 923 …case ApiScriptType::COMPLEX: bUsed = ScfTools::CheckItems( rItemSet, pnComplexIds, bDeep ); br… in CheckItems() 2013 mbFontUsed = XclExpFontHelper::CheckItems( GetRoot(), rItemSet, nScript, IsStyleXF() ); in Init()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 210 bool ScfTools::CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDeep ) in CheckItems() function in ScfTools
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 153 static bool CheckItems(
|
H A D | ftools.hxx | 310 …static bool CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDe…
|
Completed in 41 milliseconds