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

#include <queryparam.hxx>

Inheritance diagram for ScQueryParamTable:
[legend]

Public Member Functions

 ScQueryParamTable ()
 
virtual ~ScQueryParamTable ()
 
 ScQueryParamTable (ScQueryParamTable const &)=default
 
 ScQueryParamTable (ScQueryParamTable &&)=default
 
ScQueryParamTableoperator= (ScQueryParamTable const &)=default
 
ScQueryParamTableoperator= (ScQueryParamTable &&)=default
 

Public Attributes

SCCOL nCol1
 
SCROW nRow1
 
SCCOL nCol2
 
SCROW nRow2
 
SCTAB nTab
 

Detailed Description

Definition at line 101 of file queryparam.hxx.

Constructor & Destructor Documentation

◆ ScQueryParamTable() [1/3]

ScQueryParamTable::ScQueryParamTable ( )

Definition at line 299 of file queryparam.cxx.

◆ ~ScQueryParamTable()

ScQueryParamTable::~ScQueryParamTable ( )
virtual

Definition at line 304 of file queryparam.cxx.

◆ ScQueryParamTable() [2/3]

ScQueryParamTable::ScQueryParamTable ( ScQueryParamTable const &  )
default

◆ ScQueryParamTable() [3/3]

ScQueryParamTable::ScQueryParamTable ( ScQueryParamTable &&  )
default

Member Function Documentation

◆ operator=() [1/2]

ScQueryParamTable & ScQueryParamTable::operator= ( ScQueryParamTable &&  )
default

◆ operator=() [2/2]

ScQueryParamTable & ScQueryParamTable::operator= ( ScQueryParamTable const &  )
default

Member Data Documentation

◆ nCol1

SCCOL ScQueryParamTable::nCol1

◆ nCol2

SCCOL ScQueryParamTable::nCol2

◆ nRow1

SCROW ScQueryParamTable::nRow1

◆ nRow2

SCROW ScQueryParamTable::nRow2

◆ nTab

SCTAB ScQueryParamTable::nTab

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