Lines Matching refs:ControlImpl
676 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() function in layout::ControlImpl
681 ControlImpl::~ControlImpl () in ~ControlImpl()
689 void ControlImpl::SetGetFocusHdl (Link const& link) in SetGetFocusHdl()
696 Link& ControlImpl::GetGetFocusHdl () in GetGetFocusHdl()
701 void ControlImpl::SetLoseFocusHdl (Link const& link) in SetLoseFocusHdl()
708 Link& ControlImpl::GetLoseFocusHdl () in GetLoseFocusHdl()
713 void ControlImpl::UpdateListening (Link const& link) in UpdateListening()
722 void SAL_CALL ControlImpl::disposing (lang::EventObject const&) in disposing()
728 void SAL_CALL ControlImpl::focusGained (awt::FocusEvent const&) in focusGained()
734 void SAL_CALL ControlImpl::focusLost (awt::FocusEvent const&) in focusLost()
995 : public ControlImpl
1004 : ControlImpl (context, peer, window) in TabControlImpl()
1012 ControlImpl::disposing (e); in disposing()
1273 class FixedLineImpl : public ControlImpl
1277 : ControlImpl( context, peer, window ) in FixedLineImpl()
1291 class FixedTextImpl : public ControlImpl
1296 : ControlImpl( context, peer, window ) in FixedTextImpl()
1314 ControlImpl::disposing (e); in disposing()
1344 class ProgressBarImpl : public ControlImpl
1349 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1357 ControlImpl::disposing (e); in disposing()
1363 class FixedImageImpl: public ControlImpl
1369 : ControlImpl( context, peer, window ) in FixedImageImpl()
1449 class PluginImpl: public ControlImpl
1455 : ControlImpl( context, peer, window ) in PluginImpl()