Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx715 formula::RefEdit* pFocus = NULL; in IMPL_LINK() local
719 pFocus = mpLeftEdit[nRow-1]; in IMPL_LINK()
721 pFocus = mpRightEdit[nRow-1]; in IMPL_LINK()
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
750 pFocus = mpLeftEdit[nRow+1]; in IMPL_LINK()
752 pFocus = mpRightEdit[nRow+1]; in IMPL_LINK()
754 if (pFocus) in IMPL_LINK()
[all …]
/AOO42X/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()
/AOO42X/main/automation/source/server/
H A Dstatemnt.cxx3987 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local
3988 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()
4010 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local
4011 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()
4018 pDeliverHere = pFocus; in HandleCommonMethods()
/AOO42X/main/sc/source/ui/inc/
H A Doptsolver.hxx202 void ShowError( bool bCondition, formula::RefEdit* pFocus );
/AOO42X/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2892 Window* pFocus = Application::GetFocusWindow(); in PreNotify() local
2893 (void)pFocus; in PreNotify()