Home
last modified time | relevance | path

Searched refs:IsFocusOnCellEnabled (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A Dsimptabl.hxx160 inline sal_Bool IsFocusOnCellEnabled() const { return IsCellFocusEnabled(); } in IsFocusOnCellEnabled() function in SvxSimpleTable
/AOO41X/main/svx/source/dialog/
H A Dsimptabl.cxx60 else if ( m_pTable->IsFocusOnCellEnabled() && ( nKey == KEY_LEFT || nKey == KEY_RIGHT ) ) in PreNotify()