Searched refs:mpShapeManager (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/slideshow/source/engine/ |
H A D | animationfactory.cxx | 77 mpShapeManager( rShapeManager ), in TupleAnimation() 141 mpShapeManager->notifyShapeUpdate( mpShape ); in end_() 164 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()() 199 ShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::__anonb57eb1350111::TupleAnimation 225 mpShapeManager( rShapeManager ), in PathAnimation() 335 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()() 355 ShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::__anonb57eb1350111::PathAnimation 430 mpShapeManager( rShapeManager ), in GenericAnimation() 539 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()() 554 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()() [all …]
|
H A D | shapesubset.cxx | 48 mpShapeManager( rShapeManager ) in ShapeSubset() 50 ENSURE_OR_THROW( mpShapeManager, in ShapeSubset() 61 mpShapeManager( rOriginalSubset->mpShapeManager ) in ShapeSubset() 63 ENSURE_OR_THROW( mpShapeManager, in ShapeSubset() 76 mpShapeManager( rShapeManager ) in ShapeSubset() 78 ENSURE_OR_THROW( mpShapeManager, in ShapeSubset() 108 mpSubsetShape = mpShapeManager->getSubsetShape( in enableSubsetShape() 120 mpShapeManager->revokeSubset( mpOriginalShape, in disableSubsetShape()
|
/aoo41x/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 374 mpShapeManager( new ShapeManagerImpl( in SlideImpl() 380 mpSubsettableShapeManager( mpShapeManager ), in SlideImpl() 431 if( mpShapeManager ) in ~SlideImpl() 434 mpShapeManager->dispose(); in ~SlideImpl() 450 if( mpShapeManager ) in dispose() 453 mpShapeManager->dispose(); in dispose() 461 mpShapeManager.reset(); in dispose() 482 if( !mpShapeManager || !mpLayerManager ) in show() 502 mpShapeManager->activate( true ); in show() 562 if( !mbActive || !mpShapeManager ) in hide() [all …]
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | shapetransitionfactory.cxx | 91 ShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::__anonde68891e0111::ClippingAnimation 104 mpShapeManager( rShapeManager ), in ClippingAnimation() 157 mpShapeManager->enterAnimationMode( mpShape ); in start() 172 mpShapeManager->leaveAnimationMode( mpShape ); in end_() 175 mpShapeManager->notifyShapeUpdate( mpShape ); in end_() 190 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | externalshapebase.cxx | 99 mpShapeManager( rContext.mpSubsettableShapeManager ), in ExternalShapeBase() 106 mpShapeManager->addIntrinsicAnimationHandler( mpListener ); in ExternalShapeBase() 117 mpShapeManager->removeIntrinsicAnimationHandler( mpListener ); in ~ExternalShapeBase()
|
H A D | externalshapebase.hxx | 131 SubsettableShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::ExternalShapeBase
|
/aoo41x/main/slideshow/source/inc/ |
H A D | shapesubset.hxx | 141 SubsettableShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::ShapeSubset
|
Completed in 51 milliseconds