Searched refs:pFocus (Results 1 – 5 of 5) sorted by relevance
715 formula::RefEdit* pFocus = NULL; in IMPL_LINK() local719 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() local750 pFocus = mpLeftEdit[nRow+1]; in IMPL_LINK()752 pFocus = mpRightEdit[nRow+1]; in IMPL_LINK()754 if (pFocus) in IMPL_LINK()[all …]
1730 ::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()
3987 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local3988 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()4010 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local4011 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()4016 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local4017 if ( pFocus && pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()4018 pDeliverHere = pFocus; in HandleCommonMethods()
202 void ShowError( bool bCondition, formula::RefEdit* pFocus );
2892 Window* pFocus = Application::GetFocusWindow(); in PreNotify() local2893 (void)pFocus; in PreNotify()