Searched refs:DesktopResId (Results 1 – 5 of 5) sorted by relevance
/trunk/main/desktop/source/app/ |
H A D | cmdlinehelp.cxx | 159 : ModalDialog( NULL, DesktopResId( DLG_CMDLINEHELP ) ) in CmdlineHelpDialog() 160 , m_ftHead( this, DesktopResId( TXT_DLG_CMDLINEHELP_HEADER ) ) in CmdlineHelpDialog() 161 , m_ftLeft( this, DesktopResId( TXT_DLG_CMDLINEHELP_LEFT ) ) in CmdlineHelpDialog() 162 , m_ftRight( this, DesktopResId( TXT_DLG_CMDLINEHELP_RIGHT ) ) in CmdlineHelpDialog() 163 , m_ftBottom( this, DesktopResId( TXT_DLG_CMDLINEHELP_BOTTOM ) ) in CmdlineHelpDialog() 164 , m_btOk( this, DesktopResId( BTN_DLG_CMDLINEHELP_OK ) ) in CmdlineHelpDialog()
|
H A D | desktopresid.hxx | 32 class DesktopResId : public ResId class 35 DesktopResId( sal_uInt16 nId );
|
H A D | desktopresid.cxx | 35 DesktopResId::DesktopResId( sal_uInt16 nId ) : in DesktopResId() function in desktop::DesktopResId
|
H A D | lockfile2.cxx | 48 QueryBox aBox( NULL, DesktopResId( QBX_USERDATALOCKED ) ); in Lockfile_execWarning() 50 String aTitle = String( DesktopResId( STR_TITLE_USERDATALOCKED )); in Lockfile_execWarning()
|
H A D | appinit.cxx | 420 DesktopResId aResId( STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE ); in CreateTemporaryDirectory()
|
Completed in 31 milliseconds