Lines Matching refs:SCCOL

235 void ScExternalRefCache::Table::setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtInd…  in setCell()
262 ScExternalRefCache::TokenRef ScExternalRefCache::Table::getCell(SCCOL nCol, SCROW nRow, sal_uInt32*… in getCell()
326 void ScExternalRefCache::Table::getAllCols(SCROW nRow, vector<SCCOL>& rCols, SCCOL nLow, SCCOL nHig… in getAllCols()
334 vector<SCCOL> aCols; in getAllCols()
346 ::std::pair< SCCOL, SCCOL > ScExternalRefCache::Table::getColRange( SCROW nRow ) const in getColRange()
348 ::std::pair< SCCOL, SCCOL > aRange( 0, 0 ); in getColRange()
393 bool ScExternalRefCache::Table::isRangeCached(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) c… in isRangeCached()
398 void ScExternalRefCache::Table::setCachedCell(SCCOL nCol, SCROW nRow) in setCachedCell()
403 void ScExternalRefCache::Table::setCachedCellRange(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRo… in setCachedCellRange()
420 bool ScExternalRefCache::Table::isInCachedRanges(SCCOL nCol, SCROW nRow) const in isInCachedRanges()
426 SCCOL nCol, SCROW nRow) const in getEmptyOrNullToken()
500 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) in getCellData()
548 SCCOL nCol1 = s.Col(), nCol2 = e.Col(); in getCellRangeData()
574 SCCOL nDataCol1 = nCol1, nDataCol2 = nCol2; in getCellRangeData()
596 vector<SCCOL> aCols; in getCellRangeData()
598 …for (vector<SCCOL>::const_iterator itrCol = aCols.begin(), itrColEnd = aCols.end(); itrCol != itrC… in getCellRangeData()
600 SCCOL nCol = *itrCol; in getCellRangeData()
633 for (SCCOL nCol = nDataCol1; nCol <= nDataCol2; ++nCol) in getCellRangeData()
704 void ScExternalRefCache::setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW … in setCellData()
759 SCCOL nCol1 = rRange.aStart.Col(), nCol2 = rRange.aEnd.Col(); in setCellRangeData()
770 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol) in setCellRangeData()
1349 SCCOL nCol1 = s.Col(), nCol2 = e.Col(); in lcl_convertToTokenArray()
1370 SCCOL nDataCol1 = nCol1, nDataCol2 = nCol2; in lcl_convertToTokenArray()
1388 for (SCCOL nCol = nDataCol1; nCol <= nDataCol2; ++nCol) in lcl_convertToTokenArray()
1678 SCCOL nDataCol1 = 0, nDataCol2 = MAXCOL; in getSingleRefToken()