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.cxx1135 sal_Int32 nMaxParaDepth = -1; in calcMaxParaDepth() local
1154 if( nParaDepth > nMaxParaDepth ) in calcMaxParaDepth()
1155 nMaxParaDepth = nParaDepth; in calcMaxParaDepth()
1161 return nMaxParaDepth + 1; in calcMaxParaDepth()
1331 sal_Int32 nMaxParaDepth = 0; in createSelectionSet() local
1348 if( n > nMaxParaDepth ) in createSelectionSet()
1349 nMaxParaDepth = n; in createSelectionSet()
1442 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()