Lines Matching refs:aCustomShape2d
188 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in ImplForceGroupWithText() local
189 aTextBounds = aCustomShape2d.GetTextRect(); in ImplForceGroupWithText()
276 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in REF() local
277 sal_Int32 nRotateAngle = aCustomShape2d.GetRotateAngle(); in REF()
279 sal_Bool bFlipV = aCustomShape2d.IsFlipVert(); in REF()
280 sal_Bool bFlipH = aCustomShape2d.IsFlipHorz(); in REF()
283 SdrObject* pRenderedShape = aCustomShape2d.CreateObject( bLineGeometryNeededOnly ); in REF()
343 aCustomShape2d.ApplyGluePoints( pRenderedShape ); in REF()
362 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in getTextBounds() local
363 Rectangle aRect( aCustomShape2d.GetTextRect() ); in getTextBounds()
380 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in getLineGeometry() local
381 SdrObject* pObj = aCustomShape2d.CreateLineGeometry(); in getLineGeometry()
385 sal_Bool bFlipV = aCustomShape2d.IsFlipVert(); in getLineGeometry()
386 sal_Bool bFlipH = aCustomShape2d.IsFlipHorz(); in getLineGeometry()
400 sal_Int32 nRotateAngle = aCustomShape2d.GetRotateAngle(); in getLineGeometry()
460 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in SEQ() local
461 nHdlCount = aCustomShape2d.GetHdlCount(); in SEQ()