Lines Matching refs:getResId

567 ResId DialogHelper::getResId( sal_uInt16 nId )  in getResId()  function in dp_gui::DialogHelper
604 WarningBox aInfoBox( pParent, getResId( nResID ) ); in continueOnSharedExtension()
648 WarningBox aInfo( m_pVCLWindow, getResId( RID_WARNINGBOX_INSTALL_EXTENSION ) ); in installExtensionWarn()
661 QueryBox aQuery( m_pVCLWindow, getResId( RID_QUERYBOX_INSTALL_FOR_ALL ) ); in installForAllUsers()
697 ModelessDialog( pParent, getResId( RID_DLG_EXTENSION_MANAGER ) ), in ExtMgrDialog()
699 m_aAddBtn( this, getResId( RID_EM_BTN_ADD ) ), in ExtMgrDialog()
700 m_aUpdateBtn( this, getResId( RID_EM_BTN_CHECK_UPDATES ) ), in ExtMgrDialog()
701 m_aCloseBtn( this, getResId( RID_EM_BTN_CLOSE ) ), in ExtMgrDialog()
702 m_aHelpBtn( this, getResId( RID_EM_BTN_HELP ) ), in ExtMgrDialog()
704 m_aGetExtensions( this, getResId( RID_EM_FT_GET_EXTENSIONS ) ), in ExtMgrDialog()
705 m_aProgressText( this, getResId( RID_EM_FT_PROGRESS ) ), in ExtMgrDialog()
707 m_aCancelBtn( this, getResId( RID_EM_BTN_CANCEL ) ), in ExtMgrDialog()
798 …WarningBox aInfo( const_cast< ExtMgrDialog* >(this), getResId( RID_WARNINGBOX_REMOVE_EXTENSION ) ); in removeExtensionWarn()
1245 ModalDialog( pParent, getResId( RID_DLG_UPDATE_REQUIRED ) ), in UpdateRequiredDialog()
1247 m_aUpdateNeeded( this, getResId( RID_EM_FT_MSG ) ), in UpdateRequiredDialog()
1248 m_aUpdateBtn( this, getResId( RID_EM_BTN_CHECK_UPDATES ) ), in UpdateRequiredDialog()
1249 m_aCloseBtn( this, getResId( RID_EM_BTN_CLOSE ) ), in UpdateRequiredDialog()
1250 m_aHelpBtn( this, getResId( RID_EM_BTN_HELP ) ), in UpdateRequiredDialog()
1251 m_aCancelBtn( this, getResId( RID_EM_BTN_CANCEL ) ), in UpdateRequiredDialog()
1253 m_aProgressText( this, getResId( RID_EM_FT_PROGRESS ) ), in UpdateRequiredDialog()
1759 ModalDialog( pParent, DialogHelper::getResId( RID_DLG_SHOW_LICENSE ) ), in ShowLicenseDialog()
1760 m_aLicenseText( this, DialogHelper::getResId( ML_LICENSE ) ), in ShowLicenseDialog()
1761 m_aCloseBtn( this, DialogHelper::getResId( RID_EM_BTN_CLOSE ) ) in ShowLicenseDialog()