Lines Matching refs:rGrafObj

87 			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()
173 if(rGrafObj.IsLinkedGraphic()) in impPrepareGraphicWithSynchroniousLoading()
176 rGrafObj.ImpUpdateGraphicLink( sal_False ); in impPrepareGraphicWithSynchroniousLoading()
187 rGrafObj.ForceSwapIn(); in impPrepareGraphicWithSynchroniousLoading()
192 rGrafObj.mbInsidePaint = sal_True; in impPrepareGraphicWithSynchroniousLoading()
193 rGrafObj.ForceSwapIn(); in impPrepareGraphicWithSynchroniousLoading()
194 rGrafObj.mbInsidePaint = sal_False; in impPrepareGraphicWithSynchroniousLoading()
212 SdrGrafObj& rGrafObj = getSdrGrafObj(); in doAsynchGraphicLoading() local
213 rGrafObj.ForceSwapIn(); in doAsynchGraphicLoading()
249 SdrGrafObj& rGrafObj = const_cast< ViewObjectContactOfGraphic* >(this)->getSdrGrafObj(); in createPrimitive2DSequence() local
250 bool bDoAsynchronGraphicLoading(rGrafObj.GetModel() && rGrafObj.GetModel()->IsSwapGraphics()); in createPrimitive2DSequence()
254 if( bDoAsynchronGraphicLoading && rGrafObj.IsSwappedOut() ) in createPrimitive2DSequence()
258 if ( rGrafObj.GetPage() && rGrafObj.GetPage()->IsMasterPage() ) in createPrimitive2DSequence()
303 rGrafObj.ForceSwapOut(); in createPrimitive2DSequence()