Home
last modified time | relevance | path

Searched refs:_rResId (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.cxx78 OJoinControl(Window* _pParent,const ResId& _rResId);
80 OJoinControl::OJoinControl(Window* _pParent,const ResId& _rResId) in OJoinControl() argument
81 : Window(_pParent,_rResId) in OJoinControl()
82 ,aFL_Join( this, ResId( FL_JOIN,*_rResId.GetResMgr() ) ) in OJoinControl()
83 ,aFT_Title( this, ResId(FT_LISTBOXTITLE,*_rResId.GetResMgr()) ) in OJoinControl()
84 ,aLB_JoinType( this, ResId(LB_JOINTYPE,*_rResId.GetResMgr()) ) in OJoinControl()
85 ,m_aCBNatural( this, ResId(CB_NATURAL,*_rResId.GetResMgr()) ) in OJoinControl()
/trunk/main/svx/source/form/
H A Dstringlistresource.cxx46 StringListResource::StringListResource( const ResId& _rResId ) in StringListResource() argument
47 :Resource( _rResId ) in StringListResource()
50 ResId aLocalID( nLocalID, *_rResId.GetResMgr() ); in StringListResource()
55 aLocalID = ResId( ++nLocalID, *_rResId.GetResMgr() ); in StringListResource()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx492 ,const ResId& _rResId in DBG_NAME()
495 : Window(_pParent,_rResId) in DBG_NAME()
496 , m_aFL_InvolvedTables( this, ResId(FL_INVOLVED_TABLES,*_rResId.GetResMgr())) in DBG_NAME()
497 , m_lmbLeftTable( this, ResId(LB_LEFT_TABLE,*_rResId.GetResMgr())) in DBG_NAME()
498 , m_lmbRightTable( this, ResId(LB_RIGHT_TABLE,*_rResId.GetResMgr())) in DBG_NAME()
499 , m_aFL_InvolvedFields( this, ResId(FL_INVOLVED_FIELDS,*_rResId.GetResMgr())) in DBG_NAME()
H A Dopendoccontrols.cxx206 …on::OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId ) in OpenDocumentButton() argument
207 :PushButton( _pParent, _rResId ) in OpenDocumentButton()
236 …x::OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName, const ResId& _rResId ) in OpenDocumentListBox() argument
237 :ListBox( _pParent, _rResId ) in OpenDocumentListBox()
H A Dcharsetlistbox.cxx47 CharSetListBox::CharSetListBox( Window* _pParent, const ResId& _rResId ) in CharSetListBox() argument
48 :ListBox( _pParent, _rResId ) in CharSetListBox()
H A Dcurledit.cxx42 OConnectionURLEdit::OConnectionURLEdit(Window* _pParent, const ResId& _rResId,sal_Bool _bShowPrefix) in DBG_NAME()
43 :Edit(_pParent, _rResId) in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
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 Dcharsetlistbox.hxx47 CharSetListBox( Window* _pParent, const ResId& _rResId );
H A DRelationControl.hxx62 const ResId& _rResId,
/trunk/main/sw/source/ui/utlui/
H A Dtextcontrolcombo.cxx31 TextControlCombo::TextControlCombo( Window* _pParent, const ResId& _rResId, in TextControlCombo() argument
33 :Window ( _pParent, _rResId ) in TextControlCombo()
/trunk/main/fpicker/source/office/
H A Diodlgimp.cxx155 SvtFileDialogURLSelector::SvtFileDialogURLSelector( SvtFileDialog* _pParent, const ResId& _rResId, … in SvtFileDialogURLSelector() argument
156 :MenuButton ( _pParent, _rResId ) in SvtFileDialogURLSelector()
H A Diodlgimp.hxx122 SvtFileDialogURLSelector( SvtFileDialog* _pParent, const ResId& _rResId, sal_uInt16 _nButtonId );
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx100 MacroSecurityTP::MacroSecurityTP( Window* _pParent, const ResId& _rResId, MacroSecurity* _pDlg ) in MacroSecurityTP() argument
101 :TabPage ( _pParent, _rResId ) in MacroSecurityTP()
H A Dcertificateviewer.cxx95 CertificateViewerTP::CertificateViewerTP( Window* _pParent, const ResId& _rResId, CertificateViewer… in CertificateViewerTP() argument
96 :TabPage ( _pParent, _rResId ) in CertificateViewerTP()
/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.cxx62 OWizardPage::OWizardPage( Window* _pParent, const ResId& _rResId ) in OWizardPage() argument
63 :TabPage( _pParent, _rResId ) in OWizardPage()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx88 OControlWizardPage::OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId ) in OControlWizardPage() argument
89 :OControlWizardPage_Base( _pParent, _rResId ) in OControlWizardPage()
H A Dcontrolwizard.hxx86 OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId );
/trunk/main/svx/source/inc/
H A Dstringlistresource.hxx47 SVX_DLLPUBLIC StringListResource( const ResId& _rResId );
/trunk/main/sw/source/ui/inc/
H A Dtextcontrolcombo.hxx47 TextControlCombo( Window* _pParent, const ResId& _rResId,
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx64 ConditionField::ConditionField( Condition* _pParent, const ResId& _rResId ) : Edit(_pParent,_rResId) in ConditionField() argument
H A DGroupsSorting.cxx112 OFieldExpressionControl( OGroupsSortingDialog* _pParent,const ResId& _rResId);
186 …ldExpressionControl::OFieldExpressionControl( OGroupsSortingDialog* _pParent,const ResId& _rResId ) in DBG_NAME()
187 …:EditBrowseBox( _pParent, _rResId,EBBF_NONE, WB_TABSTOP | BROWSER_COLUMNSELECTION | BROWSER_MULTIS… in DBG_NAME()
/trunk/main/svtools/inc/svtools/
H A Dinettbc.hxx75 … SvtURLBox( Window* pParent, const ResId& _rResId, INetProtocol eSmart = INET_PROT_NOT_VALID );
H A Dwizardmachine.hxx107 OWizardPage( Window* _pParent, const ResId& _rResId );
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dcertificateviewer.hxx76 CertificateViewerTP( Window* _pParent, const ResId& _rResId, CertificateViewer* _pDlg );
H A Dmacrosecurity.hxx97 MacroSecurityTP( Window* _pParent, const ResId& _rResId, MacroSecurity* _pDlg );

Completed in 99 milliseconds

12