Searched refs:DpGuiResId (Results 1 – 5 of 5) sorted by relevance
/aoo4110/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() 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() 206 ,m_flBottom(this, DpGuiResId(FL_LICENSE)) in LicenseDialogImpl() [all …]
|
H A D | dp_gui_updatedialog.cxx | 565 ModalDialog(parent,DpGuiResId(RID_DLG_UPDATE)), 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() 574 m_all(this, DpGuiResId(RID_DLG_UPDATE_ALL)), in UpdateDialog() 581 m_line(this, DpGuiResId(RID_DLG_UPDATE_LINE)), in UpdateDialog() 582 m_help(this, DpGuiResId(RID_DLG_UPDATE_HELP)), in UpdateDialog() 583 m_ok(this, DpGuiResId(RID_DLG_UPDATE_OK)), in UpdateDialog() 584 m_close(this, DpGuiResId(RID_DLG_UPDATE_CLOSE)), in UpdateDialog() 585 m_error(String(DpGuiResId(RID_DLG_UPDATE_ERROR))), in UpdateDialog() [all …]
|
H A D | dp_gui_updateinstalldialog.cxx | 230 DpGuiResId(RID_DLG_UPDATEINSTALL)), 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() 245 m_ft_action(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_DOWNLOADING)), in UpdateInstallDialog() 246 m_statusbar(this,DpGuiResId(RID_DLG_UPDATE_INSTALL_STATUSBAR)), in UpdateInstallDialog() 248 m_ft_results(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_RESULTS)), in UpdateInstallDialog() 249 m_mle_info(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_INFO)), in UpdateInstallDialog() 250 m_line(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_LINE)), in UpdateInstallDialog() 251 m_help(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_HELP)), in UpdateInstallDialog() 252 m_ok(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_OK)), 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
|
Completed in 28 milliseconds