Home
last modified time | relevance | path

Searched refs:getAllRows (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/offapi/com/sun/star/sheet/
H A DXExternalSheetCache.idl63 sequence< long > getAllRows();
/aoo4110/main/sc/inc/
H A Dexternalrefmgr.hxx169 void getAllRows(::std::vector<SCROW>& rRows, SCROW nLow = 0, SCROW nHigh = MAXROW) const;
H A Dlinkuno.hxx513 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL getAllRows()
/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx292 void ScExternalRefCache::Table::getAllRows(vector<SCROW>& rRows, SCROW nLow, SCROW nHigh) const in getAllRows() function in ScExternalRefCache::Table
592 pTab->getAllRows(aRows, nDataRow1, nDataRow2); in getCellRangeData()
622 pTab->getAllRows(aRows, nDataRow1, nDataRow2); in getCellRangeData()
/aoo4110/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1555 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllRows() in getAllRows() function in ScExternalSheetCacheObj
1560 mpTable->getAllRows(aRows); in getAllRows()
/aoo4110/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4063 pTable->getAllRows(aRows); in WriteExternalRefCaches()

Completed in 68 milliseconds