Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddpshttab.cxx106 return aCacheTable.getColSize(); in GetColumnCount()
118 else if (nColumn >= aCacheTable.getColSize()) in getDimensionName()
132 long nColCount = aCacheTable.getColSize(); in IsDateDimension()
155 else if (nDim >= GetCacheTable().getColSize()) in GetNumberFormat()
179 return (nColumn ==(long)( aCacheTable.getColSize())); in getIsDataLayoutDimension()
H A Ddpcachetable.cxx177 sal_Int32 ScDPCacheTable::getColSize() const in getColSize() function in ScDPCacheTable
189 const SCCOL nColCount = (SCCOL) getColSize(); in fillTable()
244 const SCCOL nColCount = (SCCOL) getColSize(); in fillTable()
355 sal_Int32 nColSize = getColSize(); in filterTable()
435 sal_Int32 nColSize = getColSize(); in isRowQualified()
H A Ddpsdbtab.cxx231 return GetCacheTable().getColSize(); in GetColumnCount()
251 return ( nColumn == GetCacheTable().getColSize()); in getIsDataLayoutDimension()
/aoo41x/main/sc/source/core/tool/
H A Ddoubleref.cxx61 if (pQueryRef->getColSize() < 4) in lcl_createStarQuery()
156 SCCOL nCols = pQueryRef->getColSize(); in lcl_createExcelQuery()
304 SCCOL ScDBInternalRange::getColSize() const in getColSize() function in ScDBInternalRange
316 SCCOL nCols = getColSize(); in getVisibleDataCellCount()
430 SCCOL ScDBExternalRange::getColSize() const in getColSize() function in ScDBExternalRange
442 SCCOL nCols = getColSize(); in getVisibleDataCellCount()
/aoo41x/main/sc/source/core/inc/
H A Ddoubleref.hxx49 virtual SCCOL getColSize() const = 0;
106 virtual SCCOL getColSize() const;
147 virtual SCCOL getColSize() const;
/aoo41x/main/sc/inc/
H A Ddpcachetable.hxx160 sal_Int32 getColSize() const;

Completed in 28 milliseconds