Searched refs:getAllRows (Results 1 – 6 of 6) sorted by relevance
63 sequence< long > getAllRows();
169 void getAllRows(::std::vector<SCROW>& rRows, SCROW nLow = 0, SCROW nHigh = MAXROW) const;
513 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL getAllRows()
292 void ScExternalRefCache::Table::getAllRows(vector<SCROW>& rRows, SCROW nLow, SCROW nHigh) const in getAllRows() function in ScExternalRefCache::Table592 pTab->getAllRows(aRows, nDataRow1, nDataRow2); in getCellRangeData()622 pTab->getAllRows(aRows, nDataRow1, nDataRow2); in getCellRangeData()
1555 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllRows() in getAllRows() function in ScExternalSheetCacheObj1560 mpTable->getAllRows(aRows); in getAllRows()
4063 pTable->getAllRows(aRows); in WriteExternalRefCaches()
Completed in 68 milliseconds