Lines Matching refs:Window
35 SfxTabDialog::SfxTabDialog (::Window *parent, char const* xml_file, char const* id, ResId const& re…
41 ::Window* SfxTabDialog::GetParent () const
43 return Window::GetParent ();
46 ::Window* SfxTabDialog::GetWindow () const
48 return Window::GetParent ();
57 SfxTabPage::SfxTabPage (::Window *parent, char const* xml_file, char const* id, SfxItemSet const* s… in SfxTabPage()
61 dynamic_cast< ::Window* > (this)->SetComponentInterface (GetVCLXWindow ()); in SfxTabPage()
64 ::Window* SfxTabPage::GetParent () const in GetParent()
66 return Window::GetParent (); in GetParent()
69 ::Window* SfxTabPage::GetWindow () const in GetWindow()
71 return ::layout::Window::GetWindow(); in GetWindow()