Searched refs:getAllCols (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | externalrefmgr.hxx | 173 …void getAllCols(SCROW nRow, ::std::vector<SCCOL>& rCols, SCCOL nLow = 0, SCCOL nHigh = MAXCOL) con…
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 326 void ScExternalRefCache::Table::getAllCols(SCROW nRow, vector<SCCOL>& rCols, SCCOL nLow, SCCOL nHig… in getAllCols() function in ScExternalRefCache::Table 597 pTab->getAllCols(nRow, aCols, nDataCol1, nDataCol2); in getCellRangeData()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1577 mpTable->getAllCols(static_cast<SCROW>(nRow), aCols); in getAllColumns()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 4069 pTable->getAllCols(nRow, aCols); in WriteExternalRefCaches() 4131 pTable->getAllCols(nRow, aCols); in WriteExternalRefCaches()
|
Completed in 111 milliseconds