Searched refs:mpAsynchLoadEvent (Results 1 – 2 of 2) sorted by relevance
120 if(!mpAsynchLoadEvent) in impPrepareGraphicWithAsynchroniousLoading()125 … mpAsynchLoadEvent = new sdr::event::AsynchGraphicLoadingEvent(rEventHandler, *this); in impPrepareGraphicWithAsynchroniousLoading()153 if(mpAsynchLoadEvent) in impPrepareGraphicWithAsynchroniousLoading()157 delete mpAsynchLoadEvent; in impPrepareGraphicWithAsynchroniousLoading()209 …DBG_ASSERT(mpAsynchLoadEvent, "ViewObjectContactOfGraphic::doAsynchGraphicLoading: I did not trigg… in doAsynchGraphicLoading()218 mpAsynchLoadEvent = 0; in doAsynchGraphicLoading()231 if(mpAsynchLoadEvent) in forgetAsynchGraphicLoadingEvent()233 OSL_ENSURE(!pEvent || mpAsynchLoadEvent == pEvent, in forgetAsynchGraphicLoadingEvent()237 mpAsynchLoadEvent = 0; in forgetAsynchGraphicLoadingEvent()311 mpAsynchLoadEvent(0) in ViewObjectContactOfGraphic()[all …]
51 sdr::event::AsynchGraphicLoadingEvent* mpAsynchLoadEvent; member in sdr::contact::ViewObjectContactOfGraphic