Home
last modified time | relevance | path

Searched refs:mpShape (Results 1 – 23 of 23) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx75 mpShape(), in TupleAnimation()
108 OSL_ENSURE( !mpShape, in start()
113 mpShape = rShape; in start()
163 if( mpShape->isContentChanged() ) in operator ()()
197 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::__anon3f39c34d0111::TupleAnimation
223 mpShape(), in PathAnimation()
262 OSL_ENSURE( !mpShape, in start()
267 mpShape = rShape; in start()
428 mpShape(), in GenericAnimation()
460 OSL_ENSURE( !mpShape, in start()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx312 : mpShape( pShape ), in SdXShape()
333 mpShape->setMaster( NULL ); in dispose()
341 return mpShape->queryAggregation( rType ); in queryAggregation()
347 return mpShape->queryInterface( rType ); in queryInterface()
352 mpShape->acquire(); in acquire()
357 mpShape->release(); in release()
379 return mpShape->_getTypes(); in getTypes()
415 SdrObject* pObj = mpShape->GetSdrObject(); in getPropertyState()
749 if( pEntry && mpShape->GetSdrObject() ) in getPropertyValue()
1139 SdXShape* mpShape; member in SdUnoEventsAccess
[all …]
H A Dunosrch.cxx146 xShape = mpShape; in replaceAll()
249 xShape = mpShape; in findAll()
346 else if( mpShape ) in GetCurrentShape()
348 xShape = mpShape; in GetCurrentShape()
H A Dunoobj.hxx50 SvxShape* mpShape; member in SdXShape
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcommandnode.cxx52 mpShape(), in AnimationCommandNode()
64 mpShape.reset(); in dispose()
86 if( mpShape ) in activate_st()
88 mpShape->setMediaTime(fMediaTime/1000.0); in activate_st()
89 mpShape->play(); in activate_st()
96 if( mpShape ) in activate_st()
98 if( mpShape->isPlaying() ) in activate_st()
99 mpShape->pause(); in activate_st()
101 mpShape->play(); in activate_st()
108 if( mpShape ) in activate_st()
[all …]
H A Danimationbasenode.cxx61 mpShape(), in AnimationBaseNode()
94 mpShape = rContext.mpMasterShapeSubset->getSubsetShape(); in AnimationBaseNode()
109 mpShape = lookupAttributableShape( getContext().mpSubsettableShapeManager, in AnimationBaseNode()
125 mpShape = lookupAttributableShape( getContext().mpSubsettableShapeManager, in AnimationBaseNode()
142 mpShape->getTreeNodeSupplier().getTreeNode( in AnimationBaseNode()
152 new ShapeSubset( mpShape, in AnimationBaseNode()
190 mpShape.reset(); in dispose()
508 return mpShape; // nope, plain shape always in getShape()
H A Dsetactivity.hxx59 mpShape(), in SetActivity()
73 mpShape.reset(); in dispose()
93 if (mpAnimation && mpAttributeLayer && mpShape) { in perform()
94 mpAnimation->start( mpShape, mpAttributeLayer ); in perform()
125 mpShape = rShape; in setTargets()
131 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::SetActivity
H A Danimationcommandnode.hxx56 ExternalMediaShapeSharedPtr mpShape; member in slideshow::internal::AnimationCommandNode
H A Danimationbasenode.hxx96 AttributableShapeSharedPtr mpShape; member in slideshow::internal::AnimationBaseNode
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx89 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::__anon488db1360111::ClippingAnimation
102 mpShape(), in ClippingAnimation()
139 OSL_ENSURE( !mpShape, in start()
144 mpShape = rShape; in start()
152 mpShape = rShape; in start()
157 mpShapeManager->enterAnimationMode( mpShape ); in start()
172 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
174 if( mpShape->isContentChanged() ) in end_()
182 mpAttrLayer && mpShape, in operator ()()
189 if( mpShape->isContentChanged() ) in operator ()()
[all …]
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayerholder.hxx56 mpShape(), in ShapeAttributeLayerHolder()
69 if( mpShape && mpAttributeLayer ) in reset()
70 mpShape->revokeAttributeLayer( mpAttributeLayer ); in reset()
85 mpShape = rShape; in createAttributeLayer()
87 if( mpShape ) in createAttributeLayer()
88 mpAttributeLayer = mpShape->createAttributeLayer(); in createAttributeLayer()
99 AttributableShapeSharedPtr mpShape; member in slideshow::internal::ShapeAttributeLayerHolder
H A Dactivitiesfactory.hxx77 mpShape( rShape ), in CommonParameters()
128 ShapeSharedPtr mpShape; member
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx85 mpShape.reset(new Shape("com.sun.star.drawing.GraphicObjectShape" )); in getGraphicShapeContext()
87 (new GraphicalObjectFrameContext(*rFragmentHandler, pMasterShape, mpShape, true)); in getGraphicShapeContext()
90 mpShape.reset(new Shape("com.sun.star.drawing.GraphicObjectShape" )); in getGraphicShapeContext()
92 (new GraphicShapeContext(*rFragmentHandler, pMasterShape, mpShape)); in getGraphicShapeContext()
245 else if (mpShape.get() != NULL) in getShape()
247 mpShape->addShape(*mxFilterBase, mpThemePtr.get(), xShapes); in getShape()
248 xResult.set(mpShape->getXShape()); in getShape()
H A DShapeContextHandler.hxx150 drawingml::ShapePtr mpShape; member in oox::shape::ShapeContextHandler
/trunk/main/slideshow/source/engine/activities/
H A Dactivitybase.hxx107 return (!mbIsActive && !mpEndEvent && !mpShape && in isDisposed()
113 AnimatableShapeSharedPtr getShape() const { return mpShape; } in getShape()
130 AnimatableShapeSharedPtr mpShape; // only to pass on to animation member in slideshow::internal::ActivityBase
H A Dactivitiesfactory.cxx643 rParms.mpShape->getBounds() ) ); in createActivity()
704 rParms.mpShape, in createActivity()
728 rParms.mpShape, in createActivity()
772 rParms.mpShape, in createActivity()
798 rParms.mpShape, in createActivity()
H A Dactivitybase.cxx46 mpShape(), in ActivityBase()
66 mpShape.reset(); in dispose()
108 mpShape = rShape; in setTargets()
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx79 { return mpShape; } in getShape()
93 ShapePtr mpShape; member in oox::drawingml::dgm::Point
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx50 : mpShape( new Shape( "com.sun.star.drawing.GraphicObjectShape" ) ) in Point()
65 mpShape->setName( msModelId ); in setModelId()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx339 return aIter->mpShape; in getSubsetShape()
369 aEntry.mpShape = rShape; in addSubsetShape()
H A Ddrawshapesubsetting.hxx212 AttributableShapeSharedPtr mpShape; member
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1397 ScShapeObj* mpShape; member in ShapeUnoEventAccessImpl
1401 if( mpShape ) in getInfo()
1402 if( SdrObject* pObj = mpShape->GetSdrObject() ) in getInfo()
1408 ShapeUnoEventAccessImpl( ScShapeObj* pShape ): mpShape( pShape ) in ShapeUnoEventAccessImpl()
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx46 ::com::sun::star::drawing::XShape* mpShape;

Completed in 89 milliseconds