LibreOffice Module sc (master) 1
|
#include <address.hxx>
#include <cellvalue.hxx>
#include <tools/color.hxx>
#include <tools/fract.hxx>
#include <tools/gen.hxx>
#include <editeng/svxenum.hxx>
#include <vcl/outdev.hxx>
#include <tools/degree.hxx>
#include <o3tl/deleter.hxx>
#include <optional>
Go to the source code of this file.
Classes | |
struct | ReferenceMark |
Describes reference mark to be drawn, position & size in TWIPs. More... | |
class | ScOutputData |
struct | ScOutputData::OutputAreaParam |
class | ScOutputData::DrawEditParam |
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |
namespace | editeng |
namespace | drawinglayer |
namespace | drawinglayer::processor2d |
namespace | vcl |
Macros | |
#define | SC_SCENARIO_HSPACE 60 |
#define | SC_SCENARIO_VSPACE 50 |
Typedefs | |
typedef std::unique_ptr< ClearableClipRegion, o3tl::default_delete< ClearableClipRegion > > | ClearableClipRegionPtr |
Enumerations | |
enum | ScOutputType { OUTTYPE_WINDOW , OUTTYPE_PRINTER } |
#define SC_SCENARIO_HSPACE 60 |
Definition at line 56 of file output.hxx.
#define SC_SCENARIO_VSPACE 50 |
Definition at line 57 of file output.hxx.
typedef std::unique_ptr<ClearableClipRegion, o3tl::default_delete<ClearableClipRegion> > ClearableClipRegionPtr |
Definition at line 62 of file output.hxx.
enum ScOutputType |
Enumerator | |
---|---|
OUTTYPE_WINDOW | |
OUTTYPE_PRINTER |
Definition at line 59 of file output.hxx.