Lines Matching refs:UpdateHandler

93 UpdateHandler::UpdateHandler( const uno::Reference< uno::XComponentContext > & rxContext,  in UpdateHandler()  function in UpdateHandler
111 UpdateHandler::~UpdateHandler() in ~UpdateHandler()
120 void UpdateHandler::enableControls( short nCtrlState ) in enableControls()
149 void UpdateHandler::setDownloadBtnLabel( bool bAppendDots ) in setDownloadBtnLabel()
168 void UpdateHandler::setState( UpdateState eState ) in setState()
179 bool UpdateHandler::isVisible() const in isVisible()
193 void UpdateHandler::setVisible( bool bVisible ) in setVisible()
238 void UpdateHandler::setProgress( sal_Int32 nPercent ) in setProgress()
256 void UpdateHandler::setErrorMessage( const rtl::OUString& rErrorMsg ) in setErrorMessage()
262 void UpdateHandler::setDownloadFile( const rtl::OUString& rFilePath ) in setDownloadFile()
274 rtl::OUString UpdateHandler::getBubbleText( UpdateState eState ) in getBubbleText()
290 rtl::OUString UpdateHandler::getBubbleTitle( UpdateState eState ) in getBubbleTitle()
306 rtl::OUString UpdateHandler::getDefaultInstErrMsg() in getDefaultInstErrMsg()
317 void SAL_CALL UpdateHandler::disposing( const lang::EventObject& rEvt ) in disposing()
325 void SAL_CALL UpdateHandler::actionPerformed( awt::ActionEvent const & rEvent ) in actionPerformed()
390 void SAL_CALL UpdateHandler::windowOpened( const lang::EventObject& ) in windowOpened()
396 void SAL_CALL UpdateHandler::windowClosing( const lang::EventObject& e ) in windowClosing()
408 void SAL_CALL UpdateHandler::windowClosed( const lang::EventObject& ) in windowClosed()
414 void SAL_CALL UpdateHandler::windowMinimized( const lang::EventObject& ) in windowMinimized()
421 void SAL_CALL UpdateHandler::windowNormalized( const lang::EventObject& ) in windowNormalized()
428 void SAL_CALL UpdateHandler::windowActivated( const lang::EventObject& ) in windowActivated()
434 void SAL_CALL UpdateHandler::windowDeactivated( const lang::EventObject& ) in windowDeactivated()
441 void SAL_CALL UpdateHandler::handle( uno::Reference< task::XInteractionRequest > const & rRequest) in handle()
489 void SAL_CALL UpdateHandler::queryTermination( const lang::EventObject& ) in queryTermination()
508 void SAL_CALL UpdateHandler::notifyTermination( const lang::EventObject& ) in notifyTermination()
531 void UpdateHandler::updateState( UpdateState eState ) in updateState()
631 void UpdateHandler::searchAndReplaceAll( rtl::OUString &rText, in searchAndReplaceAll()
645 rtl::OUString UpdateHandler::loadString( const uno::Reference< resource::XResourceBundle > xBundle, in loadString()
664 rtl::OUString UpdateHandler::substVariables( const rtl::OUString &rSource ) const in substVariables()
677 void UpdateHandler::loadStrings() in loadStrings()
764 void UpdateHandler::startThrobber( bool bStart ) in startThrobber()
784 void UpdateHandler::setControlProperty( const rtl::OUString &rCtrlName, in setControlProperty()
806 void UpdateHandler::showControl( const rtl::OUString &rCtrlName, bool bShow ) in showControl()
823 void UpdateHandler::focusControl( DialogControls eID ) in focusControl()
843 void UpdateHandler::insertControlModel( uno::Reference< awt::XControlModel > & rxDialogModel, in insertControlModel()
871 void UpdateHandler::setFullVersion( rtl::OUString& rString ) in setFullVersion()
949 bool UpdateHandler::showWarning( const rtl::OUString &rWarningText ) const in showWarning()
997 bool UpdateHandler::showWarning( const rtl::OUString &rWarningText, in showWarning()
1069 bool UpdateHandler::showOverwriteWarning( const rtl::OUString& rFileName ) const in showOverwriteWarning()
1078 bool UpdateHandler::showOverwriteWarning() const in showOverwriteWarning()
1119 void UpdateHandler::showControls( short nControls ) in showControls()
1151 void UpdateHandler::createDialog() in createDialog()