Searched refs:selectionCount (Results 1 – 2 of 2) sorted by relevance
230 sal_Int32 const selectionCount( m_aTable.GetSelectedRowCount() ); in implGetSelectedRows() local231 rSeq.realloc( selectionCount ); in implGetSelectedRows()232 for ( sal_Int32 i=0; i<selectionCount; ++i ) in implGetSelectedRows()
742 sal_Int32 selectionCount = pTable->GetSelectedRowCount(); in getSelectedRows() local743 Sequence< sal_Int32 > selectedRows( selectionCount ); in getSelectedRows()744 for ( sal_Int32 i=0; i<selectionCount; ++i ) in getSelectedRows()