LibreOffice Module sc (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations
output.hxx File Reference
#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>
Include dependency graph for output.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ SC_SCENARIO_HSPACE

#define SC_SCENARIO_HSPACE   60

Definition at line 56 of file output.hxx.

◆ SC_SCENARIO_VSPACE

#define SC_SCENARIO_VSPACE   50

Definition at line 57 of file output.hxx.

Typedef Documentation

◆ ClearableClipRegionPtr

Definition at line 62 of file output.hxx.

Enumeration Type Documentation

◆ ScOutputType

Enumerator
OUTTYPE_WINDOW 
OUTTYPE_PRINTER 

Definition at line 59 of file output.hxx.