Searched refs:DpGuiResId (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/desktop/source/deployment/gui/ |
| H A D | license_dialog.cxx | 195 ModalDialog(pParent, DpGuiResId(RID_DLG_LICENSE)) in LicenseDialogImpl() 197 ,m_ftHead(this, DpGuiResId(FT_LICENSE_HEADER)) in LicenseDialogImpl() 198 ,m_ftBody1(this, DpGuiResId(FT_LICENSE_BODY_1)) in LicenseDialogImpl() 199 ,m_ftBody1Txt(this, DpGuiResId(FT_LICENSE_BODY_1_TXT)) in LicenseDialogImpl() 200 ,m_ftBody2(this, DpGuiResId(FT_LICENSE_BODY_2)) in LicenseDialogImpl() 201 ,m_ftBody2Txt(this, DpGuiResId(FT_LICENSE_BODY_2_TXT)) in LicenseDialogImpl() 202 ,m_fiArrow1(this, DpGuiResId(FI_LICENSE_ARROW1)) in LicenseDialogImpl() 203 ,m_fiArrow2(this, DpGuiResId(FI_LICENSE_ARROW2)) in LicenseDialogImpl() 204 ,m_mlLicense(this, DpGuiResId(ML_LICENSE)) in LicenseDialogImpl() 205 ,m_pbDown(this, DpGuiResId(PB_LICENSE_DOWN)) in LicenseDialogImpl() [all …]
|
| H A D | dp_gui_updatedialog.cxx | 565 ModalDialog(parent,DpGuiResId(RID_DLG_UPDATE)), in UpdateDialog() 567 m_checking(this, DpGuiResId(RID_DLG_UPDATE_CHECKING)), in UpdateDialog() 568 m_throbber(this, DpGuiResId(RID_DLG_UPDATE_THROBBER)), in UpdateDialog() 569 m_update(this, DpGuiResId(RID_DLG_UPDATE_UPDATE)), in UpdateDialog() 571 *this, DpGuiResId(RID_DLG_UPDATE_UPDATES), in UpdateDialog() 572 Image(DpGuiResId(RID_DLG_UPDATE_NORMALALERT)), in UpdateDialog() 573 Image(DpGuiResId(RID_DLG_UPDATE_HIGHCONTRASTALERT))), in UpdateDialog() 574 m_all(this, DpGuiResId(RID_DLG_UPDATE_ALL)), in UpdateDialog() 575 m_description(this, DpGuiResId(RID_DLG_UPDATE_DESCRIPTION)), in UpdateDialog() 576 m_PublisherLabel(this, DpGuiResId(RID_DLG_UPDATE_PUBLISHER_LABEL)), in UpdateDialog() [all …]
|
| H A D | dp_gui_updateinstalldialog.cxx | 230 DpGuiResId(RID_DLG_UPDATEINSTALL)), in UpdateInstallDialog() 237 m_sInstalling(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_INSTALLING))), in UpdateInstallDialog() 238 m_sFinished(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_FINISHED))), in UpdateInstallDialog() 239 m_sNoErrors(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_NO_ERRORS))), in UpdateInstallDialog() 240 m_sErrorDownload(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD))), in UpdateInstallDialog() 241 m_sErrorInstallation(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION))), in UpdateInstallDialog() 242 m_sErrorLicenseDeclined(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED))), in UpdateInstallDialog() 243 m_sNoInstall(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL))), in UpdateInstallDialog() 244 m_sThisErrorOccurred(String(DpGuiResId(RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED))), in UpdateInstallDialog() 245 m_ft_action(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_DOWNLOADING)), in UpdateInstallDialog() [all …]
|
| H A D | dp_gui_dependencydialog.cxx | 50 ModalDialog(parent, DpGuiResId(RID_DLG_DEPENDENCIES) ), in DependencyDialog() 51 m_text(this, DpGuiResId(RID_DLG_DEPENDENCIES_TEXT)), in DependencyDialog() 52 m_list(this, DpGuiResId(RID_DLG_DEPENDENCIES_LIST)), in DependencyDialog() 53 m_ok(this, DpGuiResId(RID_DLG_DEPENDENCIES_OK)), in DependencyDialog()
|
| H A D | dp_gui_shared.hxx | 50 class DpGuiResId : public ResId class 53 DpGuiResId( sal_uInt16 nId ):ResId( nId, *DeploymentGuiResMgr::get() ) {} in DpGuiResId() function in dp_gui::DpGuiResId
|