Searched refs:getColSize (Results 1 – 6 of 6) sorted by relevance
106 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()
177 sal_Int32 ScDPCacheTable::getColSize() const in getColSize() function in ScDPCacheTable189 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()
231 return GetCacheTable().getColSize(); in GetColumnCount()251 return ( nColumn == GetCacheTable().getColSize()); in getIsDataLayoutDimension()
61 if (pQueryRef->getColSize() < 4) in lcl_createStarQuery()156 SCCOL nCols = pQueryRef->getColSize(); in lcl_createExcelQuery()304 SCCOL ScDBInternalRange::getColSize() const in getColSize() function in ScDBInternalRange316 SCCOL nCols = getColSize(); in getVisibleDataCellCount()430 SCCOL ScDBExternalRange::getColSize() const in getColSize() function in ScDBExternalRange442 SCCOL nCols = getColSize(); in getVisibleDataCellCount()
49 virtual SCCOL getColSize() const = 0;106 virtual SCCOL getColSize() const;147 virtual SCCOL getColSize() const;
160 sal_Int32 getColSize() const;
Completed in 45 milliseconds