Searched refs:getResId (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_dialog2.cxx | 564 ResId DialogHelper::getResId( sal_uInt16 nId ) in getResId() function in dp_gui::DialogHelper 601 WarningBox aInfoBox( pParent, getResId( nResID ) ); in continueOnSharedExtension() 645 WarningBox aInfo( m_pVCLWindow, getResId( RID_WARNINGBOX_INSTALL_EXTENSION ) ); in installExtensionWarn() 658 QueryBox aQuery( m_pVCLWindow, getResId( RID_QUERYBOX_INSTALL_FOR_ALL ) ); in installForAllUsers() 694 ModelessDialog( pParent, getResId( RID_DLG_EXTENSION_MANAGER ) ), in ExtMgrDialog() 696 m_aAddBtn( this, getResId( RID_EM_BTN_ADD ) ), in ExtMgrDialog() 697 m_aUpdateBtn( this, getResId( RID_EM_BTN_CHECK_UPDATES ) ), in ExtMgrDialog() 698 m_aCloseBtn( this, getResId( RID_EM_BTN_CLOSE ) ), in ExtMgrDialog() 699 m_aHelpBtn( this, getResId( RID_EM_BTN_HELP ) ), in ExtMgrDialog() 701 m_aGetExtensions( this, getResId( RID_EM_FT_GET_EXTENSIONS ) ), in ExtMgrDialog() [all …]
|
| H A D | dp_gui_extlistbox.cxx | 201 m_aSharedImage( DialogHelper::getResId( RID_IMG_SHARED ) ), in ExtensionBox_Impl() 202 m_aSharedImageHC( DialogHelper::getResId( RID_IMG_SHARED_HC ) ), in ExtensionBox_Impl() 203 m_aLockedImage( DialogHelper::getResId( RID_IMG_LOCKED ) ), in ExtensionBox_Impl() 204 m_aLockedImageHC( DialogHelper::getResId( RID_IMG_LOCKED_HC ) ), in ExtensionBox_Impl() 205 m_aWarningImage( DialogHelper::getResId( RID_IMG_WARNING ) ), in ExtensionBox_Impl() 206 m_aWarningImageHC( DialogHelper::getResId( RID_IMG_WARNING_HC ) ), in ExtensionBox_Impl() 207 m_aDefaultImage( DialogHelper::getResId( RID_IMG_EXTENSION ) ), in ExtensionBox_Impl() 208 m_aDefaultImageHC( DialogHelper::getResId( RID_IMG_EXTENSION_HC ) ), in ExtensionBox_Impl()
|
| H A D | dp_gui_dialog2.hxx | 87 static ResId getResId( sal_uInt16 nId );
|
| /AOO41X/main/desktop/source/deployment/misc/ |
| H A D | dp_dependencies.cxx | 138 sReason = ::rtl::OUString( ::String(::dp_misc::getResId(RID_DEPLYOMENT_DEPENDENCIES_MIN)) ); in getErrorText() 144 sReason = ::rtl::OUString( ::String(::dp_misc::getResId(RID_DEPLYOMENT_DEPENDENCIES_MAX)) ); in getErrorText() 151 sReason = ::rtl::OUString( ::String(::dp_misc::getResId(RID_DEPLYOMENT_DEPENDENCIES_MIN)) ); in getErrorText() 154 … return ::rtl::OUString( ::String(::dp_misc::getResId(RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN)) ); in getErrorText() 157 … sValue = ::rtl::OUString( ::String(::dp_misc::getResId(RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN)) ); in getErrorText()
|
| H A D | dp_resource.cxx | 70 ResId getResId( sal_uInt16 id ) in getResId() function
|
| /AOO41X/main/desktop/source/deployment/inc/ |
| H A D | dp_resource.h | 38 ResId getResId( sal_uInt16 id );
|