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

#include <queryparam.hxx>

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

Public Member Functions

 ScDBQueryParamInternal ()
 
virtual ~ScDBQueryParamInternal () 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 Member Functions inherited from ScQueryParamTable
 ScQueryParamTable ()
 
virtual ~ScQueryParamTable ()
 
 ScQueryParamTable (ScQueryParamTable const &)=default
 
 ScQueryParamTable (ScQueryParamTable &&)=default
 
ScQueryParamTableoperator= (ScQueryParamTable const &)=default
 
ScQueryParamTableoperator= (ScQueryParamTable &&)=default
 

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< 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 187 of file queryparam.hxx.

Constructor & Destructor Documentation

◆ ScDBQueryParamInternal()

ScDBQueryParamInternal::ScDBQueryParamInternal ( )

Definition at line 434 of file queryparam.cxx.

References INTERNAL.

◆ ~ScDBQueryParamInternal()

ScDBQueryParamInternal::~ScDBQueryParamInternal ( )
overridevirtual

Definition at line 439 of file queryparam.cxx.

Member Function Documentation

◆ IsValidFieldIndex()

bool ScDBQueryParamInternal::IsValidFieldIndex ( ) const
overridevirtual

Reimplemented from ScQueryParamBase.

Definition at line 443 of file queryparam.cxx.

References ScDBQueryParamBase::mnField, ScQueryParamTable::nCol1, and ScQueryParamTable::nCol2.


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