Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx922 if( pEffect.get() ) in updateControls()
1349 if( pEffect->hasText() ) in createSelectionSet()
1364 if( pEffect->getDuration() ) in createSelectionSet()
1383 if( pEffect->getAudio().is() ) in createSelectionSet()
1510 pEffect->setBegin( fBegin ); in changeSelection()
1561 pEffect->setFill( nFill ); in changeSelection()
1646 pEffect->setStopAudio(); in changeSelection()
1672 if( pEffect->getAudio().is() || pEffect->getStopAudio() ) in changeSelection()
1674 pEffect->removeAudio(); in changeSelection()
2162 pEffect->getEffectSequence()->remove( pEffect ); in onRemove()
[all …]
H A DCustomAnimationList.cxx232 , mpEffect(pEffect) in CustomAnimationListEntryItem()
349 : mpEffect( pEffect ) in CustomAnimationListEntry()
553 append( pEffect ); in select()
554 select( pEffect ); in select()
593 mrList.append( pEffect ); in operator ()()
620 if( pEffect.get() ) in update()
673 if( pEffect.get() ) in update()
802 if( pEffect.get() ) in selectShape()
887 if( pEffect.get() ) in getSelection()
888 aSelection.push_back( pEffect ); in getSelection()
[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 );
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx401 return pEffect; in clone()
1891 return pEffect; in append()
1942 return pEffect; in append()
1980 if( pEffect.get() ) in remove()
2086 double fTemp = pEffect->getBegin() + pEffect->getAbsoluteDuration(); in implRebuild()
2313 pEffect = (*aIter); in findEffect()
2318 return pEffect; in findEffect()
2347 pEffect = (*aIter); in getEffectFromOffset()
2349 return pEffect; in getEffectFromOffset()
3473 return pEffect; in findEffect()
[all …]
H A DEffectMigration.cxx429 if( (pEffect->getTargetShape() == rShape) && (pEffect->getTargetSubItem() == nSubItem) ) in ImplFindEffect()
524 pMainSequence->append( pEffect ); in SetAnimationEffect()
539 CustomAnimationEffectPtr pEffect; in SetAnimationEffect() local
542 pEffect = (*aIterAsWhole); in SetAnimationEffect()
546 pEffect = (*aIterOnlyBackground); in SetAnimationEffect()
549 if( pEffect.get() ) in SetAnimationEffect()
982 pEffect->hasAfterEffect()) in GetDimColor()
1024 pEffect->setDimColor( aEmpty ); in SetDimHide()
1098 pEffect->setDimColor( aColor ); in SetDimPrevious()
1301 pEffect->removeAudio(); in UpdateSoundEffect()
[all …]
H A DCustomAnimationPreset.cxx142 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()
171 maSubTypes[ pEffect->getPresetSubType() ] = pEffect; in add()
198 if( pEffect.get() ) in create()
518 if( pEffect.get() ) in importPresets()
520 aEffectsList.push_back( pEffect ); in importPresets()
593 if( pEffect.get() && pEffect->getPresetSubType() != rPresetSubType ) in changePresetSubType()
[all …]
H A Dundoanim.cxx140 if( pEffect.get() ) in UndoAnimationPathImpl()
143 msUndoPath = pEffect->getPath(); in UndoAnimationPathImpl()
151 CustomAnimationEffectPtr pEffect; in getEffect() local
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()
183 pEffect->setPath( mpImpl->msUndoPath ); in Undo()
189 CustomAnimationEffectPtr pEffect = mpImpl->getEffect(); in Redo() local
190 if( pEffect.get() ) in Redo()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dppt97animations.cxx688 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()
721 pEffect->setIterateType( this->GetTextAnimationType() ); in createAndSetCustomAnimationEffect()
726 pEffect->setIterateInterval( fTextIterationDelay ); in createAndSetCustomAnimationEffect()
729 pEffect->setNodeType( this->GetEffectNodeType() ); in createAndSetCustomAnimationEffect()
733 pEffect->setStopAudio(); in createAndSetCustomAnimationEffect()
[all …]
/trunk/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 );
349 …aphEffects( CustomAnimationTextGroupPtr pTextGroup, CustomAnimationEffectPtr pEffect, bool bUsed );
[all …]
H A DCustomAnimationPreset.hxx51 CustomAnimationPreset( CustomAnimationEffectPtr pEffect );
53 void add( CustomAnimationEffectPtr pEffect );
121 …void changePresetSubType( CustomAnimationEffectPtr pEffect, const rtl::OUString& rPresetSubType ) …

Completed in 106 milliseconds