Searched refs:Throbber (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/vcl/source/control/ |
H A D | throbber.cxx | 51 Throbber::Throbber( Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet ) in Throbber() function in Throbber 60 maWaitTimer.SetTimeoutHdl( LINK( this, Throbber, TimeOutHdl ) ); in Throbber() 67 Throbber::Throbber( Window* i_parentWindow, const ResId& i_resId, const ImageSet i_imageSet ) in Throbber() function in Throbber 76 maWaitTimer.SetTimeoutHdl( LINK( this, Throbber, TimeOutHdl ) ); in Throbber() 83 Throbber::~Throbber() in ~Throbber() 140 void Throbber::Resize() in Resize() 149 void Throbber::initImages() in initImages() 210 void Throbber::start() in start() 216 void Throbber::stop() in stop() 222 bool Throbber::isRunning() const in isRunning() [all …]
|
/aoo4110/main/toolkit/source/awt/ |
H A D | animatedimagespeer.cxx | 183 Throbber* pThrobber = dynamic_cast< Throbber* >( i_data.rAntiImpl.GetWindow() ); in lcl_updateImageList_nothrow() 312 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in startAnimation() 321 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in stopAnimation() 330 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in isAnimationRunning() 341 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in setProperty() 390 Throbber* pThrobber( dynamic_cast< Throbber* >( GetWindow() ) ); in getProperty()
|
H A D | vclxtoolkit.cxx | 1060 pNewWindow = new Throbber( pParent, nWinBits ); in ImplCreateWindow()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | spinningprogress.cxx | 70 Throbber::ImageSet aImageSets[] = in SpinningProgressControlModel() 72 Throbber::IMAGES_16_PX, Throbber::IMAGES_32_PX, Throbber::IMAGES_64_PX in SpinningProgressControlModel() 76 …const ::std::vector< ::rtl::OUString > aDefaultURLs( Throbber::getDefaultImageURLs( aImageSets[i] … in SpinningProgressControlModel()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | throbber.hxx | 37 class VCL_DLLPUBLIC Throbber : public ImageControl class 55 … Throbber( Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet = IMAGES_AUTO ); 56 … Throbber( Window* i_parentWindow, const ResId& i_resId, const ImageSet i_imageSet = IMAGES_AUTO ); 57 ~Throbber();
|
/aoo4110/main/desktop/source/migration/ |
H A D | pages.hxx | 67 Throbber& m_rThrobber; 70 MigrationPage( svt::OWizardMachine* parent, const ResId& resid, Throbber& i_throbber );
|
H A D | wizard.hxx | 75 Throbber m_aThrobber;
|
H A D | pages.cxx | 173 const ResId& resid, Throbber& i_throbber ) in MigrationPage()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.hxx | 183 Throbber m_throbber;
|
/aoo4110/main/offapi/type_reference/ |
H A D | typelibrary_history.txt | 197 Remove deprecated AWT Throbber API
|
Completed in 117 milliseconds