Lines Matching refs:aShapeRect
265 Rectangle aShapeRect = calcShapeRectangle( pParentAnchor ); in convertAndInsert() local
268 if( ((aShapeRect.Width > 0) || (aShapeRect.Height > 0)) && rxShapes.is() ) in convertAndInsert()
270 xShape = implConvertAndInsert( rxShapes, aShapeRect ); in convertAndInsert()
282 mrDrawing.notifyXShapeInserted( xShape, aShapeRect, *this, bGroupChild ); in convertAndInsert()
295 Rectangle aShapeRect = calcShapeRectangle( pParentAnchor ); in convertFormatting() local
298 if( (aShapeRect.Width > 0) || (aShapeRect.Height > 0) ) in convertFormatting()
300 rxShape->setPosition( Point( aShapeRect.X, aShapeRect.Y ) ); in convertFormatting()
301 rxShape->setSize( Size( aShapeRect.Width, aShapeRect.Height ) ); in convertFormatting()
313 Rectangle aShapeRect; in calcShapeRectangle() local
315 if( !pClientData || !mrDrawing.convertClientAnchor( aShapeRect, pClientData->maAnchor ) ) in calcShapeRectangle()
316 aShapeRect = getRectangle( pParentAnchor ); in calcShapeRectangle()
317 return aShapeRect; in calcShapeRectangle()