LibreOffice Module hwpfilter (master) 1
|
#include "hbox.h"
Go to the source code of this file.
Functions | |
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... | |
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().