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 | |
sc | |
editeng | |
drawinglayer::processor2d | |
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 55 of file output.hxx.
Referenced by ScGridWindow::HasScenarioButton(), and lcl_DrawOneFrame().
#define SC_SCENARIO_VSPACE 50 |
Definition at line 56 of file output.hxx.
Referenced by lcl_DrawOneFrame().
typedef std::unique_ptr<ClearableClipRegion, o3tl::default_delete<ClearableClipRegion> > ClearableClipRegionPtr |
Definition at line 60 of file output.hxx.
enum ScOutputType |
Enumerator | |
---|---|
OUTTYPE_WINDOW | |
OUTTYPE_PRINTER |
Definition at line 58 of file output.hxx.