LibreOffice Module lotuswordpro (master) 1
|
For LWP filter architecture prototype The file declares structures and enums used by Lwp-Drawing-Module. More...
Go to the source code of this file.
Classes | |
struct | SdwPoint |
struct | SdwColor |
struct | SdwClosedObjStyleRec |
struct | SdwDrawObjHeader |
struct | SdwLineRecord |
struct | SdwPolyLineRecord |
struct | SdwArcRecord |
struct | SdwTextBoxRecord |
struct | SdwFMPATH |
struct | SdwTextArt |
struct | SdwBmpRecord |
struct | BmpInfoHeader |
struct | BmpInfoHeader2 |
struct | DrawingOffsetAndScale |
Variables | |
const sal_uInt8 | DRAW_FACESIZE = 32 |
const double | THRESHOLD = 0.0001 |
For LWP filter architecture prototype The file declares structures and enums used by Lwp-Drawing-Module.
Definition in file lwpsdwdrawheader.hxx.
enum DrawArrowHead |
Enumerator | |
---|---|
AH_ARROW_NONE | |
AH_ARROW_FULLARROW | |
AH_ARROW_HALFARROW | |
AH_ARROW_LINEARROW | |
AH_ARROW_INVFULLARROW | |
AH_ARROW_INVHALFARROW | |
AH_ARROW_INVLINEARROW | |
AH_ARROW_TEE | |
AH_ARROW_SQUARE | |
AH_ARROW_CIRCLE |
Definition at line 142 of file lwpsdwdrawheader.hxx.
enum DrawFillType |
Enumerator | |
---|---|
FT_TRANSPARENT | |
FT_VLTGRAY | |
FT_LTGRAY | |
FT_GRAY | |
FT_DKGRAY | |
FT_SOLID | |
FT_HORZHATCH | |
FT_VERTHATCH | |
FT_FDIAGHATCH | |
FT_BDIAGHATCH | |
FT_CROSSHATCH | |
FT_DIAGCROSSHATCH | |
FT_PATTERN |
Definition at line 99 of file lwpsdwdrawheader.hxx.
enum DrawLineStyle |
Enumerator | |
---|---|
LS_SOLID | |
LS_DASH | |
LS_DOT | |
LS_DASHDOT | |
LS_DASHDOTDOT | |
LS_NULL | |
LS_INSIDEFRAME |
Definition at line 116 of file lwpsdwdrawheader.hxx.
enum DrawObjectType |
Definition at line 72 of file lwpsdwdrawheader.hxx.
enum DrawTextAttribute |
Enumerator | |
---|---|
TA_BOLD | |
TA_ITALIC | |
TA_UNDERLINE | |
TA_WORDUNDERLINE | |
TA_ALLCAPS | |
TA_SMALLCAPS | |
TA_DOUBLEUNDER | |
TA_STRIKETHRU | |
TA_SUPERSCRIPT | |
TA_SUBSCRIPT |
Definition at line 128 of file lwpsdwdrawheader.hxx.
const sal_uInt8 DRAW_FACESIZE = 32 |
Definition at line 69 of file lwpsdwdrawheader.hxx.
Referenced by LwpDrawTextBox::Read(), and LwpDrawTextArt::Read().
const double THRESHOLD = 0.0001 |
Definition at line 70 of file lwpsdwdrawheader.hxx.
Referenced by LwpDrawObj::CreateXFDrawObject().