Home
last modified time | relevance | path

Searched refs:getColRanges (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dchart2uno.cxx181 vector<ScTokenRef> getColRanges(const ScDocument* pDoc, SCCOL nCol) const;
186 vector<ScTokenRef> TokenTable::getColRanges(const ScDocument* pDoc, SCCOL nCol) const in getColRanges() function in __anon59ebded20111::TokenTable
422 return maColHeaders.getColRanges(mpDoc, nCol); in getColHeaderRanges()
431 return maData.getColRanges(mpDoc, nCol); in getDataColRanges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dchart2uno.cxx180 vector<ScTokenRef> getColRanges(SCCOL nCol) const;
185 vector<ScTokenRef> TokenTable::getColRanges(SCCOL nCol) const in getColRanges() function in __anon85c1922a0111::TokenTable
419 return maColHeaders.getColRanges( nCol); in getColHeaderRanges()
428 return maData.getColRanges( nCol); in getDataColRanges()