Searched refs:pShapeMap (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/oox/source/ppt/ |
H A D | pptshape.cxx | 66 ::oox::drawingml::ShapeIdMap* pShapeMap ) in addShape() argument 206 if( pShapeMap && msId.getLength() ) in addShape() 208 (*pShapeMap)[ msId ] = shared_from_this(); in addShape() 214 …ShapeRect : awt::Rectangle( maPosition.X, maPosition.Y, maSize.Width, maSize.Height ), pShapeMap ); in addShape()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | shape.cxx | 161 ShapeIdMap* pShapeMap ) in addShape() argument 170 if( pShapeMap && msId.getLength() ) in addShape() 172 (*pShapeMap)[ msId ] = shared_from_this(); in addShape() 178 …ShapeRect : awt::Rectangle( maPosition.X, maPosition.Y, maSize.Width, maSize.Height ), pShapeMap ); in addShape() 212 ShapeIdMap* pShapeMap ) in addChildren() argument 260 (*aIter++)->addShape( rFilterBase, pTheme, rxShapes, pShapeRect, pShapeMap ); in addChildren()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 137 ShapeIdMap* pShapeMap = 0 ); 163 ShapeIdMap* pShapeMap );
|
/aoo4110/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 52 ::oox::drawingml::ShapeIdMap* pShapeMap = 0 );
|
Completed in 23 milliseconds