Searched refs:bTextReverse (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sd/source/filter/ppt/ |
H A D | ppt97animations.cxx | 752 sal_Bool bTextReverse = this->HasReverseOrder(); in createAndSetCustomAnimationEffect() local 756 … createTextGroup( pEffect, nParagraphLevel, fDelaySeconds, bAnimateAssociatedShape, bTextReverse ); in createAndSetCustomAnimationEffect() 778 if(!bTextReverse) in createAndSetCustomAnimationEffect()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 2318 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 D | CustomAnimationPane.cxx | 1702 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()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 2593 …, 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()
|
/aoo42x/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 331 … sal_Int32 nTextGrouping, double fTextGroupingAuto, sal_Bool bAnimateForm, sal_Bool bTextReverse );
|
Completed in 147 milliseconds