Lines Matching refs:UpdateHandler

91 UpdateHandler::UpdateHandler( const uno::Reference< uno::XComponentContext > & rxContext,  in UpdateHandler()  function in UpdateHandler
109 UpdateHandler::~UpdateHandler() in ~UpdateHandler()
118 void UpdateHandler::enableControls( short nCtrlState ) in enableControls()
147 void UpdateHandler::setDownloadBtnLabel( bool bAppendDots ) in setDownloadBtnLabel()
166 void UpdateHandler::setState( UpdateState eState ) in setState()
177 bool UpdateHandler::isVisible() const in isVisible()
191 void UpdateHandler::setVisible( bool bVisible ) in setVisible()
236 void UpdateHandler::setProgress( sal_Int32 nPercent ) in setProgress()
254 void UpdateHandler::setErrorMessage( const rtl::OUString& rErrorMsg ) in setErrorMessage()
260 void UpdateHandler::setDownloadFile( const rtl::OUString& rFilePath ) in setDownloadFile()
272 rtl::OUString UpdateHandler::getBubbleText( UpdateState eState ) in getBubbleText()
288 rtl::OUString UpdateHandler::getBubbleTitle( UpdateState eState ) in getBubbleTitle()
304 rtl::OUString UpdateHandler::getDefaultInstErrMsg() in getDefaultInstErrMsg()
315 void SAL_CALL UpdateHandler::disposing( const lang::EventObject& rEvt ) in disposing()
323 void SAL_CALL UpdateHandler::actionPerformed( awt::ActionEvent const & rEvent ) in actionPerformed()
388 void SAL_CALL UpdateHandler::windowOpened( const lang::EventObject& ) in windowOpened()
394 void SAL_CALL UpdateHandler::windowClosing( const lang::EventObject& e ) in windowClosing()
406 void SAL_CALL UpdateHandler::windowClosed( const lang::EventObject& ) in windowClosed()
412 void SAL_CALL UpdateHandler::windowMinimized( const lang::EventObject& ) in windowMinimized()
419 void SAL_CALL UpdateHandler::windowNormalized( const lang::EventObject& ) in windowNormalized()
426 void SAL_CALL UpdateHandler::windowActivated( const lang::EventObject& ) in windowActivated()
432 void SAL_CALL UpdateHandler::windowDeactivated( const lang::EventObject& ) in windowDeactivated()
439 void SAL_CALL UpdateHandler::handle( uno::Reference< task::XInteractionRequest > const & rRequest) in handle()
487 void SAL_CALL UpdateHandler::queryTermination( const lang::EventObject& ) in queryTermination()
506 void SAL_CALL UpdateHandler::notifyTermination( const lang::EventObject& ) in notifyTermination()
529 void UpdateHandler::updateState( UpdateState eState ) in updateState()
629 void UpdateHandler::searchAndReplaceAll( rtl::OUString &rText, in searchAndReplaceAll()
643 rtl::OUString UpdateHandler::loadString( const uno::Reference< resource::XResourceBundle > xBundle, in loadString()
662 rtl::OUString UpdateHandler::substVariables( const rtl::OUString &rSource ) const in substVariables()
675 void UpdateHandler::loadStrings() in loadStrings()
762 void UpdateHandler::startThrobber( bool bStart ) in startThrobber()
782 void UpdateHandler::setControlProperty( const rtl::OUString &rCtrlName, in setControlProperty()
804 void UpdateHandler::showControl( const rtl::OUString &rCtrlName, bool bShow ) in showControl()
821 void UpdateHandler::focusControl( DialogControls eID ) in focusControl()
841 void UpdateHandler::insertControlModel( uno::Reference< awt::XControlModel > & rxDialogModel, in insertControlModel()
869 void UpdateHandler::setFullVersion( rtl::OUString& rString ) in setFullVersion()
947 bool UpdateHandler::showWarning( const rtl::OUString &rWarningText ) const in showWarning()
995 bool UpdateHandler::showWarning( const rtl::OUString &rWarningText, in showWarning()
1067 bool UpdateHandler::showOverwriteWarning( const rtl::OUString& rFileName ) const in showOverwriteWarning()
1076 bool UpdateHandler::showOverwriteWarning() const in showOverwriteWarning()
1117 void UpdateHandler::showControls( short nControls ) in showControls()
1149 void UpdateHandler::createDialog() in createDialog()