Searched refs:pShapeRect (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/oox/source/drawingml/ |
H A D | shape.cxx | 160 const awt::Rectangle* pShapeRect, in addShape() argument 168 … > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRect, sal_False ) ); in addShape() 178 …addChildren( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPos… in addShape() 240 awt::Rectangle* pShapeRect = 0; in addChildren() local 257 pShapeRect = &aShapeRect; in addChildren() 260 (*aIter++)->addShape( rFilterBase, pTheme, rxShapes, pShapeRect, pShapeMap ); in addChildren() 269 const awt::Rectangle* pShapeRect, in createAndInsert() argument 272 awt::Size aSize( pShapeRect ? awt::Size( pShapeRect->Width, pShapeRect->Height ) : maSize ); in createAndInsert() 273 awt::Point aPosition( pShapeRect ? awt::Point( pShapeRect->X, pShapeRect->Y ) : maPosition ); in createAndInsert()
|
/aoo41x/main/oox/source/ppt/ |
H A D | pptshape.cxx | 65 const awt::Rectangle* pShapeRect, in addShape() argument 187 …> xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRect, bClearText ) ); in addShape() 214 …addChildren( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPos… in addShape()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 136 const ::com::sun::star::awt::Rectangle* pShapeRect = 0, 154 const ::com::sun::star::awt::Rectangle* pShapeRect,
|
/aoo41x/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 51 const com::sun::star::awt::Rectangle* pShapeRect = 0,
|
Completed in 32 milliseconds