Home
last modified time | relevance | path

Searched refs:rGrafObj (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/sdr/contact/
H A Dviewobjectcontactofgraphic.cxx87 SdrGrafObj& rGrafObj = getSdrGrafObj(); in impPrepareGraphicWithAsynchroniousLoading() local
89 if(rGrafObj.IsSwappedOut()) in impPrepareGraphicWithAsynchroniousLoading()
91 if(rGrafObj.IsLinkedGraphic()) in impPrepareGraphicWithAsynchroniousLoading()
94 rGrafObj.ImpUpdateGraphicLink(); in impPrepareGraphicWithAsynchroniousLoading()
135 rGrafObj.ForceSwapIn(); in impPrepareGraphicWithAsynchroniousLoading()
140 rGrafObj.mbInsidePaint = sal_True; in impPrepareGraphicWithAsynchroniousLoading()
141 rGrafObj.ForceSwapIn(); in impPrepareGraphicWithAsynchroniousLoading()
142 rGrafObj.mbInsidePaint = sal_False; in impPrepareGraphicWithAsynchroniousLoading()
169 SdrGrafObj& rGrafObj = getSdrGrafObj(); in impPrepareGraphicWithSynchroniousLoading() local
171 if(rGrafObj.IsSwappedOut()) in impPrepareGraphicWithSynchroniousLoading()
[all …]
H A Dviewcontactofgraphic.cxx70 ViewContactOfGraphic::ViewContactOfGraphic(SdrGrafObj& rGrafObj) in ViewContactOfGraphic() argument
71 : ViewContactOfTextObj(rGrafObj) in ViewContactOfGraphic()
/AOO42X/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofgraphic.hxx67 ViewContactOfGraphic(SdrGrafObj& rGrafObj);
/AOO42X/main/svx/source/unodraw/
H A Dunoshap2.cxx1848 … const GraphicObject& rGrafObj = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphicObject(true); in getPropertyValueImpl() local
1850 aURL += OUString::createFromAscii( rGrafObj.GetUniqueID().GetBuffer() ); in getPropertyValueImpl()