|
LibreOffice Module hwpfilter (master) 1
|
Go to the source code of this file.
Functions | |
| static char * | get_one_roman (int num, char one, char five, char ten, char *str) |
| void | num2roman (int num, char *buf) |
| Transfer number to roman character. More... | |
| void | str2hstr (const char *c, hchar *i) |
| Transfer 8bit string to 16bit string used internally in hwp. More... | |
|
static |
| void num2roman | ( | int | num, |
| char * | buf | ||
| ) |
Transfer number to roman character.
Definition at line 53 of file hutil.cxx.
References get_one_roman(), and pt.
Referenced by getOutlineNumStr(), and Outline::GetUnicode().
| void str2hstr | ( | const char * | c, |
| hchar * | i | ||
| ) |
Transfer 8bit string to 16bit string used internally in hwp.
Definition at line 63 of file hutil.cxx.
Referenced by getOutlineNumStr(), and Outline::GetUnicode().