Home
last modified time | relevance | path

Searched refs:CheckItems (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx899 /*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()
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx210 bool ScfTools::CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDeep ) in CheckItems() function in ScfTools
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx153 static bool CheckItems(
H A Dftools.hxx310 …static bool CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDe…

Completed in 41 milliseconds