Home
last modified time | relevance | path

Searched refs:nIterateType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx336 if( nIterateType == TextAnimationType::BY_PARAGRAPH ) in getNumberOfSubitems()
349 if( nIterateType == TextAnimationType::BY_WORD ) in getNumberOfSubitems()
872 sal_Int16 nIterateType = mnIterateType; in replaceNode() local
889 if( nIterateType != mnIterateType ) in replaceNode()
890 setIterateType( nIterateType ); in replaceNode()
1032 void CustomAnimationEffect::setIterateType( sal_Int16 nIterateType ) in setIterateType() argument
1034 if( mnIterateType != nIterateType ) try in setIterateType()
1037 if( (mnIterateType == 0) || (nIterateType == 0) ) in setIterateType()
1079 if( nIterateType ) in setIterateType()
1103 mnIterateType = nIterateType; in setIterateType()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1430 sal_Int32 nIterateType = 0; in CustomAnimationEffectTabPage() local
1431 pSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in CustomAnimationEffectTabPage()
1432 switch( nIterateType ) in CustomAnimationEffectTabPage()
1681 sal_Int16 nIterateType; in update() local
1685 case 1: nIterateType = TextAnimationType::BY_WORD; break; in update()
1686 case 2: nIterateType = TextAnimationType::BY_LETTER; break; in update()
1688 nIterateType = TextAnimationType::BY_PARAGRAPH; in update()
1691 sal_Int16 nOldIterateType = nIterateType-1; in update()
1696 if( nIterateType != nOldIterateType ) in update()
1697 pSet->setPropertyValue( nHandleIterateType, makeAny( nIterateType ) ); in update()
H A DCustomAnimationPane.cxx1480 sal_Int16 nIterateType = 0; in changeSelection() local
1481 pResultSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in changeSelection()
1482 if( pEffect->getIterateType() != nIterateType ) in changeSelection()
1484 pEffect->setIterateType( nIterateType ); in changeSelection()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx111 SD_DLLPUBLIC void setIterateType( sal_Int16 nIterateType );
182 …sal_Int32 getNumberOfSubitems( const ::com::sun::star::uno::Any& aTarget, sal_Int16 nIterateType );
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1474 sal_Int16 nIterateType = TextAnimationType::BY_PARAGRAPH; in importTimeContainer() local
1477 case 1: nIterateType = TextAnimationType::BY_WORD; break; in importTimeContainer()
1478 case 2: nIterateType = TextAnimationType::BY_LETTER; break; in importTimeContainer()
1480 xIter->setIterateType( nIterateType ); in importTimeContainer()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx2151 sal_Int16 nIterateType = xIterate->getIterateType(); in exportIterate() local
2152 switch( nIterateType ) in exportIterate()

Completed in 71 milliseconds