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()
269 void Window::setRes (ResId const& res) in setRes()
318 void Window::SetParent( ::Window *parent ) in SetParent()
322 if (::Window *window = vcl->GetWindow()) in SetParent()
326 void Window::SetParent( Window *parent ) in SetParent()
332 void Window::ParentSet (Window *window) in ParentSet()
337 Context *Window::getContext() in getContext()
342 PeerHandle Window::GetPeer() const in GetPeer()
349 uno::Reference<awt::XWindow> Window::GetRef() const in GetRef()
354 VCLXWindow* Window::GetVCLXWindow() const in GetVCLXWindow()
359 ::Window* Window::GetWindow() const in GetWindow()
364 ::Window* Window::GetParent() const in GetParent()
369 void Window::SetHelpId( const rtl::OString& id ) in SetHelpId()
374 const rtl::OString& Window::GetHelpId() const in GetHelpId()
379 void Window::EnterWait () in EnterWait()
383 void Window::LeaveWait () in LeaveWait()
387 bool Window::IsWait () const in IsWait()
392 bool Window::IsVisible () const in IsVisible()
399 bool Window::HasChildPathFocus (bool systemWindow) const in HasChildPathFocus()
404 void Window::SetPosPixel (Point const&) in SetPosPixel()
408 Point Window::GetPosPixel () const in GetPosPixel()
413 void Window::SetSizePixel (Size const&) in SetSizePixel()
417 void Window::SetPosSizePixel (Point const&, Size const&) in SetPosSizePixel()
421 Size Window::GetSizePixel () const in GetSizePixel()
436 bool Window::IsEnabled () const in IsEnabled()
444 void Window::EnableInput (bool enable, bool child) in EnableInput()
449 bool Window::IsInputEnabled () const in IsInputEnabled()
454 bool Window::HasFocus () const in HasFocus()
459 Font& Window::GetFont () const in GetFont()
464 void Window::SetFont (Font const& font) in SetFont()
469 void Window::Invalidate (sal_uInt8 flags) in Invalidate()
539 void Window::SetStyle( WinBits nStyle ) in SetStyle()
561 WinBits Window::GetStyle() in GetStyle()
604 PeerHandle Window::CreatePeer( Window *parent, WinBits nStyle, const char *pName) in CreatePeer()
614 void Window::Enable( bool bEnable ) in Enable()
621 void Window::Show( bool bVisible ) in Show()
635 void Window::GrabFocus() in GrabFocus()
642 void Window::SetUpdateMode(bool mode) in SetUpdateMode()
647 void Window::SetPointer( Pointer const& pointer ) in SetPointer()
652 Pointer const& Window::GetPointer() const in GetPointer()
657 void Window::SetText( OUString const& str ) in SetText()
662 String Window::GetText() const in GetText()
667 sal_Int32 Window::GetCtrlTextWidth (OUString const&) const in GetCtrlTextWidth()
672 sal_Int32 Window::GetTextHeight () const in GetTextHeight()
677 Size Window::LogicToPixel( Size const& size, MapMode const&) const in LogicToPixel()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl()
772 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl()
781 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog()
783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
790 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog()
792 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
858 MessageBox::MessageBox (::Window *parent, char const* message, in MessageBox()
868 MessageBox::MessageBox (::Window *parent, OUString const& message,
882 MessageBox::MessageBox (::Window *parent, WinBits bits, char const* message,
895 MessageBox::MessageBox (::Window *parent, WinBits bits, OUString const& message,
966 Name##Box::Name##Box (::Window *parent, char const* message,\
973 Name##Box::Name##Box (::Window *parent, OUString const& message,\
980 Name##Box::Name##Box (::Window *parent, WinBits bits, char const* message,\
987 Name##Box::Name##Box (::Window *parent, WinBits bits, OUString const& message,\
1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl()
1124 if (Window *w = dynamic_cast <Window*> (page)) in InsertPage()
1171 if (Window *w = dynamic_cast <Window*> (page)) in SetTabPage()
1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl()
1243 ::Window* TabPage::global_parent = 0;
1248 TabPage::TabPage( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage()
1250 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1256 TabPage::TabPage( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage()
1258 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1282 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl()
1301 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl()
1341 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl()
1354 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl()
1373 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl()
1460 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl()
1467 ::Window *parent = vcl->mpWindow->GetParent(); in PluginImpl()
1491 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl()
1513 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1574 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl()
1582 static char const *FIXME_set_parent (::Window *parent, char const *xml_file) in FIXME_set_parent()
1588 InPlug::InPlug (Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug()
1590 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1594 if (::Window *w = dynamic_cast< ::Window* > (this)) in InPlug()
1598 InPlug::InPlug (::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug()
1600 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1603 layout::Window::SetParent (parent); in InPlug()
1604 if (::Window *w = dynamic_cast< ::Window* > (this)) in InPlug()
1608 void InPlug::ParentSet (Window *window) in ParentSet()
1610 window->SetParent (dynamic_cast< ::Window* > (this)); in ParentSet()