Home
last modified time | relevance | path

Searched refs:ResId (Results 151 – 175 of 822) sorted by relevance

12345678910>>...33

/trunk/main/svx/inc/svx/
H A Dsvdglob.hxx50 class SdrResId: ResId {
52 SdrResId(sal_uInt16 nId): ResId(nId,*ImpGetResMgr()) {} in SdrResId()
H A Dchecklbx.hxx59 SvxCheckListBox( Window* pParent, const ResId& rResId );
60 SvxCheckListBox( Window* pParent, const ResId& rResId,
H A Dcolrctrl.hxx65 SvxColorValueSet_docking( Window* pParent, const ResId& rResId );
111 const ResId& rResId );
/trunk/main/svtools/inc/svtools/
H A Dstdctrl.hxx44 FixedInfo( Window* pParent, const ResId& rResId );
60 SelectableFixedText( Window* pParent, const ResId& rResId );
H A Dtooltiplbox.hxx39 ToolTipListBox( Window* pParent, const ResId& rResId );
52 ToolTipMultiListBox( Window* pParent, const ResId& rResId );
H A Dfixedhyper.hxx76 FixedHyperlink( Window* pParent, const ResId& rId );
171 FixedHyperlinkImage( Window* pParent, const ResId& rId );
/trunk/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java176 int ResId = UIConsts.RID_IMG_FORM + (2 * ((Integer) listitem).intValue()); in getImageUrls() local
180 new Integer(ResId), new Integer(ResId + 1) in getImageUrls()
/trunk/main/formula/source/ui/inc/
H A DModuleHelper.hxx84 class FORMULA_DLLPUBLIC ModuleRes : public ::ResId
87 ModuleRes(sal_uInt16 _nId) : ResId(_nId, *OModule::getResManager()) { } in ModuleRes()
/trunk/main/reportdesign/inc/
H A DModuleHelper.hxx85 class REPORTDESIGN_DLLPUBLIC ModuleRes : public ::ResId
88 inline ModuleRes(sal_uInt16 _nId) : ResId(_nId, *OModule::getResManager()) { } in ModuleRes()
/trunk/main/dbaccess/source/ui/inc/
H A Dmoduledbu.hxx92 class ModuleRes : public ::ResId
95 ModuleRes(sal_uInt16 _nId) : ResId(_nId, *OModule::getResManager()) { } in ModuleRes()
H A Dopendoccontrols.hxx57 … OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId );
76 … OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId );
H A DSqlNameEdit.hxx73 …OSQLNameEdit(Window* _pParent,const ResId& _rRes,const ::rtl::OUString& _rAllowedChars = ::rtl::OU… in OSQLNameEdit()
94 …OSQLNameComboBox(Window* _pParent,const ResId& _rRes,const ::rtl::OUString& _rAllowedChars = ::rtl… in OSQLNameComboBox()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_shared.hxx50 class DpGuiResId : public ResId
53 DpGuiResId( sal_uInt16 nId ):ResId( nId, *DeploymentGuiResMgr::get() ) {} in DpGuiResId()
/trunk/main/svx/source/inc/
H A Dstringlistresource.hxx47 SVX_DLLPUBLIC StringListResource( const ResId& _rResId );
66 return String( ResId( _nResId, *m_pResMgr ) ); in getString()
/trunk/main/sw/source/ui/inc/
H A Dcnttab.hxx78 SwOLENames(const ResId& rResId) : in SwOLENames()
80 aNamesAry(ResId(1,*rResId.GetResMgr())){FreeResource();} in SwOLENames()
H A Dnumfmtlb.hxx52 NumFormatListBox( Window* pWin, const ResId& rResId,
56 NumFormatListBox( Window* pWin, SwView* pView, const ResId& rResId,
H A Dglosbib.hxx48 FEdit(Window * pParent, const ResId& rResId) : in FEdit()
65 SwGlossaryGroupTLB(Window* pParent, const ResId& rResId) : in SwGlossaryGroupTLB()
/trunk/main/svtools/source/control/
H A Dstdctrl.cxx38 FixedInfo::FixedInfo( Window* pParent, const ResId& rResId ) : in FixedInfo()
56 SelectableFixedText::SelectableFixedText( Window* pParent, const ResId& rResId ) : in SelectableFixedText()
/trunk/main/sfx2/source/inc/
H A Dpreview.hxx43 const ResId& rResId );
59 const ResId& rResId ) in SfxPreviewWin_Impl()
/trunk/main/svtools/source/misc/
H A Dsvtdata.cxx71 ResId(nId, *ImpSvtData::GetSvtData().GetResMgr(aLocale)) {} in SvtResId()
73 SvtResId::SvtResId(sal_uInt16 nId): ResId(nId, *ImpSvtData::GetSvtData().GetResMgr()) {} in SvtResId()
/trunk/main/cui/source/inc/
H A Dautocdlg.hxx83 OfaACorrCheckListBox(Window* pParent, const ResId& rResId ) : in OfaACorrCheckListBox()
199 AutoCorrEdit(Window* pParent, const ResId& rResId) : in AutoCorrEdit()
403 const ResId& rResId ) in AutoCompleteMultiListBox()
/trunk/main/vcl/inc/vcl/
H A Dmenubtn.hxx67 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
71 explicit MenuButton( Window* pParent, const ResId& );
H A Dmorebtn.hxx54 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
58 explicit MoreButton( Window* pParent, const ResId& );
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx111 …OConnectionHelper::OConnectionHelper( Window* pParent, const ResId& _rId, const SfxItemSet& _rCore… in DBG_NAME()
113 ,m_aFT_Connection ( this, ResId( FT_AUTOBROWSEURL, *_rId.GetResMgr() ) ) in DBG_NAME()
114 ,m_aConnectionURL ( this, ResId( ET_AUTOBROWSEURL, *_rId.GetResMgr() ) ) in DBG_NAME()
115 ,m_aPB_Connection ( this, ResId( PB_AUTOBROWSEURL, *_rId.GetResMgr() ) ) in DBG_NAME()
/trunk/main/basic/source/runtime/
H A Dbasrdll.cxx38 ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) ) in SttResId()
43 ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetBasResMgr()) ) in BasResId()

Completed in 80 milliseconds

12345678910>>...33