LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Private Attributes | List of all members
ScDBQueryParamBase Struct Reference

#include <queryparam.hxx>

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

Public Types

enum  DataType {
  INTERNAL ,
  MATRIX
}
 
- Public Types inherited from ScQueryParamBase
typedef EntriesType::const_iterator const_iterator
 

Public Member Functions

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

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...
 

Protected Member Functions

 ScDBQueryParamBase (DataType eType)
 
- Protected Member Functions inherited from ScQueryParamBase
 ScQueryParamBase ()
 
 ScQueryParamBase (const ScQueryParamBase &r)
 
ScQueryParamBaseoperator= (const ScQueryParamBase &r)
 

Private Attributes

DataType meType
 

Additional Inherited Members

- Protected Types inherited from ScQueryParamBase
typedef std::vector< ScQueryEntryEntriesType
 
- Protected Attributes inherited from ScQueryParamBase
EntriesType m_Entries
 

Detailed Description

Definition at line 168 of file queryparam.hxx.

Member Enumeration Documentation

◆ DataType

Enumerator
INTERNAL 
MATRIX 

Definition at line 170 of file queryparam.hxx.

Constructor & Destructor Documentation

◆ ScDBQueryParamBase() [1/2]

ScDBQueryParamBase::ScDBQueryParamBase ( )
delete

◆ ~ScDBQueryParamBase()

ScDBQueryParamBase::~ScDBQueryParamBase ( )
overridevirtual

Definition at line 430 of file queryparam.cxx.

◆ ScDBQueryParamBase() [2/2]

ScDBQueryParamBase::ScDBQueryParamBase ( DataType  eType)
protected

Definition at line 423 of file queryparam.cxx.

References eType, and meType.

Member Function Documentation

◆ GetType()

DataType ScDBQueryParamBase::GetType ( ) const
inline

Definition at line 175 of file queryparam.hxx.

References meType.

Member Data Documentation

◆ mbSkipString

bool ScDBQueryParamBase::mbSkipString

the field in which the values are processed during iteration.

Definition at line 173 of file queryparam.hxx.

◆ meType

DataType ScDBQueryParamBase::meType
private

Definition at line 184 of file queryparam.hxx.

Referenced by GetType().

◆ mnField

SCCOL ScDBQueryParamBase::mnField

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