LibreOffice Module sc (master)
1
|
#include <sal/config.h>
#include <memory>
#include <svx/framelinkarray.hxx>
#include "colorscale.hxx"
#include "cellvalue.hxx"
#include <o3tl/typed_flags_set.hxx>
#include <optional>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< ScClipMark > |
struct | ScDataBarInfo |
struct | ScIconSetInfo |
struct | CellInfo |
struct | RowInfo |
struct | ScTableInfo |
Namespaces | |
o3tl | |
Enumerations | |
enum | ScRotateDir : sal_uInt8 { ScRotateDir::NONE, ScRotateDir::Standard, ScRotateDir::Left, ScRotateDir::Right, ScRotateDir::Center } |
enum | ScClipMark : sal_uInt8 { ScClipMark::NONE = 0x00, ScClipMark::Left = 0x01, ScClipMark::Right = 0x02 } |
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 |
|
strong |
Enumerator | |
---|---|
NONE | |
Left | |
Right |
Definition at line 45 of file fillinfo.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Standard | |
Left | |
Right | |
Center |
Definition at line 41 of file fillinfo.hxx.
enum ScShadowPart |
Enumerator | |
---|---|
SC_SHADOW_HSTART | |
SC_SHADOW_VSTART | |
SC_SHADOW_HORIZ | |
SC_SHADOW_VERT | |
SC_SHADOW_CORNER |
Definition at line 54 of file fillinfo.hxx.
const sal_uInt8 SC_CLIPMARK_SIZE = 64 |
Definition at line 52 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEditAsianVertical(), ScOutputData::DrawEditStacked(), ScOutputData::DrawEditStandard(), ScOutputData::GetOutputArea(), ScTabView::PaintArea(), and ScOutputData::ShowClipMarks().
Definition at line 171 of file fillinfo.hxx.
Referenced by ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), lcl_EqualBack(), and ScOutputData::SetCellRotations().