Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/core/
H A DCustomAnimationEffect.cxx2615 CustomAnimationTextGroupPtr pTextGroup( new CustomAnimationTextGroup( xTarget, nGroupId ) ); in createTextGroup() local
2616 maGroupMap[nGroupId] = pTextGroup; in createTextGroup()
2634 pTextGroup->addEffect( pEffect ); in createTextGroup()
2638 pTextGroup->mnTextGrouping = nTextGrouping; in createTextGroup()
2639 pTextGroup->mfGroupingAuto = fTextGroupingAuto; in createTextGroup()
2640 pTextGroup->mbTextReverse = bTextReverse; in createTextGroup()
2643 createTextGroupParagraphEffects( pTextGroup, pEffect, bUsed ); in createTextGroup()
2647 return pTextGroup; in createTextGroup()
2652 void EffectSequenceHelper::createTextGroupParagraphEffects( CustomAnimationTextGroupPtr pTextGroup,… in createTextGroupParagraphEffects() argument
2654 Reference< XShape > xTarget( pTextGroup->maTarget ); in createTextGroupParagraphEffects()
[all …]
/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1397 CustomAnimationTextGroupPtr pTextGroup; in createSelectionSet() local
1399 pTextGroup = pEffectSequence->findGroup( nGroupId ); in createSelectionSet()
1401 …addValue( pSet, nHandleTextGrouping, makeAny( pTextGroup.get() ? pTextGroup->getTextGrouping() : (… in createSelectionSet()
1402 …addValue( pSet, nHandleAnimateForm, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getAnimateFo… in createSelectionSet()
1403 …addValue( pSet, nHandleTextGroupingAuto, makeAny( pTextGroup.get() ? pTextGroup->getTextGroupingAu… in createSelectionSet()
1404 …addValue( pSet, nHandleTextReverse, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getTextRever… in createSelectionSet()
1729 CustomAnimationTextGroupPtr pTextGroup; in changeSelection() local
1733 pTextGroup = pEffectSequence->findGroup( nGroupId ); in changeSelection()
1738pTextGroup = pEffectSequence->createTextGroup( pEffect, nTextGrouping, fTextGroupingAuto, bAnimate… in changeSelection()
1789 if( pTextGroup->getAnimateForm() != bAnimateForm ) in changeSelection()
[all …]
/AOO41X/main/sd/inc/
H A DCustomAnimationEffect.hxx332 void setTextGrouping( CustomAnimationTextGroupPtr pTextGroup, sal_Int32 nTextGrouping );
333 void setAnimateForm( CustomAnimationTextGroupPtr pTextGroup, sal_Bool bAnimateForm );
334 void setTextGroupingAuto( CustomAnimationTextGroupPtr pTextGroup, double fTextGroupingAuto );
335 void setTextReverse( CustomAnimationTextGroupPtr pTextGroup, sal_Bool bAnimateForm );
349 …void createTextGroupParagraphEffects( CustomAnimationTextGroupPtr pTextGroup, CustomAnimationEffec…