Home
last modified time | relevance | path

Searched refs:pRefEdit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx63 , pRefEdit (NULL) in ScFormulaReferenceHelper()
299 if( !pRefEdit && pEdit ) in ReleaseFocus()
310 if( pRefEdit ) in ReleaseFocus()
362 if( pRefEdit ) in IMPL_LINK()
363 pRefEdit->GrabFocus(); in IMPL_LINK()
408 pRefEdit = NULL; in RefInputDone()
415 if (!pRefEdit) in RefInputStart()
417 pRefEdit = pEdit; in RefInputStart()
434 if (pWin == (Window*)pRefEdit) in RefInputStart()
515 if( pRefEdit ) in ToggleCollapsed()
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx1050 pRefEdit( NULL ) in RefButton()
1062 pRefEdit( pEdit ) in RefButton()
1082 pRefEdit = pEdit; in SetReferences()
1090 pAnyRefDlg->ToggleCollapsed( pRefEdit, this ); in Click()
1097 pAnyRefDlg->ReleaseFocus( pRefEdit ); in KeyInput()
1105 if( pRefEdit ) in GetFocus()
1106 pRefEdit->StartUpdateData(); in GetFocus()
1112 if( pRefEdit ) in LoseFocus()
1113 pRefEdit->Modify(); in LoseFocus()
/trunk/main/sc/source/ui/inc/
H A Danyrefdg.hxx65 formula::RefEdit* pRefEdit; // aktives Eingabefeld member in ScFormulaReferenceHelper
114 bool CanInputDone( sal_Bool bForced ){ return pRefEdit && (bForced || !pRefBtn); } in CanInputDone()
/trunk/main/formula/inc/formula/
H A Dfuncutl.hxx81 RefEdit* pRefEdit; // zugeordnetes Edit-Control member in formula::RefButton

Completed in 26 milliseconds