Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx2616 maGroupMap[nGroupId] = pTextGroup; in createTextGroup()
2634 pTextGroup->addEffect( pEffect ); in createTextGroup()
2647 return pTextGroup; in createTextGroup()
2770 pTextGroup->reset(); in setTextGrouping()
2791 pTextGroup->reset(); in setTextGrouping()
2822 pTextGroup->addEffect( pEffect ); in setTextGrouping()
2840 pTextGroup->reset(); in setAnimateForm()
2905 pTextGroup->reset(); in setTextGroupingAuto()
2936 pTextGroup->addEffect( pEffect ); in setTextGroupingAuto()
2994 std::copy( pTextGroup->maEffects.begin(), pTextGroup->maEffects.end(), aSortedVector.begin() ); in setTextReverse()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1397 CustomAnimationTextGroupPtr pTextGroup; in createSelectionSet() local
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
1789 if( pTextGroup.get() && pTextGroup->getAnimateForm() != bAnimateForm ) in changeSelection()
1807 if( pTextGroup.get() && pTextGroup->getTextGrouping() != nTextGrouping ) in changeSelection()
1816 if( pTextGroup.get() ) in changeSelection()
1825 if( pTextGroup.get() && pTextGroup->getTextGroupingAuto() != fTextGroupingAuto ) in changeSelection()
[all …]
/trunk/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…

Completed in 47 milliseconds