Lines Matching refs:rResMgr

120     StringInputDialog( ResMgr& rResMgr,
169 UcbExplorerTreeListBox( ResMgr & rResMgr, Window* pParent, WinBits nWinStyle = 0 );
193 UcbExplorerWindow( ResMgr & rResMgr, Window *pParent, WinBits nWinStyle );
266 StringInputDialog::StringInputDialog( ResMgr& rResMgr, in StringInputDialog() argument
270 : ModalDialog( 0, ResId( DLG_STRINGINPUT, rResMgr ) ), in StringInputDialog()
271 m_aNameText ( this, ResId( FT_STRINGINPUT_DLG_NAME, rResMgr ) ), in StringInputDialog()
272 m_aNameEdit ( this, ResId( ED_STRINGINPUT_DLG_NAME, rResMgr ) ), in StringInputDialog()
273 m_aNameGroup( this, ResId( GB_STRINGINPUT_DLG_NAME, rResMgr ) ), in StringInputDialog()
274 m_aOKBtn ( this, ResId( BT_STRINGINPUT_DLG_OK, rResMgr ) ), in StringInputDialog()
275 m_aCancelBtn( this, ResId( BT_STRINGINPUT_DLG_CANCEL, rResMgr ) ), in StringInputDialog()
276 m_aHelpBtn ( this, ResId( BT_STRINGINPUT_DLG_HELP, rResMgr ) ) in StringInputDialog()
545 UcbExplorerTreeListBox::UcbExplorerTreeListBox( ResMgr & rResMgr, in UcbExplorerTreeListBox() argument
549 m_aFolderClosed( ResId( BMP_FOLDER_CLOSED, rResMgr ) ), in UcbExplorerTreeListBox()
550 m_aFolderOpened( ResId( BMP_FOLDER_OPENED, rResMgr ) ), in UcbExplorerTreeListBox()
551 m_aDocument( ResId( BMP_DOCUMENT, rResMgr ) ), in UcbExplorerTreeListBox()
552 m_aLink( ResId( BMP_LINK, rResMgr ) ) in UcbExplorerTreeListBox()
1034 UcbExplorerWindow::UcbExplorerWindow( ResMgr & rResMgr, Window *pParent, WinBits nWinStyle ) in UcbExplorerWindow() argument
1036 m_aTree( rResMgr, this, WB_HSCROLL ) in UcbExplorerWindow()