Home
last modified time | relevance | path

Searched refs:nMaxParaDepth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1139 sal_Int32 nMaxParaDepth = -1; in calcMaxParaDepth() local
1158 if( nParaDepth > nMaxParaDepth ) in calcMaxParaDepth()
1159 nMaxParaDepth = nParaDepth; in calcMaxParaDepth()
1165 return nMaxParaDepth + 1; in calcMaxParaDepth()
1335 sal_Int32 nMaxParaDepth = 0; in createSelectionSet() local
1352 if( n > nMaxParaDepth ) in createSelectionSet()
1353 nMaxParaDepth = n; in createSelectionSet()
1446 addValue( pSet, nHandleMaxParaDepth, makeAny( nMaxParaDepth ) ); in createSelectionSet()
H A DCustomAnimationDialog.cxx2327 sal_Int32 nMaxParaDepth = 0; in CustomAnimationTextAnimTabPage() local
2328 pSet->getPropertyValue( nHandleMaxParaDepth ) >>= nMaxParaDepth; in CustomAnimationTextAnimTabPage()
2329 nMaxParaDepth += 1; in CustomAnimationTextAnimTabPage()
2332 while( (nPos > 2) && (nPos > nMaxParaDepth) ) in CustomAnimationTextAnimTabPage()

Completed in 32 milliseconds