Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx850 const SfxItemSet* pCurrSet = &rItemSet; in GetFirstUsedScript() local
852 while( (nScript == 0) && pCurrSet ) in GetFirstUsedScript()
857 nScript = lclCheckFontItems( *pCurrSet, WAS_LATIN, WAS_CMPLX, WAS_ASIAN ); in GetFirstUsedScript()
860 nScript = lclCheckFontItems( *pCurrSet, WAS_ASIAN, WAS_CMPLX, WAS_LATIN ); in GetFirstUsedScript()
863 nScript = lclCheckFontItems( *pCurrSet, WAS_CMPLX, WAS_ASIAN, WAS_LATIN ); in GetFirstUsedScript()
869 pCurrSet = pCurrSet->GetParent(); in GetFirstUsedScript()

Completed in 35 milliseconds