Searched refs:pGraphicObj (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sd/source/ui/view/ |
H A D | drviews2.cxx | 666 SdrGrafObj* pGraphicObj = new SdrGrafObj (aGraphic); in FuTemporary() local 678 pGraphicObj->SetLogicRect(aAllMarkedRect); in FuTemporary() 696 pGraphicObj->SetLayer(pReplacementCandidate->GetLayer()); in FuTemporary() 699 mpDrawView->ReplaceObjectAtView(pReplacementCandidate, *pPageView, pGraphicObj); in FuTemporary()
|
/trunk/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 500 … SdrGrafObj* pGraphicObj = new SdrGrafObj( aGraphic, pOle2Obj->GetCurrentBoundRect() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs() local 502 pGraphicObj->SetLayer( pOle2Obj->GetLayer() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs() 505 … SdrObject* pReplaced = pObjList->ReplaceObject( pGraphicObj, pOle2Obj->GetOrdNum() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1334 … SdrGrafObj* pGraphicObj = new SdrGrafObj( aGraphic, pOle2Obj->GetCurrentBoundRect() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs() local 1336 pGraphicObj->SetLayer( pOle2Obj->GetLayer() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs() 1339 … SdrObject* pRemovedObject = pObjList->ReplaceObject( pGraphicObj, pOle2Obj->GetOrdNum() ); in lcl_ConvertSdrOle2ObjsToSdrGrafObjs()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 994 SdrGrafObj* pGraphicObj = PTR_CAST( SdrGrafObj, pObj ); in SetEmptyPresObj() local 995 if( pGraphicObj ) in SetEmptyPresObj() 998 pGraphicObj->SetGraphic(aEmpty); in SetEmptyPresObj()
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1839 GraphicObject* pGraphicObj = const_cast< GraphicObject* >(pBrush->GetGraphicObject()); in DrawGraphic() local 1844 lcl_DrawGraphicBackgrd( *pBrush, pOutDev, aAlignedPaintRect, *pGraphicObj, bGrfNum ); in DrawGraphic() 1882 pGraphicObj->DrawTiled( pOutDev, in DrawGraphic()
|
Completed in 83 milliseconds