Home
last modified time | relevance | path

Searched refs:ScDBRangeBase (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Ddoubleref.cxx50 bool lcl_createStarQuery(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef, const ScDBRangeBase in lcl_createStarQuery()
153 ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef, const ScDBRangeBase* pQueryRef) in lcl_createExcelQuery()
223 ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef, const ScDBRangeBase* pQueryRef) in lcl_fillQueryEntries()
255 ScDBRangeBase::ScDBRangeBase(ScDocument* pDoc, RefType eType) : in ScDBRangeBase() function in ScDBRangeBase
260 ScDBRangeBase::~ScDBRangeBase() in ~ScDBRangeBase()
264 bool ScDBRangeBase::fillQueryEntries(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef) const in fillQueryEntries()
272 void ScDBRangeBase::fillQueryOptions(ScQueryParamBase* pParam) in fillQueryOptions()
283 ScDocument* ScDBRangeBase::getDoc() const in getDoc()
291 ScDBRangeBase(pDoc, INTERNAL), maRange(rRange) in ScDBInternalRange()
388 ScDBQueryParamBase* ScDBInternalRange::createQueryParam(const ScDBRangeBase* pQueryRef) const in createQueryParam()
[all …]
H A Dinterpr1.cxx6390 ::std::auto_ptr<ScDBRangeBase> pQueryRef( PopDoubleRef() ); in GetDBParams()
6448 auto_ptr<ScDBRangeBase> pDBRef( PopDoubleRef() ); in GetDBParams()
H A Dinterpr4.cxx1237 ScDBRangeBase* ScInterpreter::PopDoubleRef() in PopDoubleRef()
/aoo41x/main/sc/source/core/inc/
H A Ddoubleref.hxx40 class ScDBRangeBase class
45 virtual ~ScDBRangeBase() = 0;
47 bool fillQueryEntries(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef) const;
76 virtual ScDBQueryParamBase* createQueryParam(const ScDBRangeBase* pQueryRef) const = 0;
80 ScDBRangeBase(ScDocument* pDoc, RefType eType);
90 ScDBRangeBase(); // disabled
98 class ScDBInternalRange : public ScDBRangeBase
132 virtual ScDBQueryParamBase* createQueryParam(const ScDBRangeBase* pQueryRef) const;
141 class ScDBExternalRange : public ScDBRangeBase
174 virtual ScDBQueryParamBase* createQueryParam(const ScDBRangeBase* pQueryRef) const;
H A Dinterpre.hxx56 class ScDBRangeBase;
322 ScDBRangeBase* PopDoubleRef();

Completed in 60 milliseconds