Lines Matching refs:pResMgr
57 NameClashDialog::NameClashDialog( Window* pParent, ResMgr* pResMgr, in NameClashDialog() argument
62 : ModalDialog( pParent, ResId( DLG_SIMPLE_NAME_CLASH, *pResMgr ) ), in NameClashDialog()
63 maFTMessage ( this, ResId( FT_FILE_EXISTS_WARNING, *pResMgr ) ), in NameClashDialog()
64 maEDNewName ( this, ResId( EDIT_NEW_NAME, *pResMgr ) ), in NameClashDialog()
65 maBtnOverwrite ( this, ResId( BTN_OVERWRITE, *pResMgr ) ), in NameClashDialog()
66 maBtnRename ( this, ResId( BTN_RENAME, *pResMgr ) ), in NameClashDialog()
67 maBtnCancel ( this, ResId( BTN_CANCEL, *pResMgr ) ), in NameClashDialog()
68 maBtnHelp ( this, ResId( BTN_HELP, *pResMgr ) ), in NameClashDialog()
81 aInfo = String( ResId( STR_RENAME_OR_REPLACE, *pResMgr ) ); in NameClashDialog()
85 aInfo = String( ResId( STR_NAME_CLASH_RENAME_ONLY, *pResMgr ) ); in NameClashDialog()
93 maSameName = String ( ResId( STR_SAME_NAME_USED, *pResMgr ) ); in NameClashDialog()