Lines Matching refs:nTmpLevel
216 sal_uInt16 nTmpLevel = 0; in lcl_BitToLevel() local
218 nTmpLevel++; in lcl_BitToLevel()
219 return nTmpLevel; in lcl_BitToLevel()
667 sal_uInt16 nTmpLevel = lcl_BitToLevel(nActLevel); in Update() local
668 String aColl(pCollNames[nTmpLevel]); in Update()
673 const SwNumFmt &rFmt = pNumRule->Get(nTmpLevel); in Update()
684 if(nTmpLevel) in Update()
688 aAllLevelNF.SetMax(nTmpLevel + 1); in Update()
755 sal_uInt16 nTmpLevel = lcl_BitToLevel(nActLevel); in IMPL_LINK() local
756 String sOldName( pCollNames[nTmpLevel] ); in IMPL_LINK()
762 pCollNames[nTmpLevel] = aEmptyStr; in IMPL_LINK()
765 pCollNames[nTmpLevel] = aCollName; in IMPL_LINK()
768 if(i != nTmpLevel && pCollNames[i] == aCollName ) in IMPL_LINK()
775 if( aSaveCollNames[ i ] == sOldName && i != nTmpLevel && in IMPL_LINK()
929 sal_uInt16 nTmpLevel = lcl_BitToLevel(nActLevel); in SetWrtShell() local
930 const SwNumFmt& rNumFmt = pNumRule->Get( nTmpLevel ); in SetWrtShell()