Searched refs:pFocus (Results 1 – 5 of 5) sorted by relevance
715 formula::RefEdit* pFocus = NULL; in IMPL_LINK() local723 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() local754 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 …]
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()
3993 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local3994 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()4022 Window *pFocus = GetpApp()->GetFocusWindow(); in HandleCommonMethods() local4023 if ( pFocus && pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()4024 pDeliverHere = pFocus; in HandleCommonMethods()
202 void ShowError( bool bCondition, formula::RefEdit* pFocus );
2892 Window* pFocus = Application::GetFocusWindow(); in PreNotify() local2893 (void)pFocus; in PreNotify()
Completed in 64 milliseconds