Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx689 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()
699 mGetFocusHdl = link; in SetGetFocusHdl()
704 return mGetFocusHdl; in GetGetFocusHdl()
709 if (!mGetFocusHdl || !link) in SetLoseFocusHdl()
716 return mGetFocusHdl; in GetLoseFocusHdl()
721 if (!link && (!!mGetFocusHdl || !!mLoseFocusHdl) in UpdateListening()
722 && (!mGetFocusHdl || !mLoseFocusHdl)) in UpdateListening()
724 else if (!!link && !mGetFocusHdl && !mLoseFocusHdl) in UpdateListening()
737 mGetFocusHdl.Call (mpWindow); in focusGained()
H A Dwrapper.hxx68 Link mGetFocusHdl; member in layout::ControlImpl

Completed in 29 milliseconds