LibreOffice Module hwpfilter (master) 1
|
#include "hwplib.h"
#include "hwpfile.h"
#include "hinfo.h"
#include <tools/long.hxx>
#include <map>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | LineInfo |
class | HWPPara |
It represents the paragraph. More... | |
Macros | |
#define | FIXED_SPACING_BIT (0x8000) |
Enumerations | |
enum | { PA_USER_COLUMN = 1 , PA_USER_PAGE = 2 , PA_SECTION_BREAK = 4 , PA_BLOCK_BEGIN = 8 , PA_IN_BLOCK = 16 , PA_BLOCK_END = 32 , PA_WIDOW_ORPHAN = 64 } |
etc flag 0 bit : Use page columns 1 bit : Use page lows 2 bit : Use section break 3 bit : Block start 4 bit : In Block 5 bit : Block end 6 bit : Preserve widow orphan 7 bit : Reserved More... | |
anonymous enum |