Home
last modified time | relevance | path

Searched refs:mpEffect (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx370 , mpEffect( pEffect ) in MotionPathTag()
375 mpPathObj = mpEffect->createSdrPathObjFromPath(); in MotionPathTag()
410 Reference< XChangesNotifier > xNotifier( mpEffect->getNode(), UNO_QUERY ); in MotionPathTag()
460 …if( mpPathObj && !mbInUpdatePath && dynamic_cast< const SdrHint* >( &rHint ) && (mpEffect.get() !=… in Notify()
468 msLastPath = mpEffect->getPath(); in Notify()
657 mrPane.remove( mpEffect ); in OnDelete()
1068 Reference< XChangesNotifier > xNotifier( mpEffect->getNode(), UNO_QUERY ); in disposing()
1283 if( mpPathObj && !mbInUpdatePath && (mpEffect->getPath() != msLastPath) ) in changesOccurred()
1286 msLastPath = mpEffect->getPath(); in changesOccurred()
1287 mpEffect->updateSdrPathObjFromPath( *mpPathObj ); in changesOccurred()
H A DCustomAnimationList.cxx223 CustomAnimationEffectPtr mpEffect; member in sd::CustomAnimationListEntryItem
232 , mpEffect(pEffect) in CustomAnimationListEntryItem()
266 sal_Int16 nNodeType = mpEffect->getNodeType(); in Paint()
279 switch( mpEffect->getPresetClass() ) in Paint()
287 switch( mpEffect->getCommand() ) in Paint()
334 CustomAnimationEffectPtr getEffect() const { return mpEffect; } in getEffect()
337 CustomAnimationEffectPtr mpEffect; member in sd::CustomAnimationListEntry
349 : mpEffect( pEffect ) in CustomAnimationListEntry()
H A Dmotionpathtag.hxx69 const CustomAnimationEffectPtr& getEffect() const { return mpEffect; } in getEffect()
116 CustomAnimationEffectPtr mpEffect; member in sd::MotionPathTag
H A DCustomAnimationDialog.hxx169 CustomAnimationEffectPtr mpEffect; member in sd::CustomAnimationDialog

Completed in 27 milliseconds