Searched refs:DeploymentGuiResMgr (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_handleversionexception.cxx | 87 …ox box( pDialogHelper ? pDialogHelper->getWindow() : NULL, ResId(id, *DeploymentGuiResMgr::get())); in handleVersionException() 98 … s = String(ResId(RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES, *DeploymentGuiResMgr::get())); in handleVersionException() 102 … s = String(ResId(RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES, *DeploymentGuiResMgr::get())); in handleVersionException() 106 …s = String(ResId(RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES, *DeploymentGuiResMgr::get())); in handleVersionException()
|
H A D | dp_gui_shared.hxx | 36 struct DeploymentGuiResMgr : struct 37 public ::rtl::StaticWithInit< ResMgr *, DeploymentGuiResMgr > { 53 DpGuiResId( sal_uInt16 nId ):ResId( nId, *DeploymentGuiResMgr::get() ) {} in DpGuiResId()
|
H A D | dp_gui_dialog2.cxx | 570 return ResId( nId, *DeploymentGuiResMgr::get() ); in getResId() 579 String ret( ResId( id, *DeploymentGuiResMgr::get() ) ); in getResourceString()
|
H A D | dp_gui_extensioncmdqueue.cxx | 466 String sMsg( ResId( RID_STR_UNSUPPORTED_PLATFORM, *DeploymentGuiResMgr::get() ) ); in handle()
|
/aoo4110/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 288 String sMsg(ResId(RID_STR_UNSUPPORTED_PLATFORM, *dp_gui::DeploymentGuiResMgr::get())); in handle()
|
Completed in 43 milliseconds