Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx254 static ControlImpl* null_control_impl = 0;
256 ControlImpl &Control::getImpl () const in getImpl()
258 if (ControlImpl* c = static_cast<ControlImpl *>(mpImpl)) in getImpl()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() function in layout::ControlImpl
687 ControlImpl::~ControlImpl () in ~ControlImpl()
695 void ControlImpl::SetGetFocusHdl (Link const& link) in SetGetFocusHdl()
702 Link& ControlImpl::GetGetFocusHdl () in GetGetFocusHdl()
707 void ControlImpl::SetLoseFocusHdl (Link const& link) in SetLoseFocusHdl()
714 Link& ControlImpl::GetLoseFocusHdl () in GetLoseFocusHdl()
719 void ControlImpl::UpdateListening (Link const& link) in UpdateListening()
[all …]
H A Dwfield.cxx49 class EditImpl : public ControlImpl
57 : ControlImpl( context, peer, window ) in EditImpl()
83 ControlImpl::disposing (e); in disposing()
502 class ListBoxImpl : public ControlImpl
514 : ControlImpl( context, peer, window ) in ListBoxImpl()
591 ControlImpl::disposing (e); in disposing()
H A Dwrapper.hxx64 class ControlImpl : public WindowImpl class
71 ControlImpl( Context *context, PeerHandle const& peer, Window *window );
72 ~ControlImpl ();
H A Dwbutton.cxx77 class ButtonImpl : public ControlImpl
85 : ControlImpl( context, peer, window ) in ButtonImpl()
112 ControlImpl::disposing (e); in disposing()
/AOO41X/main/toolkit/inc/layout/
H A Dlayout.hxx190 class ControlImpl;