Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx183 Throbber* pThrobber = dynamic_cast< Throbber* >( i_data.rAntiImpl.GetWindow() ); in lcl_updateImageList_nothrow() local
184 if ( pThrobber == NULL ) in lcl_updateImageList_nothrow()
193 … const bool isHighContrast = pThrobber->GetSettings().GetStyleSettings().GetHighContrastMode(); in lcl_updateImageList_nothrow()
220 const ::Size aWindowSizePixel = pThrobber->GetSizePixel(); in lcl_updateImageList_nothrow()
261 pThrobber->setImageList( aImages ); in lcl_updateImageList_nothrow()
312 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in startAnimation() local
313 if ( pThrobber != NULL) in startAnimation()
314 pThrobber->start(); in startAnimation()
321 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in stopAnimation() local
322 if ( pThrobber != NULL) in stopAnimation()
[all …]