Lines Matching refs:SdrGraphicUpdater
159 class SdrGraphicUpdater;
163 SdrGraphicUpdater* pGraphicUpdater;
179 class SdrGraphicUpdater : public ::osl::Thread class
182 SdrGraphicUpdater( const String& rFileName, const String& rFilterName, SdrGraphicLink& );
183 virtual ~SdrGraphicUpdater( void );
210 SdrGraphicUpdater::SdrGraphicUpdater( const String& rFileName, const String& rFilterName, SdrGraphi… in SdrGraphicUpdater() function in SdrGraphicUpdater
219 SdrGraphicUpdater::~SdrGraphicUpdater( void ) in ~SdrGraphicUpdater()
223 void SdrGraphicUpdater::Terminate() in Terminate()
228 void SAL_CALL SdrGraphicUpdater::onTerminated(void) in onTerminated()
233 void SAL_CALL SdrGraphicUpdater::run(void) in run()
324 …pGraphicUpdater = new SdrGraphicUpdater( pGrafObj->GetFileName(), pGrafObj->GetFilterName(), *this… in UpdateAsynchron()
328 …pGraphicUpdater = new SdrGraphicUpdater( pGrafObj->GetFileName(), pGrafObj->GetFilterName(), *this… in UpdateAsynchron()