LibreOffice Module hwpfilter (master) 1
Functions | Variables
hwpread.cxx File Reference
#include "precompile.h"
#include <comphelper/newarray.hxx>
#include <unotools/configmgr.hxx>
#include <sal/log.hxx>
#include <tools/long.hxx>
#include <assert.h>
#include "hwpfile.h"
#include "hbox.h"
#include "hpara.h"
#include "drawing.h"
#include "htags.h"
#include "hcode.h"
Include dependency graph for hwpread.cxx:

Go to the source code of this file.

Functions

static void UpdateBBox (FBox *fbox)
 

Variables

static short fboxnum = 1
 
static int zindex = 1
 
static int lnnumber = 0
 

Function Documentation

◆ UpdateBBox()

static void UpdateBBox ( FBox fbox)
static

Definition at line 190 of file hwpread.cxx.

References FBox::boundey, FBox::boundsy, FBox::pgy, and FBox::ys.

Referenced by TxtBox::Read(), and Picture::Read().

Variable Documentation

◆ fboxnum

short fboxnum = 1
static

Definition at line 36 of file hwpread.cxx.

Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().

◆ lnnumber

int lnnumber = 0
static

Definition at line 38 of file hwpread.cxx.

Referenced by Line::Read(), and HeaderFooter::Read().

◆ zindex

int zindex = 1
static

Definition at line 37 of file hwpread.cxx.

Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().