LibreOffice Module hwpfilter (master) 1
|
Go to the source code of this file.
Classes | |
struct | BAREHWPDOProperty |
Basic properties for drawing objects. More... | |
struct | GradationProperty |
Gradation properties for drawing object. More... | |
struct | BitmapProperty |
Bitmap properties for drawing object. More... | |
struct | RotationProperty |
Rotation properties for drawing object. More... | |
struct | HWPDOProperty |
All properties for drawing object. More... | |
struct | HWPDOLine |
Line Object. More... | |
struct | HWPDOFreeForm |
Polygon or Polyline Object. More... | |
struct | HWPDOTextBox |
Textbox Object. More... | |
struct | HWPDOArc |
Arc Object. More... | |
struct | HWPDrawingObject |
Common header for drawing object. More... | |
Macros | |
#define | HWPDO_PAT_TYPE_BITS 0xFF000000 |
#define | HWPDO_PAT_SOLID 0x00000000 |
#define | HWPDO_COLOR_NONE 0x10000000 |
#define | HWPDO_FLAG_DRAW_PIE 0x00000002 |
#define | HWPDO_FLAG_GRADATION 0x00010000 |
#define | HWPDO_FLAG_ROTATION 0x00020000 |
#define | HWPDO_FLAG_BITMAP 0x00040000 |
#define | HWPDO_FLAG_AS_TEXTBOX 0x00080000 |
#define | HWPDO_FLAG_WATERMARK 0x00100000 |
Enumerations | |
enum | objtype { HWPDO_CONTAINER , HWPDO_LINE , HWPDO_RECT , HWPDO_ELLIPSE , HWPDO_ARC , HWPDO_FREEFORM , HWPDO_TEXTBOX , HWPDO_CURVE , HWPDO_ADVANCED_ELLIPSE , HWPDO_ADVANCED_ARC , HWPDO_CLOSED_FREEFORM , HWPDO_NITEMS } |
Constant for drawing objects. More... | |