Home
last modified time | relevance | path

Searched refs:pFocus (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx715 formula::RefEdit* pFocus = NULL; in IMPL_LINK() local
723 if (pFocus) in IMPL_LINK()
725 mpEdActive = pFocus; in IMPL_LINK()
726 pFocus->GrabFocus(); in IMPL_LINK()
746 formula::RefEdit* pFocus = NULL; in IMPL_LINK() local
754 if (pFocus) in IMPL_LINK()
756 mpEdActive = pFocus; in IMPL_LINK()
757 pFocus->GrabFocus(); in IMPL_LINK()
770 if (pFocus) in ShowError()
772 mpEdActive = pFocus; in ShowError()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1730 ::Window * pFocus = ::Application::GetFocusWindow(); in callFocusListeners()
1731 for (::Window * p = pFocus; p != 0; p = p->GetParent()) in callFocusListeners()
1734 pFocus = p; in callFocusListeners()
1737 if (pFocus != 0) in callFocusListeners()
1738 xNext = pFocus->GetComponentInterface(true); in callFocusListeners()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3993 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local
3994 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()
4016 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local
4017 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()
4022 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local
4023 if ( pFocus && pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()
4024 pDeliverHere = pFocus; in HandleCommonMethods()
/trunk/main/sc/source/ui/inc/
H A Doptsolver.hxx202 void ShowError( bool bCondition, formula::RefEdit* pFocus );
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2892 Window* pFocus = Application::GetFocusWindow(); in PreNotify() local
2893 (void)pFocus; in PreNotify()

Completed in 70 milliseconds