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

#include <global.hxx>

Public Member Functions

 ScImportParam ()
 
 ScImportParam (const ScImportParam &r)
 
 ~ScImportParam ()
 
ScImportParamoperator= (const ScImportParam &r)
 
bool operator== (const ScImportParam &r) const
 

Public Attributes

SCCOL nCol1
 
SCROW nRow1
 
SCCOL nCol2
 
SCROW nRow2
 
bool bImport
 
OUString aDBName
 
OUString aStatement
 
bool bNative
 
bool bSql
 
sal_uInt8 nType
 

Detailed Description

Definition at line 439 of file global.hxx.

Constructor & Destructor Documentation

◆ ScImportParam() [1/2]

ScImportParam::ScImportParam ( )

Definition at line 41 of file global2.cxx.

◆ ScImportParam() [2/2]

ScImportParam::ScImportParam ( const ScImportParam r)

Definition at line 53 of file global2.cxx.

◆ ~ScImportParam()

ScImportParam::~ScImportParam ( )

Definition at line 67 of file global2.cxx.

Member Function Documentation

◆ operator=()

ScImportParam & ScImportParam::operator= ( const ScImportParam r)

Definition at line 71 of file global2.cxx.

References aDBName, aStatement, bImport, bNative, bSql, nCol1, nCol2, nRow1, nRow2, and nType.

◆ operator==()

bool ScImportParam::operator== ( const ScImportParam r) const

Definition at line 87 of file global2.cxx.

References aDBName, aStatement, bImport, bNative, bSql, nCol1, nCol2, nRow1, nRow2, and nType.

Member Data Documentation

◆ aDBName

OUString ScImportParam::aDBName

◆ aStatement

OUString ScImportParam::aStatement

◆ bImport

bool ScImportParam::bImport

◆ bNative

bool ScImportParam::bNative

◆ bSql

bool ScImportParam::bSql

◆ nCol1

SCCOL ScImportParam::nCol1

◆ nCol2

SCCOL ScImportParam::nCol2

◆ nRow1

SCROW ScImportParam::nRow1

◆ nRow2

SCROW ScImportParam::nRow2

◆ nType

sal_uInt8 ScImportParam::nType

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