Home
last modified time | relevance | path

Searched refs:bTextReverse (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dppt97animations.cxx752 sal_Bool bTextReverse = this->HasReverseOrder(); in createAndSetCustomAnimationEffect() local
756 … createTextGroup( pEffect, nParagraphLevel, fDelaySeconds, bAnimateAssociatedShape, bTextReverse ); in createAndSetCustomAnimationEffect()
778 if(!bTextReverse) in createAndSetCustomAnimationEffect()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx2318 sal_Bool bTextReverse = sal_False; in CustomAnimationTextAnimTabPage() local
2319 if( pSet->getPropertyValue( nHandleTextReverse ) >>= bTextReverse ) in CustomAnimationTextAnimTabPage()
2321 maCBXReverse.Check( bTextReverse ); in CustomAnimationTextAnimTabPage()
2359 sal_Bool bTextReverse = maCBXReverse.IsChecked(); in update() local
2360 sal_Bool bOldTextReverse = !bTextReverse; in update()
2365 if( bTextReverse != bOldTextReverse ) in update()
2366 pSet->setPropertyValue( nHandleTextReverse, makeAny( bTextReverse ) ); in update()
H A DCustomAnimationPane.cxx1702 sal_Bool bAnimateForm = sal_True, bTextReverse = sal_False; in changeSelection() local
1715 pResultSet->getPropertyValue(nHandleTextReverse) >>= bTextReverse; in changeSelection()
1738 …Sequence->createTextGroup( pEffect, nTextGrouping, fTextGroupingAuto, bAnimateForm, bTextReverse ); in changeSelection()
1834 if( pTextGroup.get() && pTextGroup->getTextReverse() != bTextReverse ) in changeSelection()
1836 pEffectSequence->setTextReverse( pTextGroup, bTextReverse ); in changeSelection()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx2593 …, sal_Int32 nTextGrouping, double fTextGroupingAuto, sal_Bool bAnimateForm, sal_Bool bTextReverse ) in createTextGroup() argument
2640 pTextGroup->mbTextReverse = bTextReverse; in createTextGroup()
2658 sal_Bool bTextReverse = pTextGroup->mbTextReverse; in createTextGroupParagraphEffects() local
2678 if( bTextReverse ) // sort them in createTextGroupParagraphEffects()
2985 …fectSequenceHelper::setTextReverse( CustomAnimationTextGroupPtr pTextGroup, sal_Bool bTextReverse ) in setTextReverse() argument
2987 if( pTextGroup->mbTextReverse == bTextReverse ) in setTextReverse()
2995 ImplStlTextGroupSortHelper aSortHelper( bTextReverse ); in setTextReverse()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx331 … sal_Int32 nTextGrouping, double fTextGroupingAuto, sal_Bool bAnimateForm, sal_Bool bTextReverse );

Completed in 53 milliseconds