Lines Matching refs:pFocus
715 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()
756 mpEdActive = pFocus; in IMPL_LINK()
757 pFocus->GrabFocus(); in IMPL_LINK()
766 void ScOptSolverDlg::ShowError( bool bCondition, formula::RefEdit* pFocus ) in ShowError() argument
770 if (pFocus) in ShowError()
772 mpEdActive = pFocus; in ShowError()
773 pFocus->GrabFocus(); in ShowError()