Lines Matching refs:ScDBInternalRange
290 ScDBInternalRange::ScDBInternalRange(ScDocument* pDoc, const ScRange& rRange) : in ScDBInternalRange() function in ScDBInternalRange
295 ScDBInternalRange::~ScDBInternalRange() in ~ScDBInternalRange()
299 const ScRange& ScDBInternalRange::getRange() const in getRange()
304 SCCOL ScDBInternalRange::getColSize() const in getColSize()
309 SCROW ScDBInternalRange::getRowSize() const in getRowSize()
314 SCSIZE ScDBInternalRange::getVisibleDataCellCount() const in getVisibleDataCellCount()
324 OUString ScDBInternalRange::getString(SCCOL nCol, SCROW nRow) const in getString()
335 SCCOL ScDBInternalRange::getFirstFieldColumn() const in getFirstFieldColumn()
340 SCCOL ScDBInternalRange::findFieldColumn(SCCOL nIndex) const in findFieldColumn()
355 SCCOL ScDBInternalRange::findFieldColumn(const OUString& rStr, sal_uInt16* pErr) const in findFieldColumn()
388 ScDBQueryParamBase* ScDBInternalRange::createQueryParam(const ScDBRangeBase* pQueryRef) const in createQueryParam()
410 bool ScDBInternalRange::isRangeEqual(const ScRange& rRange) const in isRangeEqual()