Searched refs:ScDBRangeBase (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | doubleref.cxx | 50 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 D | interpr1.cxx | 6390 ::std::auto_ptr<ScDBRangeBase> pQueryRef( PopDoubleRef() ); in GetDBParams() 6448 auto_ptr<ScDBRangeBase> pDBRef( PopDoubleRef() ); in GetDBParams()
|
H A D | interpr4.cxx | 1237 ScDBRangeBase* ScInterpreter::PopDoubleRef() in PopDoubleRef()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | doubleref.hxx | 40 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 D | interpre.hxx | 56 class ScDBRangeBase; 322 ScDBRangeBase* PopDoubleRef();
|
Completed in 76 milliseconds