Lines Matching refs:SdrObject

141 SdrObject* EnhancedCustomShapeEngine::ImplForceGroupWithText( const SdrObjCustomShape* pCustoObj, S…  in ImplForceGroupWithText()
147 const SdrObject* pShadowGeometry = pCustoObj->GetSdrObjectShadowFromCustomShape(); in ImplForceGroupWithText()
154 SdrObject* pTmp = pRenderedShape; in ImplForceGroupWithText()
185 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in ImplForceGroupWithText()
209 SdrObject* pTmp = pRenderedShape; in ImplForceGroupWithText()
224 SdrObject* pTmp = pRenderedShape; in ImplForceGroupWithText()
264 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in REF()
283 SdrObject* pRenderedShape = aCustomShape2d.CreateObject( bLineGeometryNeededOnly ); in REF()
288SdrObject* pRenderedFontWork = EnhancedCustomShapeFontWork::CreateFontWork( pRenderedShape, pSdrOb… in REF()
291 SdrObject::Free( pRenderedShape ); in REF()
295SdrObject* pRenderedShape3d = EnhancedCustomShape3d::Create3DObject( pRenderedShape, pSdrObjCustom… in REF()
300 SdrObject::Free( pRenderedShape ); in REF()
356 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in getTextBounds()
377 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in getLineGeometry()
381 SdrObject* pObj = aCustomShape2d.CreateLineGeometry(); in getLineGeometry()
424 SdrObject* pNewObj = NULL; in getLineGeometry()
426 const SdrObject* pNext = aIter.Next(); in getLineGeometry()
443 SdrObject::Free( pNewObj ); in getLineGeometry()
445 SdrObject::Free( pObj ); in getLineGeometry()
457 SdrObject* pSdrObjCustomShape = GetSdrObjectFromXShape( mxShape ); in SEQ()