Lines Matching refs:ControlImpl

254 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()
728 void SAL_CALL ControlImpl::disposing (lang::EventObject const&) in disposing()
734 void SAL_CALL ControlImpl::focusGained (awt::FocusEvent const&) in focusGained()
740 void SAL_CALL ControlImpl::focusLost (awt::FocusEvent const&) in focusLost()
1001 : public ControlImpl
1010 : ControlImpl (context, peer, window) in TabControlImpl()
1018 ControlImpl::disposing (e); in disposing()
1279 class FixedLineImpl : public ControlImpl
1283 : ControlImpl( context, peer, window ) in FixedLineImpl()
1297 class FixedTextImpl : public ControlImpl
1302 : ControlImpl( context, peer, window ) in FixedTextImpl()
1320 ControlImpl::disposing (e); in disposing()
1350 class ProgressBarImpl : public ControlImpl
1355 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1363 ControlImpl::disposing (e); in disposing()
1369 class FixedImageImpl: public ControlImpl
1375 : ControlImpl( context, peer, window ) in FixedImageImpl()
1455 class PluginImpl: public ControlImpl
1461 : ControlImpl( context, peer, window ) in PluginImpl()