LibreOffice Module sc (master) 1
|
#include <sal/types.h>
#include <address.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/vclptr.hxx>
#include <tools/gen.hxx>
#include <memory>
#include <list>
Go to the source code of this file.
Classes | |
struct | ScPreviewColRowInfo |
class | ScPreviewTableInfo |
class | ScPreviewLocationData |
Macros | |
#define | SC_PREVIEW_MAXRANGES 4 |
#define | SC_PREVIEW_RANGE_EDGE 0 |
#define | SC_PREVIEW_RANGE_REPCOL 1 |
#define | SC_PREVIEW_RANGE_REPROW 2 |
#define | SC_PREVIEW_RANGE_TAB 3 |
#define SC_PREVIEW_MAXRANGES 4 |
Definition at line 33 of file prevloc.hxx.
#define SC_PREVIEW_RANGE_EDGE 0 |
Definition at line 34 of file prevloc.hxx.
#define SC_PREVIEW_RANGE_REPCOL 1 |
Definition at line 35 of file prevloc.hxx.
#define SC_PREVIEW_RANGE_REPROW 2 |
Definition at line 36 of file prevloc.hxx.
#define SC_PREVIEW_RANGE_TAB 3 |
Definition at line 37 of file prevloc.hxx.