LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScDBQueryParamMatrix Struct Referencefinal

#include <queryparam.hxx>

Inheritance diagram for ScDBQueryParamMatrix:
[legend]
Collaboration diagram for ScDBQueryParamMatrix:
[legend]

Public Member Functions

 ScDBQueryParamMatrix ()
 
virtual ~ScDBQueryParamMatrix () override
 
virtual bool IsValidFieldIndex () const override
 
- Public Member Functions inherited from ScDBQueryParamBase
DataType GetType () const
 
 ScDBQueryParamBase ()=delete
 
virtual ~ScDBQueryParamBase () override
 
- Public Member Functions inherited from ScQueryParamBase
virtual ~ScQueryParamBase ()
 
virtual bool IsValidFieldIndex () const
 
SC_DLLPUBLIC SCSIZE GetEntryCount () const
 
SC_DLLPUBLIC const ScQueryEntryGetEntry (SCSIZE n) const
 
SC_DLLPUBLIC ScQueryEntryGetEntry (SCSIZE n)
 
SC_DLLPUBLIC ScQueryEntryAppendEntry ()
 
ScQueryEntryFindEntryByField (SCCOLROW nField, bool bNew)
 
std::vector< ScQueryEntry * > FindAllEntriesByField (SCCOLROW nField)
 
SC_DLLPUBLIC bool RemoveEntryByField (SCCOLROW nField)
 
SC_DLLPUBLIC void RemoveAllEntriesByField (SCCOLROW nField)
 
void Resize (size_t nNew)
 
void FillInExcelSyntax (svl::SharedStringPool &rPool, const OUString &aCellStr, SCSIZE nIndex, SvNumberFormatter *pFormatter)
 
const_iterator begin () const
 
const_iterator end () const
 

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< ScQueryEntryEntriesType
 
- Protected Member Functions inherited from ScDBQueryParamBase
 ScDBQueryParamBase (DataType eType)
 
- Protected Member Functions inherited from ScQueryParamBase
 ScQueryParamBase ()
 
 ScQueryParamBase (const ScQueryParamBase &r)
 
ScQueryParamBaseoperator= (const ScQueryParamBase &r)
 
- Protected Attributes inherited from ScQueryParamBase
EntriesType m_Entries
 

Detailed Description

Definition at line 195 of file queryparam.hxx.

Constructor & Destructor Documentation

◆ ScDBQueryParamMatrix()

ScDBQueryParamMatrix::ScDBQueryParamMatrix ( )

Definition at line 448 of file queryparam.cxx.

References MATRIX.

◆ ~ScDBQueryParamMatrix()

ScDBQueryParamMatrix::~ScDBQueryParamMatrix ( )
overridevirtual

Definition at line 460 of file queryparam.cxx.

Member Function Documentation

◆ IsValidFieldIndex()

bool ScDBQueryParamMatrix::IsValidFieldIndex ( ) const
overridevirtual

Reimplemented from ScQueryParamBase.

Definition at line 453 of file queryparam.cxx.

References o3tl::make_unsigned(), ScDBQueryParamBase::mnField, and mpMatrix.

Member Data Documentation

◆ mpMatrix

ScMatrixRef ScDBQueryParamMatrix::mpMatrix

The documentation for this struct was generated from the following files: