Home
last modified time | relevance | path

Searched refs:pEffect (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx763 CustomAnimationEffectPtr pEffect = maListSelection.front(); in updateControls() local
765 OUString aUIName( getPresets().getUINameForPresetId( pEffect->getPresetId() ) ); in updateControls()
776 … CustomAnimationPresetPtr pDescriptor = getPresets().getEffectDescriptor( pEffect->getPresetId() ); in updateControls()
792 aValue = getProperty1Value( mnPropertyType, pEffect ); in updateControls()
800 …pSubControl = PropertySubControl::create( mnPropertyType, this, aValue, pEffect->getPresetId(), LI… in updateControls()
805 pSubControl->setValue( aValue, pEffect->getPresetId() ); in updateControls()
830 sal_Int16 nNodeType = pEffect->getNodeType(); in updateControls()
840 double fDuration = pEffect->getDuration(); in updateControls()
920 CustomAnimationEffectPtr pEffect = (*aRebuildIter++); in updateControls() local
922 if( pEffect.get() ) in updateControls()
[all …]
H A DCustomAnimationList.cxx213 …ntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, CustomAnimationL…
228 …ntry, sal_uInt16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, CustomAnimationL… in CustomAnimationListEntryItem() argument
232 , mpEffect(pEffect) in CustomAnimationListEntryItem()
331 CustomAnimationListEntry( CustomAnimationEffectPtr pEffect );
348 CustomAnimationListEntry::CustomAnimationListEntry( CustomAnimationEffectPtr pEffect ) in CustomAnimationListEntry() argument
349 : mpEffect( pEffect ) in CustomAnimationListEntry()
538 void CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool bSelect /* = true */ ) in select() argument
543 if( pEntry->getEffect() == pEffect ) in select()
553 append( pEffect ); in select()
554 select( pEffect ); in select()
[all …]
H A DCustomAnimationList.hxx62 void select( CustomAnimationEffectPtr pEffect, bool bSelect = true );
98 bool isExpanded( const CustomAnimationEffectPtr& pEffect ) const;
107 void append( CustomAnimationEffectPtr pEffect );
H A DCustomAnimationPane.hxx84 void remove( CustomAnimationEffectPtr& pEffect );
120 … ::com::sun::star::uno::Any getProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect );
121 …bool setProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect, const ::com::sun::star:…
H A Dmotionpathtag.cxx367 …onPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEffect ) in MotionPathTag() argument
370 , mpEffect( pEffect ) in MotionPathTag()
371 , mxOrigin( pEffect->getTargetShape() ) in MotionPathTag()
372 , msLastPath( pEffect->getPath() ) in MotionPathTag()
H A Dmotionpathtag.hxx51 …nPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEffect );
/AOO41X/main/sd/source/core/
H A DCustomAnimationEffect.cxx399 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in clone() local
400 pEffect->setEffectSequence( getEffectSequence() ); in clone()
401 return pEffect; in clone()
1799 CustomAnimationEffectPtr pEffect = (*aIter++); in reset() local
1800 pEffect->setEffectSequence(0); in reset()
1813 void EffectSequenceHelper::append( const CustomAnimationEffectPtr& pEffect ) in append() argument
1815 pEffect->setEffectSequence( this ); in append()
1816 maEffects.push_back(pEffect); in append()
1824 CustomAnimationEffectPtr pEffect; in append() local
1877 pEffect.reset( new CustomAnimationEffect( xNode ) ); in append()
[all …]
H A DEffectMigration.cxx428 CustomAnimationEffectPtr pEffect( (*aIter) ); in ImplFindEffect()
429 if( (pEffect->getTargetShape() == rShape) && (pEffect->getTargetSubItem() == nSubItem) ) in ImplFindEffect()
517 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in SetAnimationEffect() local
518 pEffect->setTarget( makeAny( xShape ) ); in SetAnimationEffect()
522 pEffect->setNodeType( EffectNodeType::AFTER_PREVIOUS ); in SetAnimationEffect()
524 pMainSequence->append( pEffect ); in SetAnimationEffect()
530 … createTextGroup( pEffect, 10, bManual ? -1 : 0.0, sal_False, sal_False ); in SetAnimationEffect()
539 CustomAnimationEffectPtr pEffect; in SetAnimationEffect() local
542 pEffect = (*aIterAsWhole); in SetAnimationEffect()
546 pEffect = (*aIterOnlyBackground); in SetAnimationEffect()
[all …]
H A DCustomAnimationPreset.cxx140 CustomAnimationPreset::CustomAnimationPreset( CustomAnimationEffectPtr pEffect ) in CustomAnimationPreset() argument
142 maPresetId = pEffect->getPresetId(); in CustomAnimationPreset()
143 maProperty = pEffect->getProperty(); in CustomAnimationPreset()
144 mnPresetClass = pEffect->getPresetClass(); in CustomAnimationPreset()
146 add( pEffect ); in CustomAnimationPreset()
148 mfDuration = pEffect->getDuration(); in CustomAnimationPreset()
149 maDefaultSubTyp = pEffect->getPresetSubType(); in CustomAnimationPreset()
153 Sequence< NamedValue > aUserData( pEffect->getNode()->getUserData() ); in CustomAnimationPreset()
169 void CustomAnimationPreset::add( CustomAnimationEffectPtr pEffect ) in add() argument
171 maSubTypes[ pEffect->getPresetSubType() ] = pEffect; in add()
[all …]
H A Dundoanim.cxx139 CustomAnimationEffectPtr pEffect( pMainSequence->findEffect( xNode ) ); in UndoAnimationPathImpl() local
140 if( pEffect.get() ) in UndoAnimationPathImpl()
142 mnEffectOffset = pMainSequence->getOffsetFromEffect( pEffect ); in UndoAnimationPathImpl()
143 msUndoPath = pEffect->getPath(); in UndoAnimationPathImpl()
151 CustomAnimationEffectPtr pEffect; in getEffect() local
156 pEffect = pMainSequence->getEffectFromOffset( mnEffectOffset ); in getEffect()
158 return pEffect; in getEffect()
179 CustomAnimationEffectPtr pEffect = mpImpl->getEffect(); in Undo() local
180 if( pEffect.get() ) in Undo()
182 mpImpl->msRedoPath = pEffect->getPath(); in Undo()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dppt97animations.cxx687 …::sd::CustomAnimationEffectPtr pEffect( new ::sd::CustomAnimationEffect( pPreset->create( this->Ge… in createAndSetCustomAnimationEffect()
688 if( !pEffect.get() ) in createAndSetCustomAnimationEffect()
690 DBG_ASSERT(pEffect.get(),"no suiteable effect found"); in createAndSetCustomAnimationEffect()
697 pEffect->setTarget( makeAny( xShape ) ); in createAndSetCustomAnimationEffect()
699 pEffect->setBegin( this->GetDelayTimeInSeconds() ); in createAndSetCustomAnimationEffect()
704 pEffect->setDuration( fDurationInSeconds ); in createAndSetCustomAnimationEffect()
709 pEffect->setHasAfterEffect( sal_True ); in createAndSetCustomAnimationEffect()
711 pEffect->setDimColor( uno::makeAny( this->GetDimColor() ) ); in createAndSetCustomAnimationEffect()
713 pEffect->setAfterEffectOnNext( this->HasAfterEffect_DimAtNextEffect() ); in createAndSetCustomAnimationEffect()
718 pEffect->createAudio( uno::makeAny( m_aSoundFileUrl ) ); in createAndSetCustomAnimationEffect()
[all …]
/AOO41X/main/sd/inc/
H A DCustomAnimationEffect.hxx227 bool operator()( CustomAnimationEffectPtr pEffect ) const;
250 void addEffect( CustomAnimationEffectPtr& pEffect );
291 SD_DLLPUBLIC void append( const CustomAnimationEffectPtr& pEffect );
292 void insert( EffectSequence::iterator& rPos, const CustomAnimationEffectPtr& pEffect );
293 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
294 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
295 void remove( const CustomAnimationEffectPtr& pEffect );
314 void update( const CustomAnimationEffectPtr& pEffect );
321 EffectSequence::iterator find( const CustomAnimationEffectPtr& pEffect );
331 …SD_DLLPUBLIC CustomAnimationTextGroupPtr createTextGroup( CustomAnimationEffectPtr pEffect, sal…
[all …]
H A DCustomAnimationPreset.hxx51 CustomAnimationPreset( CustomAnimationEffectPtr pEffect );
53 void add( CustomAnimationEffectPtr pEffect );
121 …void changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUString& rPresetSubType ) …