Searched refs:nParaDepth (Results 1 – 4 of 4) sorted by relevance
599 sal_Int32 nParaDepth = 0; in checkForText() local601 xParaSet->getPropertyValue( strNumberingLevel ) >>= nParaDepth; in checkForText()602 bChange |= nParaDepth != mnParaDepth; in checkForText()603 mnParaDepth = nParaDepth; in checkForText()2510 const sal_Int32 nParaDepth = pEffect->getParaDepth(); in addEffect() local2513 if( nParaDepth < 5 ) in addEffect()2516 if( mnDepthFlags[nParaDepth] == 0 ) in addEffect()2519 mnDepthFlags[nParaDepth] = (sal_Int8)pEffect->getNodeType(); in addEffect()2521 else if( mnDepthFlags[nParaDepth] != pEffect->getNodeType() ) in addEffect()2523 mnDepthFlags[nParaDepth] = -1; in addEffect()
1155 sal_Int32 nParaDepth = 0; in calcMaxParaDepth() local1156 xParaSet->getPropertyValue( strNumberingLevel ) >>= nParaDepth; in calcMaxParaDepth()1158 if( nParaDepth > nMaxParaDepth ) in calcMaxParaDepth()1159 nMaxParaDepth = nParaDepth; in calcMaxParaDepth()
1959 const sal_Int16 nParaDepth = pPara->GetDepth(); in ImplGetNumbering() local1967 if( (nDepth > nParaDepth) || (nDepth == -1) ) in ImplGetNumbering()1971 if( nDepth < nParaDepth ) in ImplGetNumbering()
2055 sal_uInt16 nParaDepth = 1 << pTextEditOutliner->GetDepth( nPara ); in GetSelectionLevel() local2056 if( !(nLevel & nParaDepth) ) in GetSelectionLevel()2057 nLevel += nParaDepth; in GetSelectionLevel()
Completed in 87 milliseconds