Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx599 sal_Int32 nParaDepth = 0; in checkForText() local
601 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() local
2513 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()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1155 sal_Int32 nParaDepth = 0; in calcMaxParaDepth() local
1156 xParaSet->getPropertyValue( strNumberingLevel ) >>= nParaDepth; in calcMaxParaDepth()
1158 if( nParaDepth > nMaxParaDepth ) in calcMaxParaDepth()
1159 nMaxParaDepth = nParaDepth; in calcMaxParaDepth()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1959 const sal_Int16 nParaDepth = pPara->GetDepth(); in ImplGetNumbering() local
1967 if( (nDepth > nParaDepth) || (nDepth == -1) ) in ImplGetNumbering()
1971 if( nDepth < nParaDepth ) in ImplGetNumbering()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2055 sal_uInt16 nParaDepth = 1 << pTextEditOutliner->GetDepth( nPara ); in GetSelectionLevel() local
2056 if( !(nLevel & nParaDepth) ) in GetSelectionLevel()
2057 nLevel += nParaDepth; in GetSelectionLevel()

Completed in 68 milliseconds