Searched refs:xml_file (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 782 : Context( xml_file ) in Dialog() 791 : Context( xml_file ) in Dialog() 845 Dialog (parent, xml_file, id)\ 860 char const* xml_file, char const* id) in MessageBox() argument 870 char const* xml_file, char const* id) 884 char const* xml_file, char const* id) 897 char const* xml_file, char const* id) 1249 : Context( xml_file ) in TabPage() 1257 : Context( xml_file ) in TabPage() 1585 return xml_file; in FIXME_set_parent() [all …]
|
/aoo4110/main/toolkit/inc/layout/ |
H A D | layout.hxx | 560 Dialog( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 ); 561 Dialog( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 ); 579 char const* xml_file="message-box.xml", char const* id="message-box");\ 584 char const* xml_file="message-box.xml", char const* id="message-box");\ 587 char const* xml_file="message-box.xml", char const* id="message-box");\ 592 char const* xml_file="message-box.xml", char const* id="message-box")\ 674 TabPage( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 ); 675 TabPage( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 ); 803 InPlug ( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0); 804 InPlug ( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0);
|
/aoo4110/main/sfx2/source/layout/ |
H A D | sfxtabpage.cxx | 35 SfxTabDialog::SfxTabDialog (::Window *parent, char const* xml_file, char const* id, ResId const& re… 37 , InPlug (parent, xml_file, id) 57 SfxTabPage::SfxTabPage (::Window *parent, char const* xml_file, char const* id, SfxItemSet const* s… in SfxTabPage() argument 59 , InPlug (parent, xml_file, id) in SfxTabPage()
|
H A D | sfxdialog.cxx | 29 SfxDialog::SfxDialog(::Window* parent, char const* xml_file, char const* id, SfxBindings*, SfxChild… in SfxDialog() argument 30 : Dialog (parent, xml_file, id) in SfxDialog()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | layout.hxx | 45 …SfxDialog (::Window* parent, char const* xml_file, char const* id, SfxBindings* bindings=0, SfxChi… 54 …SfxTabDialog (::Window *parent, char const* xml_file, char const* id, ResId const& res_id, SfxItem… 65 SfxTabPage (::Window *parent, char const* xml_file, char const* id, SfxItemSet const* set=0);
|
Completed in 48 milliseconds