Home
last modified time | relevance | path

Searched refs:nHandleIterateType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1426 if( pSet->getPropertyState( nHandleIterateType ) != STLPropertyState_AMBIGUOUS) in CustomAnimationEffectTabPage()
1431 pSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in CustomAnimationEffectTabPage()
1693 if(mpSet->getPropertyState( nHandleIterateType ) != STLPropertyState_AMBIGUOUS) in update()
1694 mpSet->getPropertyValue( nHandleIterateType ) >>= nOldIterateType; in update()
1697 pSet->setPropertyValue( nHandleIterateType, makeAny( nIterateType ) ); in update()
2497 pSet->setPropertyDefaultValue( nHandleIterateType, makeAny( (sal_Int16)0 ) ); in createDefaultSet()
H A DCustomAnimationDialog.hxx44 const sal_Int32 nHandleIterateType = 2; variable
H A DCustomAnimationPane.cxx1359 addValue( pSet, nHandleIterateType, makeAny( pEffect->getIterateType() ) ); in createSelectionSet()
1478 if( pResultSet->getPropertyState( nHandleIterateType ) == STLPropertyState_DIRECT ) in changeSelection()
1481 pResultSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in changeSelection()

Completed in 42 milliseconds