Searched refs:eShapeLocation (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 118 oox::ppt::ShapeLocation eShapeLocation = pPPTShapePtr->getShapeLocation(); in createFastChildContext() local 119 if ( ( eShapeLocation == Slide ) || ( eShapeLocation == Layout ) ) in createFastChildContext() 161 …if ( eShapeLocation == Layout ) // for layout objects the referenced object can be found within t… in createFastChildContext() 163 …else if ( eShapeLocation == Slide ) // normal slide shapes have to search within the corresponding… in createFastChildContext()
|
H A D | pptshapegroupcontext.cxx | 53 const ShapeLocation eShapeLocation, in PPTShapeGroupContext() argument 58 , meShapeLocation( eShapeLocation ) in PPTShapeGroupContext()
|
H A D | slidefragmenthandler.cxx | 56 … OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation ) throw() in SlideFragmentHandler() argument 59 , meShapeLocation( eShapeLocation ) in SlideFragmentHandler()
|
H A D | pptshape.cxx | 49 PPTShape::PPTShape( const oox::ppt::ShapeLocation eShapeLocation, const sal_Char* pServiceName ) in PPTShape() argument 51 , meShapeLocation( eShapeLocation ) in PPTShape()
|
/aoo4110/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 40 PPTShape( const oox::ppt::ShapeLocation eShapeLocation, 56 …id setShapeLocation( const oox::ppt::ShapeLocation eShapeLocation ) { meShapeLocation = eShapeLoca… in setShapeLocation() argument
|
H A D | pptshapegroupcontext.hxx | 41 const oox::ppt::ShapeLocation eShapeLocation,
|
H A D | slidefragmenthandler.hxx | 41 …OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation ) throw();
|
Completed in 24 milliseconds