LibreOffice Module sc (master)
1
|
#include <csvruler.hxx>
#include <AccessibleCsvControl.hxx>
#include <optutil.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
Go to the source code of this file.
Macros | |
#define | SEP_PATH "Office.Calc/Dialogs/CSVImport" |
#define | FIXED_WIDTH_LIST "FixedWidthList" |
Functions | |
static void | load_FixedWidthList (ScCsvSplits &rSplits) |
static void | save_FixedWidthList (const ScCsvSplits &rSplits) |
#define FIXED_WIDTH_LIST "FixedWidthList" |
Definition at line 35 of file csvruler.cxx.
Referenced by load_FixedWidthList(), and save_FixedWidthList().
#define SEP_PATH "Office.Calc/Dialogs/CSVImport" |
Definition at line 34 of file csvruler.cxx.
Referenced by load_FixedWidthList(), and save_FixedWidthList().
|
static |
Definition at line 37 of file csvruler.cxx.
References Any, ScCsvSplits::Clear(), FIXED_WIDTH_LIST, ScLinkConfigItem::GetProperties(), ScCsvSplits::Insert(), n, and SEP_PATH.
Referenced by ScCsvRuler::SetDrawingArea().
|
static |
Definition at line 69 of file csvruler.cxx.
References Any, ScCsvSplits::Count(), FIXED_WIDTH_LIST, ScLinkConfigItem::GetProperties(), i, n, ScLinkConfigItem::PutProperties(), and SEP_PATH.
Referenced by ScCsvRuler::~ScCsvRuler().