Searched refs:iLevel (Results 1 – 3 of 3) sorted by relevance
395 INT16 iLevel = nLevel; in WriteIndentation() local396 for ( ; iLevel > nIndentBound; iLevel-=nIndentBound ) in WriteIndentation()398 o_rFile.write( sIndentation, iLevel ); in WriteIndentation()
1793 for (sal_uInt16 iLevel=0;iLevel < nCount;iLevel++) in GetNBOIndexForNumRule() local1795 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() local1873 SvxNumberFormat aFmt(aNum.GetLevel(iLevel)); in RelplaceNumRule()1876 NumSettings_ImplPtr _pSet = pItemArr->pNumSettingsArr->GetObject(iLevel); in RelplaceNumRule()
3178 for( sal_uInt16 iLevel = this->Level(); iLevel > 0; iLevel-- ) in IsLongNameOnFAT() local3180 const DirEntry& rEntry = (const DirEntry&) (*this)[iLevel-1]; in IsLongNameOnFAT()