Searched refs:rGrafObj (Results 1 – 4 of 4) sorted by relevance
87 SdrGrafObj& rGrafObj = getSdrGrafObj(); in impPrepareGraphicWithAsynchroniousLoading() local89 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() local171 if(rGrafObj.IsSwappedOut()) in impPrepareGraphicWithSynchroniousLoading()[all …]
70 ViewContactOfGraphic::ViewContactOfGraphic(SdrGrafObj& rGrafObj) in ViewContactOfGraphic() argument71 : ViewContactOfTextObj(rGrafObj) in ViewContactOfGraphic()
67 ViewContactOfGraphic(SdrGrafObj& rGrafObj);
1848 … const GraphicObject& rGrafObj = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphicObject(true); in getPropertyValueImpl() local1850 aURL += OUString::createFromAscii( rGrafObj.GetUniqueID().GetBuffer() ); in getPropertyValueImpl()