LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScCsvCmd Class Reference

Data for a CSV control command. More...

#include <csvcontrol.hxx>

Public Member Functions

 ScCsvCmd ()
 Second parameter. More...
 
void Set (ScCsvCmdType eType, sal_Int32 nParam1, sal_Int32 nParam2)
 
ScCsvCmdType GetType () const
 
sal_Int32 GetParam1 () const
 
sal_Int32 GetParam2 () const
 

Private Attributes

ScCsvCmdType meType
 
sal_Int32 mnParam1
 The command. More...
 
sal_Int32 mnParam2
 First parameter. More...
 

Detailed Description

Data for a CSV control command.

The stored position data is always character based, it's never a column index (required for internal consistency).

Definition at line 198 of file csvcontrol.hxx.

Constructor & Destructor Documentation

◆ ScCsvCmd()

ScCsvCmd::ScCsvCmd ( )
inlineexplicit

Second parameter.

Definition at line 206 of file csvcontrol.hxx.

Member Function Documentation

◆ GetParam1()

sal_Int32 ScCsvCmd::GetParam1 ( ) const
inline

Definition at line 212 of file csvcontrol.hxx.

References mnParam1.

Referenced by IMPL_LINK().

◆ GetParam2()

sal_Int32 ScCsvCmd::GetParam2 ( ) const
inline

Definition at line 213 of file csvcontrol.hxx.

References mnParam2.

Referenced by IMPL_LINK().

◆ GetType()

ScCsvCmdType ScCsvCmd::GetType ( ) const
inline

Definition at line 211 of file csvcontrol.hxx.

References meType.

Referenced by IMPL_LINK().

◆ Set()

void ScCsvCmd::Set ( ScCsvCmdType  eType,
sal_Int32  nParam1,
sal_Int32  nParam2 
)
inline

Definition at line 216 of file csvcontrol.hxx.

References eType, meType, mnParam1, and mnParam2.

Referenced by ScCsvControl::Execute().

Member Data Documentation

◆ meType

ScCsvCmdType ScCsvCmd::meType
private

Definition at line 201 of file csvcontrol.hxx.

Referenced by GetType(), and Set().

◆ mnParam1

sal_Int32 ScCsvCmd::mnParam1
private

The command.

Definition at line 202 of file csvcontrol.hxx.

Referenced by GetParam1(), and Set().

◆ mnParam2

sal_Int32 ScCsvCmd::mnParam2
private

First parameter.

Definition at line 203 of file csvcontrol.hxx.

Referenced by GetParam2(), and Set().


The documentation for this class was generated from the following file: