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 | 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 |
|
strong |
Enumerator | |
---|---|
NONE | |
Left | |
Right | |
Bottom | |
Top |
Definition at line 44 of file fillinfo.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Standard | |
Left | |
Right | |
Center |
Definition at line 40 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 53 of file fillinfo.hxx.
const sal_uInt8 SC_CLIPMARK_SIZE = 64 |
Definition at line 51 of file fillinfo.hxx.
Referenced by ScOutputData::AddPDFNotes(), ScOutputData::DrawClipMarks(), ScOutputData::DrawEditAsianVertical(), ScOutputData::DrawEditStacked(), ScOutputData::DrawEditStandard(), ScOutputData::GetOutputArea(), ScOutputData::LayoutStrings(), ScTabView::PaintArea(), ScOutputData::SetClipMarks(), and ScOutputData::ShowClipMarks().
Definition at line 189 of file fillinfo.hxx.
Referenced by ScOutputData::DrawRotated(), ScOutputData::DrawRotatedFrame(), ScDocument::FillInfo(), lcl_EqualBack(), and ScOutputData::SetCellRotations().