Lines Matching refs:Window

160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()
226 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw()
227 ::Window* parent = window->GetParent(); in redraw()
238 Window::Window( WindowImpl *pImpl ) in Window() function in layout::Window
244 Window::~Window() in ~Window()
260 void Window::setRes (ResId const& res) in setRes()
309 void Window::SetParent( ::Window *parent ) in SetParent()
313 if (::Window *window = vcl->GetWindow()) in SetParent()
317 void Window::SetParent( Window *parent ) in SetParent()
323 void Window::ParentSet (Window *window) in ParentSet()
328 Context *Window::getContext() in getContext()
333 PeerHandle Window::GetPeer() const in GetPeer()
340 uno::Reference<awt::XWindow> Window::GetRef() const in GetRef()
345 VCLXWindow* Window::GetVCLXWindow() const in GetVCLXWindow()
350 ::Window* Window::GetWindow() const in GetWindow()
355 ::Window* Window::GetParent() const in GetParent()
360 void Window::SetHelpId( const rtl::OString& id ) in SetHelpId()
365 const rtl::OString& Window::GetHelpId() const in GetHelpId()
370 void Window::EnterWait () in EnterWait()
374 void Window::LeaveWait () in LeaveWait()
378 bool Window::IsWait () const in IsWait()
383 bool Window::IsVisible () const in IsVisible()
390 bool Window::HasChildPathFocus (bool systemWindow) const in HasChildPathFocus()
395 void Window::SetPosPixel (Point const&) in SetPosPixel()
399 Point Window::GetPosPixel () const in GetPosPixel()
404 void Window::SetSizePixel (Size const&) in SetSizePixel()
408 void Window::SetPosSizePixel (Point const&, Size const&) in SetPosSizePixel()
412 Size Window::GetSizePixel () const in GetSizePixel()
427 bool Window::IsEnabled () const in IsEnabled()
435 void Window::EnableInput (bool enable, bool child) in EnableInput()
440 bool Window::IsInputEnabled () const in IsInputEnabled()
445 bool Window::HasFocus () const in HasFocus()
450 Font& Window::GetFont () const in GetFont()
455 void Window::SetFont (Font const& font) in SetFont()
460 void Window::Invalidate (sal_uInt8 flags) in Invalidate()
530 void Window::SetStyle( WinBits nStyle ) in SetStyle()
553 WinBits Window::GetStyle() in GetStyle()
598 PeerHandle Window::CreatePeer( Window *parent, WinBits nStyle, const char *pName) in CreatePeer()
608 void Window::Enable( bool bEnable ) in Enable()
615 void Window::Show( bool bVisible ) in Show()
629 void Window::GrabFocus() in GrabFocus()
636 void Window::SetUpdateMode(bool mode) in SetUpdateMode()
641 void Window::SetPointer( Pointer const& pointer ) in SetPointer()
646 Pointer const& Window::GetPointer() const in GetPointer()
651 void Window::SetText( OUString const& str ) in SetText()
656 String Window::GetText() const in GetText()
661 sal_Int32 Window::GetCtrlTextWidth (OUString const&) const in GetCtrlTextWidth()
666 sal_Int32 Window::GetTextHeight () const in GetTextHeight()
671 Size Window::LogicToPixel( Size const& size, MapMode const&) const in LogicToPixel()
676 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl()
766 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
769 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl()
775 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog()
777 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
784 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog()
786 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
852 MessageBox::MessageBox (::Window *parent, char const* message, in MessageBox()
862 MessageBox::MessageBox (::Window *parent, OUString const& message,
876 MessageBox::MessageBox (::Window *parent, WinBits bits, char const* message,
889 MessageBox::MessageBox (::Window *parent, WinBits bits, OUString const& message,
960 Name##Box::Name##Box (::Window *parent, char const* message,\
967 Name##Box::Name##Box (::Window *parent, OUString const& message,\
974 Name##Box::Name##Box (::Window *parent, WinBits bits, char const* message,\
981 Name##Box::Name##Box (::Window *parent, WinBits bits, OUString const& message,\
1003 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl()
1118 if (Window *w = dynamic_cast <Window*> (page)) in InsertPage()
1165 if (Window *w = dynamic_cast <Window*> (page)) in SetTabPage()
1230 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl()
1237 ::Window* TabPage::global_parent = 0;
1242 TabPage::TabPage( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage()
1244 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1250 TabPage::TabPage( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage()
1252 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1276 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl()
1295 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl()
1335 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl()
1348 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl()
1367 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl()
1454 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl()
1461 ::Window *parent = vcl->mpWindow->GetParent(); in PluginImpl()
1485 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl()
1507 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1568 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl()
1576 static char const *FIXME_set_parent (::Window *parent, char const *xml_file) in FIXME_set_parent()
1582 InPlug::InPlug (Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug()
1584 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1588 if (::Window *w = dynamic_cast< ::Window* > (this)) in InPlug()
1592 InPlug::InPlug (::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug()
1594 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1597 layout::Window::SetParent (parent); in InPlug()
1598 if (::Window *w = dynamic_cast< ::Window* > (this)) in InPlug()
1602 void InPlug::ParentSet (Window *window) in ParentSet()
1604 window->SetParent (dynamic_cast< ::Window* > (this)); in ParentSet()