LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations | Variables
fillinfo.hxx File Reference
#include <sal/config.h>
#include <memory>
#include <svx/framelinkarray.hxx>
#include "colorscale.hxx"
#include "cellvalue.hxx"
#include <o3tl/typed_flags_set.hxx>
#include <optional>
Include dependency graph for fillinfo.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< ScClipMark >
 
struct  ScDataBarInfo
 
struct  ScIconSetInfo
 
struct  ScBasicCellInfo
 
struct  ScCellInfo
 
struct  RowInfo
 
struct  ScTableInfo
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  ScRotateDir : sal_uInt8 {
  NONE ,
  Standard ,
  Left ,
  Right ,
  Center
}
 
enum class  ScClipMark : sal_uInt8 {
  NONE = 0x00 ,
  Left = 0x01 ,
  Right = 0x02 ,
  Bottom = 0x03 ,
  Top = 0x04
}
 
enum  ScShadowPart {
  SC_SHADOW_HSTART ,
  SC_SHADOW_VSTART ,
  SC_SHADOW_HORIZ ,
  SC_SHADOW_VERT ,
  SC_SHADOW_CORNER
}
 

Variables

const sal_uInt8 SC_CLIPMARK_SIZE = 64
 
const SCCOL SC_ROTMAX_NONE = SCCOL_MAX
 

Enumeration Type Documentation

◆ ScClipMark

enum class ScClipMark : sal_uInt8
strong
Enumerator
NONE 
Left 
Right 
Bottom 
Top 

Definition at line 44 of file fillinfo.hxx.

◆ ScRotateDir

enum class ScRotateDir : sal_uInt8
strong
Enumerator
NONE 
Standard 
Left 
Right 
Center 

Definition at line 40 of file fillinfo.hxx.

◆ ScShadowPart

Enumerator
SC_SHADOW_HSTART 
SC_SHADOW_VSTART 
SC_SHADOW_HORIZ 
SC_SHADOW_VERT 
SC_SHADOW_CORNER 

Definition at line 53 of file fillinfo.hxx.

Variable Documentation

◆ SC_CLIPMARK_SIZE

const sal_uInt8 SC_CLIPMARK_SIZE = 64

◆ SC_ROTMAX_NONE

const SCCOL SC_ROTMAX_NONE = SCCOL_MAX