LibreOffice Module hwpfilter (master) 1
Functions
hutil.h File Reference
#include "hbox.h"
Include dependency graph for hutil.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ num2roman()

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().

◆ str2hstr()

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.

References ch, and i.

Referenced by getOutlineNumStr(), and Outline::GetUnicode().