Searched refs:nIterateType (Results 1 – 6 of 6) sorted by relevance
336 if( nIterateType == TextAnimationType::BY_PARAGRAPH ) in getNumberOfSubitems()349 if( nIterateType == TextAnimationType::BY_WORD ) in getNumberOfSubitems()872 sal_Int16 nIterateType = mnIterateType; in replaceNode() local889 if( nIterateType != mnIterateType ) in replaceNode()890 setIterateType( nIterateType ); in replaceNode()1032 void CustomAnimationEffect::setIterateType( sal_Int16 nIterateType ) in setIterateType() argument1034 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 …]
1430 sal_Int32 nIterateType = 0; in CustomAnimationEffectTabPage() local1431 pSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in CustomAnimationEffectTabPage()1432 switch( nIterateType ) in CustomAnimationEffectTabPage()1681 sal_Int16 nIterateType; in update() local1685 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()
1480 sal_Int16 nIterateType = 0; in changeSelection() local1481 pResultSet->getPropertyValue( nHandleIterateType ) >>= nIterateType; in changeSelection()1482 if( pEffect->getIterateType() != nIterateType ) in changeSelection()1484 pEffect->setIterateType( nIterateType ); in changeSelection()
111 SD_DLLPUBLIC void setIterateType( sal_Int16 nIterateType );182 …sal_Int32 getNumberOfSubitems( const ::com::sun::star::uno::Any& aTarget, sal_Int16 nIterateType );
1474 sal_Int16 nIterateType = TextAnimationType::BY_PARAGRAPH; in importTimeContainer() local1477 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()
2151 sal_Int16 nIterateType = xIterate->getIterateType(); in exportIterate() local2152 switch( nIterateType ) in exportIterate()
Completed in 104 milliseconds