LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScDataTransformationBaseControl (weld::Container *pParent, const OUString &rUIFile, sal_uInt32 nIndex) | |
virtual | ~ScDataTransformationBaseControl () |
void | updateIndex (sal_uInt32 nIndex) |
virtual std::shared_ptr< sc::DataTransformation > | getTransformation ()=0 |
Static Public Member Functions | |
static SCROW | getLastRow (const ScDocument &rDoc) |
static SCCOL | getLastCol (const ScDocument &rDoc) |
Protected Attributes | |
std::unique_ptr< weld::Builder > | mxBuilder |
std::unique_ptr< weld::Container > | mxGrid |
weld::Container * | mpContainer |
sal_uInt32 | mnIndex |
Definition at line 25 of file dataproviderdlg.cxx.
ScDataTransformationBaseControl::ScDataTransformationBaseControl | ( | weld::Container * | pParent, |
const OUString & | rUIFile, | ||
sal_uInt32 | nIndex | ||
) |
Definition at line 64 of file dataproviderdlg.cxx.
|
virtual |
Definition at line 72 of file dataproviderdlg.cxx.
References weld::Container::move(), mpContainer, and mxGrid.
|
static |
Definition at line 52 of file dataproviderdlg.cxx.
References CELLTYPE_NONE, ScDocument::GetCellType(), and ScDocument::MaxCol().
|
static |
Definition at line 46 of file dataproviderdlg.cxx.
References ScDocument::GetLastDataRow(), and ScDocument::MaxRow().
|
pure virtual |
Referenced by ScDataProviderDlg::import().
|
inline |
Definition at line 38 of file dataproviderdlg.cxx.
|
protected |
Definition at line 32 of file dataproviderdlg.cxx.
Referenced by updateIndex().
|
protected |
Definition at line 30 of file dataproviderdlg.cxx.
Referenced by ~ScDataTransformationBaseControl().
|
protected |
Definition at line 28 of file dataproviderdlg.cxx.
|
protected |
Definition at line 29 of file dataproviderdlg.cxx.
Referenced by ~ScDataTransformationBaseControl().