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.cxx364 implSelectRow( implGetRow( nChildIndex ), sal_True ); in selectAccessibleChild()
375 return implIsRowSelected( implGetRow( nChildIndex ) ); in isAccessibleChildSelected()
432 implSelectRow( implGetRow( nSelectedChildIndex ), sal_False ); in deselectAccessibleChild()
H A DAccessibleGridControlTableBase.cxx155 return implGetRow( nChildIndex ); in getAccessibleRow()
210 sal_Int32 AccessibleGridControlTableBase::implGetRow( sal_Int32 nChildIndex ) const in implGetRow() function in accessibility::AccessibleGridControlTableBase
H A DAccessibleBrowseBoxTableBase.cxx151 return implGetRow( nChildIndex ); in getAccessibleRow()
240 sal_Int32 AccessibleBrowseBoxTableBase::implGetRow( sal_Int32 nChildIndex ) const in implGetRow() function in accessibility::AccessibleBrowseBoxTableBase
H A DAccessibleBrowseBoxTable.cxx76 implGetRow( nChildIndex ), (sal_Int16)implGetColumn( nChildIndex ) ); in getAccessibleChild()
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibletablistboxtable.hxx71 … inline sal_Int32 implGetRow( sal_Int32 _nIndex ) const { return _nIndex / implGetColumnCount(); } in implGetRow() function in accessibility::AccessibleTabListBoxTable
H A DAccessibleGridControlTableBase.hxx167 sal_Int32 implGetRow( sal_Int32 nChildIndex ) const;
H A DAccessibleBrowseBoxTableBase.hxx188 sal_Int32 implGetRow( sal_Int32 nChildIndex ) const;
/trunk/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx474 inline sal_Int32 implGetRow( sal_Int32 nIndex ) const { return nIndex / implGetColumnCount(); } in implGetRow() function in ScAccessibleCsvGrid
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx967 return implCreateCellObj( implGetRow( nIndex ), implGetColumn( nIndex ) ); in getAccessibleChild()
1136 return implGetRow( nChildIndex ); in getAccessibleRow()