Lines Matching refs:UpdateHandler
88 UpdateHandler::UpdateHandler( const uno::Reference< uno::XComponentContext > & rxContext, in UpdateHandler() function in UpdateHandler
106 UpdateHandler::~UpdateHandler() in ~UpdateHandler()
115 void UpdateHandler::enableControls( short nCtrlState ) in enableControls()
144 void UpdateHandler::setDownloadBtnLabel( bool bAppendDots ) in setDownloadBtnLabel()
163 void UpdateHandler::setState( UpdateState eState ) in setState()
174 bool UpdateHandler::isVisible() const in isVisible()
187 void UpdateHandler::setVisible( bool bVisible ) in setVisible()
230 void UpdateHandler::setProgress( sal_Int32 nPercent ) in setProgress()
248 void UpdateHandler::setErrorMessage( const rtl::OUString& rErrorMsg ) in setErrorMessage()
254 void UpdateHandler::setDownloadFile( const rtl::OUString& rFilePath ) in setDownloadFile()
266 rtl::OUString UpdateHandler::getBubbleText( UpdateState eState ) in getBubbleText()
282 rtl::OUString UpdateHandler::getBubbleTitle( UpdateState eState ) in getBubbleTitle()
298 rtl::OUString UpdateHandler::getDefaultInstErrMsg() in getDefaultInstErrMsg()
309 void SAL_CALL UpdateHandler::disposing( const lang::EventObject& rEvt ) in disposing()
317 void SAL_CALL UpdateHandler::actionPerformed( awt::ActionEvent const & rEvent ) in actionPerformed()
382 void SAL_CALL UpdateHandler::windowOpened( const lang::EventObject& ) in windowOpened()
388 void SAL_CALL UpdateHandler::windowClosing( const lang::EventObject& e ) in windowClosing()
399 void SAL_CALL UpdateHandler::windowClosed( const lang::EventObject& ) in windowClosed()
405 void SAL_CALL UpdateHandler::windowMinimized( const lang::EventObject& ) in windowMinimized()
412 void SAL_CALL UpdateHandler::windowNormalized( const lang::EventObject& ) in windowNormalized()
419 void SAL_CALL UpdateHandler::windowActivated( const lang::EventObject& ) in windowActivated()
425 void SAL_CALL UpdateHandler::windowDeactivated( const lang::EventObject& ) in windowDeactivated()
432 void SAL_CALL UpdateHandler::handle( uno::Reference< task::XInteractionRequest > const & rRequest) in handle()
480 void SAL_CALL UpdateHandler::queryTermination( const lang::EventObject& ) in queryTermination()
498 void SAL_CALL UpdateHandler::notifyTermination( const lang::EventObject& ) in notifyTermination()
520 void UpdateHandler::updateState( UpdateState eState ) in updateState()
620 void UpdateHandler::searchAndReplaceAll( rtl::OUString &rText, in searchAndReplaceAll()
634 rtl::OUString UpdateHandler::loadString( const uno::Reference< resource::XResourceBundle > xBundle, in loadString()
653 rtl::OUString UpdateHandler::substVariables( const rtl::OUString &rSource ) const in substVariables()
666 void UpdateHandler::loadStrings() in loadStrings()
753 void UpdateHandler::startThrobber( bool bStart ) in startThrobber()
772 void UpdateHandler::setControlProperty( const rtl::OUString &rCtrlName, in setControlProperty()
793 void UpdateHandler::showControl( const rtl::OUString &rCtrlName, bool bShow ) in showControl()
809 void UpdateHandler::focusControl( DialogControls eID ) in focusControl()
827 void UpdateHandler::insertControlModel( uno::Reference< awt::XControlModel > & rxDialogModel, in insertControlModel()
855 void UpdateHandler::setFullVersion( rtl::OUString& rString ) in setFullVersion()
933 bool UpdateHandler::showWarning( const rtl::OUString &rWarningText ) const in showWarning()
980 bool UpdateHandler::showWarning( const rtl::OUString &rWarningText, in showWarning()
1051 bool UpdateHandler::showOverwriteWarning( const rtl::OUString& rFileName ) const in showOverwriteWarning()
1060 bool UpdateHandler::showOverwriteWarning() const in showOverwriteWarning()
1101 void UpdateHandler::showControls( short nControls ) in showControls()
1133 void UpdateHandler::createDialog() in createDialog()