Lines Matching refs:ControlImpl
673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() function in layout::ControlImpl
678 ControlImpl::~ControlImpl () in ~ControlImpl()
686 void ControlImpl::SetGetFocusHdl (Link const& link) in SetGetFocusHdl()
693 Link& ControlImpl::GetGetFocusHdl () in GetGetFocusHdl()
698 void ControlImpl::SetLoseFocusHdl (Link const& link) in SetLoseFocusHdl()
705 Link& ControlImpl::GetLoseFocusHdl () in GetLoseFocusHdl()
710 void ControlImpl::UpdateListening (Link const& link) in UpdateListening()
719 void SAL_CALL ControlImpl::disposing (lang::EventObject const&) in disposing()
725 void SAL_CALL ControlImpl::focusGained (awt::FocusEvent const&) in focusGained()
731 void SAL_CALL ControlImpl::focusLost (awt::FocusEvent const&) in focusLost()
992 : public ControlImpl
1001 : ControlImpl (context, peer, window) in TabControlImpl()
1009 ControlImpl::disposing (e); in disposing()
1270 class FixedLineImpl : public ControlImpl
1274 : ControlImpl( context, peer, window ) in FixedLineImpl()
1288 class FixedTextImpl : public ControlImpl
1293 : ControlImpl( context, peer, window ) in FixedTextImpl()
1311 ControlImpl::disposing (e); in disposing()
1341 class ProgressBarImpl : public ControlImpl
1346 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1354 ControlImpl::disposing (e); in disposing()
1360 class FixedImageImpl: public ControlImpl
1366 : ControlImpl( context, peer, window ) in FixedImageImpl()
1446 class PluginImpl: public ControlImpl
1452 : ControlImpl( context, peer, window ) in PluginImpl()