Lines Matching refs:rResId
83 SvxConfigFunctionListBox_Impl::SvxConfigFunctionListBox_Impl( Window* pParent, const ResId& rResId) in SvxConfigFunctionListBox_Impl() argument
84 : SvTreeListBox( pParent, rResId ) in SvxConfigFunctionListBox_Impl()
202 Window* pParent, const ResId& rResId, in SvxConfigGroupListBox_Impl() argument
204 : SvTreeListBox( pParent, rResId ) in SvxConfigGroupListBox_Impl()
206 m_hdImage(ResId(IMG_HARDDISK,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
207 m_hdImage_hc(ResId(IMG_HARDDISK_HC,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
208 m_libImage(ResId(IMG_LIB,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
209 m_libImage_hc(ResId(IMG_LIB_HC,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
210 m_macImage(ResId(IMG_MACRO,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
211 m_macImage_hc(ResId(IMG_MACRO_HC,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
212 m_docImage(ResId(IMG_DOC,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
213 m_docImage_hc(ResId(IMG_DOC_HC,*rResId.GetResMgr())), in SvxConfigGroupListBox_Impl()
214 m_sMyMacros(String(ResId(STR_MYMACROS,*rResId.GetResMgr()))), in SvxConfigGroupListBox_Impl()
215 m_sProdMacros(String(ResId(STR_PRODMACROS,*rResId.GetResMgr()))) in SvxConfigGroupListBox_Impl()