| LibreOffice Module sc (master) 1
    | 
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... | |
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.
| 
 | inlineexplicit | 
Second parameter.
Definition at line 206 of file csvcontrol.hxx.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Definition at line 216 of file csvcontrol.hxx.
References eType, meType, mnParam1, and mnParam2.
Referenced by ScCsvControl::Execute().
| 
 | private | 
Definition at line 201 of file csvcontrol.hxx.
| 
 | private | 
| 
 | private | 
First parameter.
Definition at line 203 of file csvcontrol.hxx.
Referenced by GetParam2(), and Set().