Home
last modified time | relevance | path

Searched refs:mGetFocusHdl (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx683 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()
693 mGetFocusHdl = link; in SetGetFocusHdl()
698 return mGetFocusHdl; in GetGetFocusHdl()
703 if (!mGetFocusHdl || !link) in SetLoseFocusHdl()
710 return mGetFocusHdl; in GetLoseFocusHdl()
715 if (!link && (!!mGetFocusHdl || !!mLoseFocusHdl) in UpdateListening()
716 && (!mGetFocusHdl || !mLoseFocusHdl)) in UpdateListening()
718 else if (!!link && !mGetFocusHdl && !mLoseFocusHdl) in UpdateListening()
731 mGetFocusHdl.Call (mpWindow); in focusGained()
H A Dwrapper.hxx68 Link mGetFocusHdl; member in layout::ControlImpl

Completed in 42 milliseconds