LibreOffice Module hwpfilter (master) 1
Functions | Variables
hwpfile.cxx File Reference
#include <memory>
#include "precompile.h"
#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <o3tl/safeint.hxx>
#include "hwplib.h"
#include "hwpfile.h"
#include "hiodev.h"
#include "hfont.h"
#include "hstyle.h"
#include "hbox.h"
#include "hpara.h"
#include "htags.h"
#include "hcode.h"
#include "hstream.hxx"
Include dependency graph for hwpfile.cxx:

Go to the source code of this file.

Functions

int detect_hwp_version (const char *str)
 
HWPFileGetCurrentDoc ()
 
HWPFileSetCurrentDoc (HWPFile *hwpfp)
 

Variables

static int ccount = 0
 
static int pcount = 0
 
static int datecodecount = 0
 

Function Documentation

◆ detect_hwp_version()

int detect_hwp_version ( const char *  str)

Definition at line 83 of file hwpfile.cxx.

References HWP_V20, HWP_V21, HWP_V30, HWPIDLen, V20SIGNATURE, V21SIGNATURE, and V30SIGNATURE.

Referenced by HWPFile::Open().

◆ GetCurrentDoc()

HWPFile * GetCurrentDoc ( void  )

Definition at line 667 of file hwpfile.cxx.

Referenced by LoadParaList().

◆ SetCurrentDoc()

HWPFile * SetCurrentDoc ( HWPFile hwpfp)

Variable Documentation

◆ ccount

int ccount = 0
static

Definition at line 44 of file hwpfile.cxx.

Referenced by HWPFile::AddCharShape().

◆ datecodecount

int datecodecount = 0
static

Definition at line 46 of file hwpfile.cxx.

Referenced by HWPFile::AddDateFormat().

◆ pcount

int pcount = 0
static

Definition at line 45 of file hwpfile.cxx.

Referenced by HWPFile::AddParaShape().