LibreOffice Module hwpfilter (master) 1
|
#include "precompile.h"
#include "hwpfile.h"
#include "hbox.h"
#include "hpara.h"
#include "hutil.h"
#include "htags.h"
#include "drawdef.h"
#include "hcode.h"
#include "datecode.h"
#include <o3tl/sprintf.hxx>
#include <rtl/character.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
Go to the source code of this file.
Macros | |
#define | OL_HANGL_JASO 0 |
#define | OL_HANGL_KANATA 1 |
Enumerations | |
enum | { OUTLINE_ON , OUTLINE_NUM } |
Functions | |
static hchar | olHanglJaso (int num, int type) |
static const hchar * | GetOutlineStyleChars (int style) |
static void | getOutlineNumStr (int style, int level, int num, hchar *hstr) |
Variables | |
const hchar | kor_week [] |
const hchar | china_week [] |
const char | eng_week [] = { "SunMonTueWedThuFriSat" } |
const char | eng_mon [] = { "JanFebMarAprMayJunJulAugSepOctNovDec" } |
const char *const | en_mon [] |
const char *const | en_week [] |
Definition at line 494 of file hbox.cxx.
References MAX_OUTLINE_LEVEL, num2roman(), OL_HANGL_KANATA, olHanglJaso(), OLSTY_NUMSIG1, and str2hstr().
Referenced by Outline::GetUnicode().
Definition at line 468 of file hbox.cxx.
References MAX_OUTLINE_LEVEL, OLSTY_BULLET1, and OLSTY_BULLET5.
Referenced by Outline::GetUnicode().
Definition at line 434 of file hbox.cxx.
References OL_HANGL_JASO, SAL_N_ELEMENTS, and type.
Referenced by getOutlineNumStr(), and Outline::GetUnicode().
const hchar china_week[] |
Definition at line 124 of file hbox.cxx.
Referenced by DateCode::GetString().
const char* const en_mon[] |
Definition at line 130 of file hbox.cxx.
Referenced by DateCode::GetString().
const char* const en_week[] |
Definition at line 135 of file hbox.cxx.
Referenced by DateCode::GetString().
const char eng_mon[] = { "JanFebMarAprMayJunJulAugSepOctNovDec" } |
Definition at line 129 of file hbox.cxx.
Referenced by DateCode::GetString().
const char eng_week[] = { "SunMonTueWedThuFriSat" } |
Definition at line 128 of file hbox.cxx.
Referenced by DateCode::GetString().
const hchar kor_week[] |
Definition at line 120 of file hbox.cxx.
Referenced by DateCode::GetString().