LibreOffice Module sc (master) 1
|
#include <queryparam.hxx>
Public Attributes | |
ScMatrixRef | mpMatrix |
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... | |
Additional Inherited Members | |
Public Types inherited from ScDBQueryParamBase | |
enum | DataType { INTERNAL , MATRIX } |
Public Types inherited from ScQueryParamBase | |
typedef EntriesType::const_iterator | const_iterator |
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 195 of file queryparam.hxx.
ScDBQueryParamMatrix::ScDBQueryParamMatrix | ( | ) |
Definition at line 448 of file queryparam.cxx.
References MATRIX.
|
overridevirtual |
Definition at line 460 of file queryparam.cxx.
|
overridevirtual |
Reimplemented from ScQueryParamBase.
Definition at line 453 of file queryparam.cxx.
References o3tl::make_unsigned(), ScDBQueryParamBase::mnField, and mpMatrix.
ScMatrixRef ScDBQueryParamMatrix::mpMatrix |
Definition at line 197 of file queryparam.hxx.
Referenced by ScDBQueryDataIterator::DataAccessMatrix::DataAccessMatrix(), and IsValidFieldIndex().