LibreOffice Module sc (master) 1
|
#include <queryparam.hxx>
Additional Inherited Members | |
Public Types inherited from ScDBQueryParamBase | |
enum | DataType { INTERNAL , MATRIX } |
Public Types inherited from ScQueryParamBase | |
typedef EntriesType::const_iterator | const_iterator |
Public Attributes inherited from ScDBQueryParamBase | |
SCCOL | mnField |
bool | mbSkipString |
the field in which the values are processed during iteration. More... | |
Public Attributes inherited from ScQueryParamBase | |
utl::SearchParam::SearchType | eSearchType |
bool | bHasHeader |
bool | bByRow |
bool | bInplace |
bool | bCaseSens |
bool | bDuplicate |
bool | mbRangeLookup |
for spreadsheet functions like MATCH, LOOKUP, HLOOKUP, VLOOKUP More... | |
Public Attributes inherited from ScQueryParamTable | |
SCCOL | nCol1 |
SCROW | nRow1 |
SCCOL | nCol2 |
SCROW | nRow2 |
SCTAB | nTab |
Protected Types inherited from ScQueryParamBase | |
typedef std::vector< ScQueryEntry > | EntriesType |
Protected Member Functions inherited from ScDBQueryParamBase | |
ScDBQueryParamBase (DataType eType) | |
Protected Member Functions inherited from ScQueryParamBase | |
ScQueryParamBase () | |
ScQueryParamBase (const ScQueryParamBase &r) | |
ScQueryParamBase & | operator= (const ScQueryParamBase &r) |
Protected Attributes inherited from ScQueryParamBase | |
EntriesType | m_Entries |
Definition at line 187 of file queryparam.hxx.
ScDBQueryParamInternal::ScDBQueryParamInternal | ( | ) |
Definition at line 434 of file queryparam.cxx.
References INTERNAL.
|
overridevirtual |
Definition at line 439 of file queryparam.cxx.
|
overridevirtual |
Reimplemented from ScQueryParamBase.
Definition at line 443 of file queryparam.cxx.
References ScDBQueryParamBase::mnField, ScQueryParamTable::nCol1, and ScQueryParamTable::nCol2.