Lines Matching refs:m_pResMgr
340 mpGrpMore = new FixedLine ( this, ResId (GRP_MORE, *m_pResMgr) ); in InitStdControls()
341 mpFtFrame = new FixedText ( this, ResId (FT_FRAME, *m_pResMgr) ); in InitStdControls()
342 … mpCbbFrame = new SvxFramesComboBox ( this, ResId (CB_FRAME, *m_pResMgr), GetDispatcher() ); in InitStdControls()
343 mpFtForm = new FixedText ( this, ResId (FT_FORM, *m_pResMgr) ); in InitStdControls()
344 mpLbForm = new ListBox ( this, ResId (LB_FORM, *m_pResMgr) ); in InitStdControls()
345 mpFtIndication= new FixedText ( this, ResId (FT_INDICATION, *m_pResMgr) ); in InitStdControls()
346 mpEdIndication= new Edit ( this, ResId (ED_INDICATION, *m_pResMgr) ); in InitStdControls()
347 mpFtText = new FixedText ( this, ResId (FT_TEXT, *m_pResMgr) ); in InitStdControls()
348 mpEdText = new Edit ( this, ResId (ED_TEXT, *m_pResMgr) ); in InitStdControls()
349 mpBtScript = new ImageButton ( this, ResId (BTN_SCRIPT, *m_pResMgr) ); in InitStdControls()
353 mpBtScript->SetModeImage( Image( ResId( IMG_SCRIPT_HC, *m_pResMgr ) ), BMP_COLOR_HIGHCONTRAST ); in InitStdControls()