#include "precompile.h"
#include <limits>
#include <new>
#include <string>
#include <o3tl/safeint.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
Go to the source code of this file.
◆ CH_ALIGNSPACE
◆ CH_AUTO_NUM
| #define CH_AUTO_NUM 18 /* pgnum, footnote/endnote, picture num */ |
◆ CH_BOOKMARK
◆ CH_COL_DEF
◆ CH_COMPOSE
◆ CH_CROSSREF
◆ CH_DATE_CODE
◆ CH_DATE_FORM
◆ CH_END_PARA
◆ CH_FIELD
◆ CH_FIXED_SPACE
| #define CH_FIXED_SPACE 31 |
◆ CH_FOOTNOTE
◆ CH_HEADER_FOOTER
| #define CH_HEADER_FOOTER 16 |
◆ CH_HIDDEN
◆ CH_HYPHEN
◆ CH_INDEX_MARK
◆ CH_KEEP_SPACE
◆ CH_LINE
◆ CH_MAIL_MERGE
◆ CH_NEW_NUM
| #define CH_NEW_NUM 19 /* pgnum, footnote/endnote, picture num */ |
◆ CH_OUTLINE
◆ CH_PAGE_NUM_CTRL
| #define CH_PAGE_NUM_CTRL 21 /* new chapter, hide pagenum */ |
◆ CH_PICTURE
◆ CH_SHOW_PAGE_NUM
| #define CH_SHOW_PAGE_NUM 20 |
◆ CH_SPACE
◆ CH_TAB
◆ CH_TEXT_BOX
◆ CH_TOC_MARK
| #define CH_TOC_MARK 25 /* CONT_MARK, TBL_MARK, PIC_MARK */ |
◆ DIRSEP
◆ DLLEXPORT
◆ FALSE
◆ FILETAG_EMBEDDED_PICTURE
| #define FILETAG_EMBEDDED_PICTURE 0x00000001 |
◆ FILETAG_END_OF_COMPRESSED
| #define FILETAG_END_OF_COMPRESSED 0x00000000 |
◆ FILETAG_END_OF_UNCOMPRESSED
| #define FILETAG_END_OF_UNCOMPRESSED 0x80000000 |
◆ FILETAG_HYPERTEXT
| #define FILETAG_HYPERTEXT 0x00000003 |
◆ FILETAG_OLE_OBJECT
| #define FILETAG_OLE_OBJECT 0x00000002 |
◆ FILETAG_PRESENTATION
| #define FILETAG_PRESENTATION 0x00000004 |
◆ FILETAG_PREVIEW_IMAGE
| #define FILETAG_PREVIEW_IMAGE 0x80000001 |
◆ FILETAG_PREVIEW_TEXT
| #define FILETAG_PREVIEW_TEXT 0x80000002 |
◆ HAVE_SUBPARA_MASK
◆ IS_SP_SKIP_BLOCK
| #define IS_SP_SKIP_BLOCK |
( |
|
hch | ) |
((hch<5) || (hch==12) || (hch==27) || (hch == 29)) |
◆ MAX_PATH
◆ NLanguage
◆ ONE_DOT
◆ ONE_ENG_CH_WIDTH
◆ ONE_MILI
◆ ONE_POINT
HWP unit information.
Definition at line 108 of file hwplib.h.
◆ TRUE
◆ hchar
size of hunit is 4 since hwp96 version
Definition at line 36 of file hwplib.h.
◆ hchar_string
◆ hunit
◆ kchar
| typedef unsigned char kchar |
◆ uchar
| typedef unsigned char uchar |
◆ uint
◆ ushort
◆ DebugMask
| Enumerator |
|---|
| DBG_READ | |
| DBG_DISPLAY | |
Definition at line 186 of file hwplib.h.
◆ ErrorCode
| Enumerator |
|---|
| HWP_NoError | |
| HWP_InvalidFileName | |
| HWP_InvalidFileFormat | |
| HWP_BrokenFile | |
| HWP_UNSUPPORTED_VERSION | |
| HWP_EMPTY_FILE | |
Definition at line 173 of file hwplib.h.
◆ fromHcharStringToOUString()
| OUString fromHcharStringToOUString |
( |
hchar_string const & |
s | ) |
|
|
inline |