Lines Matching refs:pRefEdit
63 , pRefEdit (NULL) in ScFormulaReferenceHelper()
299 if( !pRefEdit && pEdit ) in ReleaseFocus()
310 if( pRefEdit ) in ReleaseFocus()
315 if( ParseWithNames( aRangeList, pRefEdit->GetText(), pDoc ) ) in ReleaseFocus()
362 if( pRefEdit ) in IMPL_LINK()
363 pRefEdit->GrabFocus(); in IMPL_LINK()
390 pRefEdit->SetPosSizePixel(aOldEditPos, aOldEditSize); in RefInputDone()
408 pRefEdit = NULL; in RefInputDone()
415 if (!pRefEdit) in RefInputStart()
417 pRefEdit = pEdit; in RefInputStart()
434 if (pWin == (Window*)pRefEdit) in RefInputStart()
449 aOldEditPos = pRefEdit->GetPosPixel(); in RefInputStart()
450 aOldEditSize = pRefEdit->GetSizePixel(); in RefInputStart()
471 pRefEdit->SetPosSizePixel(Point(nOffset, nOffset), aNewEditSize); in RefInputStart()
505 if( pRefEdit == pEdit ) // is this the active ref edit field? in ToggleCollapsed()
507 pRefEdit->GrabFocus(); // before RefInputDone() in ToggleCollapsed()
515 if( pRefEdit ) in ToggleCollapsed()
516 pRefEdit->GrabFocus(); in ToggleCollapsed()