Home
last modified time | relevance | path

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

/AOO42X/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 …]
/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1393 CustomAnimationTextGroupPtr pTextGroup; in createSelectionSet() local
1395 pTextGroup = pEffectSequence->findGroup( nGroupId ); in createSelectionSet()
1397 …addValue( pSet, nHandleTextGrouping, makeAny( pTextGroup.get() ? pTextGroup->getTextGrouping() : (… in createSelectionSet()
1398 …addValue( pSet, nHandleAnimateForm, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getAnimateFo… in createSelectionSet()
1399 …addValue( pSet, nHandleTextGroupingAuto, makeAny( pTextGroup.get() ? pTextGroup->getTextGroupingAu… in createSelectionSet()
1400 …addValue( pSet, nHandleTextReverse, makeAny( pTextGroup.get() ? (sal_Bool)pTextGroup->getTextRever… in createSelectionSet()
1725 CustomAnimationTextGroupPtr pTextGroup; in changeSelection() local
1729 pTextGroup = pEffectSequence->findGroup( nGroupId ); in changeSelection()
1734pTextGroup = pEffectSequence->createTextGroup( pEffect, nTextGrouping, fTextGroupingAuto, bAnimate… in changeSelection()
1785 if( pTextGroup.get() && pTextGroup->getAnimateForm() != bAnimateForm ) in changeSelection()
[all …]
/AOO42X/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…