Home
last modified time | relevance | path

Searched refs:xml_file (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx781 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
782 : Context( xml_file ) in Dialog()
790 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
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)
968 char const* xml_file, char const* id)\
[all …]
/AOO41X/main/toolkit/inc/layout/
H A Dlayout.hxx560 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);
/AOO41X/main/sfx2/source/layout/
H A Dsfxtabpage.cxx35 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 Dsfxdialog.cxx29 SfxDialog::SfxDialog(::Window* parent, char const* xml_file, char const* id, SfxBindings*, SfxChild… in SfxDialog() argument
30 : Dialog (parent, xml_file, id) in SfxDialog()
/AOO41X/main/sfx2/inc/sfx2/
H A Dlayout.hxx45 …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);