Home
last modified time | relevance | path

Searched refs:implGetRow (Results 1 – 9 of 9) sorted by relevance

/trunk/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx365 implSelectRow( implGetRow( nChildIndex ), sal_True ); in selectAccessibleChild()
376 return implIsRowSelected( implGetRow( nChildIndex ) ); in isAccessibleChildSelected()
433 implSelectRow( implGetRow( nSelectedChildIndex ), sal_False ); in deselectAccessibleChild()
H A DAccessibleGridControlTableBase.cxx165 return implGetRow( nChildIndex ); in getAccessibleRow()
224 sal_Int32 AccessibleGridControlTableBase::implGetRow( sal_Int32 nChildIndex ) const in implGetRow() function in accessibility::AccessibleGridControlTableBase
H A DAccessibleBrowseBoxTableBase.cxx161 return implGetRow( nChildIndex ); in getAccessibleRow()
254 sal_Int32 AccessibleBrowseBoxTableBase::implGetRow( sal_Int32 nChildIndex ) const in implGetRow() function in accessibility::AccessibleBrowseBoxTableBase
H A DAccessibleBrowseBoxTable.cxx77 implGetRow( nChildIndex ), (sal_Int16)implGetColumn( nChildIndex ) ); in getAccessibleChild()
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibletablistboxtable.hxx72 … inline sal_Int32 implGetRow( sal_Int32 _nIndex ) const { return _nIndex / implGetColumnCount(); } in implGetRow() function in accessibility::AccessibleTabListBoxTable
H A DAccessibleGridControlTableBase.hxx186 sal_Int32 implGetRow( sal_Int32 nChildIndex ) const;
H A DAccessibleBrowseBoxTableBase.hxx207 sal_Int32 implGetRow( sal_Int32 nChildIndex ) const;
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx992 return implCreateCellObj( implGetRow( nIndex ), implGetColumn( nIndex ) ); in getAccessibleChild()
1179 return implGetRow( nChildIndex ); in getAccessibleRow()
/trunk/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx540 inline sal_Int32 implGetRow( sal_Int32 nIndex ) const { return nIndex / implGetColumnCount(); } in implGetRow() function in ScAccessibleCsvGrid

Completed in 50 milliseconds