| /aoo42x/main/slideshow/source/engine/ | 
| H A D | animationfactory.cxx | 75                     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::__anone8ff23960111::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 …] 
 | 
| /aoo42x/main/sd/source/ui/unoidl/ | 
| H A D | unoobj.cxx | 312 :	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 D | unosrch.cxx | 146 		xShape = mpShape;  in replaceAll() 249 		xShape = mpShape;  in findAll() 346 	else if( mpShape )  in GetCurrentShape() 348 		xShape = mpShape;  in GetCurrentShape()
  | 
| H A D | unoobj.hxx | 50 	SvxShape* mpShape;  member in SdXShape
  | 
| /aoo42x/main/slideshow/source/engine/animationnodes/ | 
| H A D | animationcommandnode.cxx | 52     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 D | animationbasenode.cxx | 61       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 D | setactivity.hxx | 59           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 D | animationcommandnode.hxx | 56     ExternalMediaShapeSharedPtr mpShape;  member in slideshow::internal::AnimationCommandNode
  | 
| H A D | animationbasenode.hxx | 96     AttributableShapeSharedPtr                      mpShape;  member in slideshow::internal::AnimationBaseNode
  | 
| /aoo42x/main/slideshow/source/engine/transitions/ | 
| H A D | shapetransitionfactory.cxx | 89     AnimatableShapeSharedPtr           mpShape;  member in slideshow::internal::__anon363239bf0111::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 …] 
 | 
| /aoo42x/main/slideshow/source/inc/ | 
| H A D | shapeattributelayerholder.hxx | 56                 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 D | activitiesfactory.hxx | 77               mpShape( rShape ),  in CommonParameters() 128         ShapeSharedPtr                                  mpShape;  member
  | 
| /aoo42x/main/oox/source/shape/ | 
| H A D | ShapeContextHandler.cxx | 85                 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 D | ShapeContextHandler.hxx | 150     drawingml::ShapePtr mpShape;  member in oox::shape::ShapeContextHandler
  | 
| /aoo42x/main/slideshow/source/engine/activities/ | 
| H A D | activitybase.hxx | 107         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 D | activitiesfactory.cxx | 643                         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 D | activitybase.cxx | 46             mpShape(),  in ActivityBase() 66             mpShape.reset();  in dispose() 108             mpShape = rShape;  in setTargets()
  | 
| /aoo42x/main/oox/inc/oox/drawingml/diagram/ | 
| H A D | diagram.hxx | 79 		{ return mpShape; }  in getShape() 93 	ShapePtr        mpShape;  member in oox::drawingml::dgm::Point
  | 
| /aoo42x/main/oox/source/drawingml/diagram/ | 
| H A D | diagram.cxx | 50 	: mpShape( new Shape( "com.sun.star.drawing.GraphicObjectShape" ) )  in Point() 65 	mpShape->setName( msModelId );  in setModelId()
  | 
| /aoo42x/main/slideshow/source/engine/shapes/ | 
| H A D | drawshapesubsetting.cxx | 339                 return aIter->mpShape;  in getSubsetShape() 369                 aEntry.mpShape = rShape;  in addSubsetShape()
  | 
| H A D | drawshapesubsetting.hxx | 212                 AttributableShapeSharedPtr	mpShape;  member
  | 
| /aoo42x/main/sc/source/ui/unoobj/ | 
| H A D | shapeuno.cxx | 1397 	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()
  | 
| /aoo42x/main/sd/source/ui/inc/ | 
| H A D | unosrch.hxx | 46 	::com::sun::star::drawing::XShape* mpShape;
  |