Lines Matching refs:SplashScreen

54 SplashScreen::SplashScreen(const Reference< XMultiServiceFactory >& rSMgr)  in SplashScreen()  function in desktop::SplashScreen
86 SplashScreen::~SplashScreen() in ~SplashScreen()
89 LINK( this, SplashScreen, AppEventListenerHdl ) ); in ~SplashScreen()
94 void SAL_CALL SplashScreen::start(const OUString&, sal_Int32 nRange) in start()
109 void SAL_CALL SplashScreen::end() in end()
122 void SAL_CALL SplashScreen::reset() in reset()
135 void SAL_CALL SplashScreen::setText(const OUString& rText) in setText()
153 void SAL_CALL SplashScreen::setValue(sal_Int32 nValue) in setValue()
172 SplashScreen::initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>& aArgu… in initialize()
243 LINK( this, SplashScreen, AppEventListenerHdl ) ); in initialize()
249 void SplashScreen::updateStatus() in updateStatus()
260 IMPL_LINK( SplashScreen, AppEventListenerHdl, VclWindowEvent *, inEvent ) in IMPL_LINK() argument
289 void SplashScreen::loadConfig() in loadConfig()
396 void SplashScreen::initBitmap() in initBitmap()
431 bool SplashScreen::loadBitmap( in loadBitmap()
458 bool SplashScreen::findBitmap(rtl::OUString const & path) { in findBitmap()
480 bool SplashScreen::findScreenBitmap(rtl::OUString const & path) in findScreenBitmap()
538 bool SplashScreen::findAppBitmap(rtl::OUString const & path) in findAppBitmap()
562 void SplashScreen::determineProgressRatioValues( in determineProgressRatioValues()
633 void SplashScreen::Paint( const Rectangle&) in Paint()
715 SplashScreen *SplashScreen::_pINSTANCE = NULL;
716 osl::Mutex SplashScreen::_aMutex;
718 Reference< XInterface > SplashScreen::getInstance(const Reference< XMultiServiceFactory >& rSMgr) in getInstance()
724 return (XComponent*)new SplashScreen(rSMgr); in getInstance()
731 const char* SplashScreen::interfaces[] =
737 const sal_Char *SplashScreen::serviceName = "com.sun.star.office.SplashScreen";
738 const sal_Char *SplashScreen::implementationName = "com.sun.star.office.comp.SplashScreen";
739 const sal_Char *SplashScreen::supportedServiceNames[] = {"com.sun.star.office.SplashScreen", NULL};