Searched refs:aEdRowCell (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | tabopdlg.cxx | 62 aEdRowCell ( this, this, ScResId( ED_ROWCELL ) ), in ScTabOpDlg() 63 aRBRowCell ( this, ScResId( RB_ROWCELL ), &aEdRowCell, this ), in ScTabOpDlg() 104 aEdRowCell. SetGetFocusHdl( aLink ); in Init() 112 aEdRowCell. SetLoseFocusHdl( aLink ); in Init() 169 else if ( pEdActive == &aEdRowCell ) in SetReference() 200 pEd = &aEdRowCell; in RaiseError() 210 pEd = &aEdRowCell; in RaiseError() 268 else if (aEdRowCell.GetText().Len() == 0 && in IMPL_LINK() 277 if (aEdRowCell.GetText().Len() > 0) in IMPL_LINK() 279 if (!ConvertSingleRef( pDoc, aEdRowCell.GetText(), nCurTab, in IMPL_LINK() [all …]
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tabopdlg.hxx | 70 formula::RefEdit aEdRowCell; member in ScTabOpDlg
|
Completed in 14 milliseconds