Searched refs:implGetRow (Results 1 – 9 of 9) sorted by relevance
365 implSelectRow( implGetRow( nChildIndex ), sal_True ); in selectAccessibleChild()376 return implIsRowSelected( implGetRow( nChildIndex ) ); in isAccessibleChildSelected()433 implSelectRow( implGetRow( nSelectedChildIndex ), sal_False ); in deselectAccessibleChild()
165 return implGetRow( nChildIndex ); in getAccessibleRow()224 sal_Int32 AccessibleGridControlTableBase::implGetRow( sal_Int32 nChildIndex ) const in implGetRow() function in accessibility::AccessibleGridControlTableBase
161 return implGetRow( nChildIndex ); in getAccessibleRow()254 sal_Int32 AccessibleBrowseBoxTableBase::implGetRow( sal_Int32 nChildIndex ) const in implGetRow() function in accessibility::AccessibleBrowseBoxTableBase
77 implGetRow( nChildIndex ), (sal_Int16)implGetColumn( nChildIndex ) ); in getAccessibleChild()
72 … inline sal_Int32 implGetRow( sal_Int32 _nIndex ) const { return _nIndex / implGetColumnCount(); } in implGetRow() function in accessibility::AccessibleTabListBoxTable
186 sal_Int32 implGetRow( sal_Int32 nChildIndex ) const;
207 sal_Int32 implGetRow( sal_Int32 nChildIndex ) const;
992 return implCreateCellObj( implGetRow( nIndex ), implGetColumn( nIndex ) ); in getAccessibleChild()1179 return implGetRow( nChildIndex ); in getAccessibleRow()
540 inline sal_Int32 implGetRow( sal_Int32 nIndex ) const { return nIndex / implGetColumnCount(); } in implGetRow() function in ScAccessibleCsvGrid
Completed in 102 milliseconds