71#if defined __GNUC__ && (__GNUC__ >= 8 && __GNUC__ <= 13) && !defined __clang__
72#pragma GCC diagnostic push
73#pragma GCC diagnostic ignored "-Wstringop-truncation"
78#if defined __GNUC__ && (__GNUC__ >= 8 && __GNUC__ <= 13) && !defined __clang__
79#pragma GCC diagnostic pop
128 style = ::comphelper::newArray_null<hwpfilter::StyleData>(
nstyles);
132 for (
int ii = 0; ii <
nstyles; ii++)
The HWPFile class is the main class of hwp for reading file information from stream.
int State(void) const
Say current state.
bool Read2b(unsigned short &out)
Reads two byte from HIODev.
size_t ReadBlock(void *ptr, size_t size)
Reads some bytes from HIODev not regarding endian's way.
CharShape * GetCharShape(int n) const
void SetCharShape(int n, CharShape const *cshapep)
ParaShape * GetParaShape(int n) const
char * GetName(int n) const
hwpfilter::StyleData * style
void SetName(int n, char const *name)
void SetParaShape(int n, ParaShape const *pshapep)
static char buffer[MAXSTYLENAME+1]
char name[MAXSTYLENAME+1]