Searched refs:selectionCount (Results 1 – 2 of 2) sorted by relevance
244 sal_Int32 const selectionCount( m_aTable.GetSelectedRowCount() ); in implGetSelectedRows() local245 rSeq.realloc( selectionCount ); in implGetSelectedRows()246 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()
Completed in 29 milliseconds