Home
last modified time | relevance | path

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

/trunk/main/soltools/giparser/
H A Dgi_parse.cxx395 INT16 iLevel = nLevel; in WriteIndentation() local
396 for ( ; iLevel > nIndentBound; iLevel-=nIndentBound ) in WriteIndentation()
398 o_rFile.write( sIndentation, iLevel ); in WriteIndentation()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1793 for (sal_uInt16 iLevel=0;iLevel < nCount;iLevel++) in GetNBOIndexForNumRule() local
1795 NumSettings_ImplPtr _pSet = pItemArr->pNumSettingsArr->GetObject(iLevel); in GetNBOIndexForNumRule()
1798 SvxNumberFormat aFmt(aNum.GetLevel(iLevel)); in GetNBOIndexForNumRule()
1871 for (sal_uInt16 iLevel=0;iLevel < nCount;iLevel++) in RelplaceNumRule() local
1873 SvxNumberFormat aFmt(aNum.GetLevel(iLevel)); in RelplaceNumRule()
1876 NumSettings_ImplPtr _pSet = pItemArr->pNumSettingsArr->GetObject(iLevel); in RelplaceNumRule()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx3178 for( sal_uInt16 iLevel = this->Level(); iLevel > 0; iLevel-- ) in IsLongNameOnFAT() local
3180 const DirEntry& rEntry = (const DirEntry&) (*this)[iLevel-1]; in IsLongNameOnFAT()