Home
last modified time | relevance | path

Searched refs:pSdrObjCustomShape (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx185 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in ImplForceGroupWithText() local
186 if ( pSdrObjCustomShape ) in ImplForceGroupWithText()
188 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in ImplForceGroupWithText()
264 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in REF() local
265 if ( pSdrObjCustomShape ) in REF()
269 pSdrObjCustomShape->GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY ); in REF()
276 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in REF()
288 …nderedFontWork = EnhancedCustomShapeFontWork::CreateFontWork( pRenderedShape, pSdrObjCustomShape ); in REF()
295 …ct* pRenderedShape3d = EnhancedCustomShape3d::Create3DObject( pRenderedShape, pSdrObjCustomShape ); in REF()
303 Rectangle aRect( pSdrObjCustomShape->GetSnapRect() ); in REF()
[all …]
H A DEnhancedCustomShapeHandle.cxx62 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxCustomShape ) ); in getPosition() local
63 if ( !pSdrObjCustomShape ) in getPosition()
67 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in getPosition()
76 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxCustomShape ) ); in setControllerPosition() local
77 if ( !pSdrObjCustomShape ) in setControllerPosition()
80 EnhancedCustomShape2d aCustomShape2d( pSdrObjCustomShape ); in setControllerPosition()
/AOO41X/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx177 SVX_DLLPUBLIC EnhancedCustomShape2d( SdrObject* pSdrObjCustomShape );