2010-10-12 15:56:41 +02:00
|
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2008-04-10 11:06:27 +00:00
|
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
2008-04-10 11:06:27 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
2008-04-10 11:06:27 +00:00
|
|
|
|
* This file is part of OpenOffice.org.
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
2008-04-10 11:06:27 +00:00
|
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
|
* only, as published by the Free Software Foundation.
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
2008-04-10 11:06:27 +00:00
|
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
2008-04-10 11:06:27 +00:00
|
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
|
* for a copy of the LGPLv3 License.
|
2003-10-15 13:44:37 +00:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "precompile.h"
|
|
|
|
|
|
|
|
|
|
#include "hwplib.h"
|
|
|
|
|
#include "hinfo.h"
|
|
|
|
|
#include "hwpfile.h"
|
|
|
|
|
|
|
|
|
|
// Info Block
|
|
|
|
|
|
|
|
|
|
//int ParaShape::count = 0;
|
|
|
|
|
//int CharShape::count = 0;
|
|
|
|
|
|
|
|
|
|
static bool HWPReadInfoBlock(void *ptr, int len, HWPFile & hwpf)
|
|
|
|
|
{
|
|
|
|
|
hwpf.info_block_len = len;
|
|
|
|
|
if (0 == len)
|
|
|
|
|
return true;
|
|
|
|
|
else
|
|
|
|
|
return hwpf.ReadBlock(ptr, len) ? true : false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Document Infomation
|
|
|
|
|
|
|
|
|
|
HWPInfo::HWPInfo(void)
|
|
|
|
|
{
|
|
|
|
|
info_block = 0;
|
|
|
|
|
back_info.isset = false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HWPInfo::~HWPInfo(void)
|
|
|
|
|
{
|
|
|
|
|
if (info_block)
|
|
|
|
|
delete[]info_block;
|
|
|
|
|
info_block = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD>о<EFBFBD><EFBFBD><EFBFBD><EFBFBD>̴<EFBFBD> <EFBFBD>Լ<EFBFBD> ( 128 bytes )
|
|
|
|
|
* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ν<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>( 30 bytes ) <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD>ġ<EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̴<EFBFBD>.
|
|
|
|
|
*/
|
|
|
|
|
bool HWPInfo::Read(HWPFile & hwpf)
|
|
|
|
|
{
|
2005-02-16 17:16:01 +00:00
|
|
|
|
hwpf.Read2b(&cur_col, 1); /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ŀ<><C4BF><EFBFBD><EFBFBD> <20><>ġ<EFBFBD><C4A1> <20><><EFBFBD>ܹ<EFBFBD>ȣ */
|
|
|
|
|
hwpf.Read2b(&cur_row, 1); /* <20><><EFBFBD><EFBFBD> ĭ */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
|
2005-02-16 17:16:01 +00:00
|
|
|
|
hwpf.Read1b(&paper.paper_kind, 1); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
hwpf.Read1b(&paper.paper_direction, 1); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
|
|
|
|
|
// paper geometry information
|
2005-02-16 17:16:01 +00:00
|
|
|
|
paper.paper_height = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.paper_width = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD> <20>ʺ<EFBFBD> */
|
|
|
|
|
paper.top_margin = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.bottom_margin = (short) hwpf.Read2b(); /* <20>Ʒ<EFBFBD><C6B7><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.left_margin = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.right_margin = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.header_length = (short) hwpf.Read2b(); /* <20>Ӹ<EFBFBD><D3B8><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.footer_length = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
paper.gutter_length = (short) hwpf.Read2b(); /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|
|
|
|
hwpf.Read2b(&readonly, 1); /* <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
hwpf.Read1b(reserved1, 4); /* <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
hwpf.Read1b(&chain_info.chain_page_no, 1); /* <20><> <20><>ȣ <20><><EFBFBD><EFBFBD> 1-<2D><><EFBFBD><EFBFBD>, 0-<2D><><EFBFBD>ν<EFBFBD><CEBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>μ<CEBC><E2BFA1> <20><><EFBFBD><EFBFBD>) */
|
|
|
|
|
hwpf.Read1b(&chain_info.chain_footnote_no, 1);/* <20><><EFBFBD>ֹ<EFBFBD>ȣ <20><><EFBFBD><EFBFBD> 1-<2D><><EFBFBD><EFBFBD> 0-<2D><><EFBFBD>ν<EFBFBD><CEBD><EFBFBD> */
|
|
|
|
|
/* <20><><EFBFBD><EFBFBD><EFBFBD>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD> */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
hwpf.Read1b(chain_info.chain_filename, CHAIN_MAX_PATH);
|
|
|
|
|
|
2005-02-16 17:16:01 +00:00
|
|
|
|
hwpf.Read1b(annotation, ANNOTATION_LEN); /* <20><><EFBFBD><EFBFBD><EFBFBD>̴<EFBFBD> <20><> ( <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>̴<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ) */
|
|
|
|
|
hwpf.Read2b(&encrypted, 1); /* <20><>ȣ <20><><EFBFBD><EFBFBD> 0-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><EFBFBD>-<2D><>ȣ<EFBFBD>ɸ<EFBFBD> <20><><EFBFBD><EFBFBD> */
|
|
|
|
|
//hwpf.Read1b(reserved2, 6); /* <20>Ʒ<EFBFBD> 3<><33><EFBFBD>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD><EFBFBD> <20>ٲ<EFBFBD><D9B2><EFBFBD><EFBFBD><EFBFBD>. */
|
|
|
|
|
hwpf.Read2b(&beginpagenum,1); /* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۹<EFBFBD>ȣ */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
|
|
|
|
|
// footnote
|
2005-02-16 17:16:01 +00:00
|
|
|
|
hwpf.Read2b(&beginfnnum,1); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD>۹<EFBFBD>ȣ */
|
|
|
|
|
hwpf.Read2b(&countfn,1); /* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
splinetext = (short) hwpf.Read2b();
|
|
|
|
|
splinefn = (short) hwpf.Read2b();
|
|
|
|
|
spfnfn = (short) hwpf.Read2b();
|
|
|
|
|
hwpf.Read1b(&fnchar, 1);
|
|
|
|
|
hwpf.Read1b(&fnlinetype, 1);
|
|
|
|
|
// border layout
|
|
|
|
|
for (int ii = 0; ii < 4; ++ii)
|
|
|
|
|
bordermargin[ii] = (short) hwpf.Read2b();
|
|
|
|
|
hwpf.Read2b(&borderline, 1);
|
|
|
|
|
|
|
|
|
|
hwpf.Read1b(&empty_line_hide, 1);
|
|
|
|
|
hwpf.Read1b(&table_move, 1);
|
|
|
|
|
hwpf.Read1b(&compressed, 1);
|
|
|
|
|
|
|
|
|
|
hwpf.Read1b(&reserved3, 1);
|
|
|
|
|
|
|
|
|
|
hwpf.Read2b(&info_block_len, 1);
|
|
|
|
|
if (hwpf.State())
|
|
|
|
|
return false;
|
|
|
|
|
|
2005-02-16 17:16:01 +00:00
|
|
|
|
/* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>д´<D0B4>. */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
if (!summary.Read(hwpf))
|
|
|
|
|
return false;
|
|
|
|
|
if (info_block_len > 0)
|
|
|
|
|
{
|
|
|
|
|
info_block = new unsigned char[info_block_len + 1];
|
|
|
|
|
|
|
|
|
|
if (0 == info_block ||
|
|
|
|
|
!HWPReadInfoBlock(info_block, info_block_len, hwpf))
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
2005-02-16 17:16:01 +00:00
|
|
|
|
/* hwpf<70><66> <20><><EFBFBD><EFBFBD> <20>缳<EFBFBD><E7BCB3> <20>Ѵ<EFBFBD>. */
|
2003-10-15 13:44:37 +00:00
|
|
|
|
hwpf.compressed = compressed ? true : false;
|
|
|
|
|
hwpf.encrypted = encrypted ? true : false;
|
|
|
|
|
hwpf.info_block_len = info_block_len;
|
|
|
|
|
hwpf.SetCompressed(hwpf.compressed);
|
|
|
|
|
|
|
|
|
|
return (!hwpf.State());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Document Summary
|
|
|
|
|
|
|
|
|
|
bool HWPSummary::Read(HWPFile & hwpf)
|
|
|
|
|
{
|
|
|
|
|
hwpf.Read2b(title, 56);
|
|
|
|
|
hwpf.Read2b(subject, 56);
|
|
|
|
|
hwpf.Read2b(author, 56);
|
|
|
|
|
hwpf.Read2b(date, 56);
|
|
|
|
|
hwpf.Read2b(keyword[0], 56);
|
|
|
|
|
hwpf.Read2b(keyword[1], 56);
|
|
|
|
|
hwpf.Read2b(etc[0], 56);
|
|
|
|
|
hwpf.Read2b(etc[1], 56);
|
|
|
|
|
hwpf.Read2b(etc[2], 56);
|
|
|
|
|
|
|
|
|
|
return (!hwpf.State());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
bool ParaShape::Read(HWPFile & hwpf)
|
|
|
|
|
{
|
|
|
|
|
pagebreak = 0;
|
|
|
|
|
left_margin = (short) hwpf.Read2b();
|
|
|
|
|
right_margin = (short) hwpf.Read2b();
|
|
|
|
|
indent = (short) hwpf.Read2b();
|
|
|
|
|
lspacing = (short) hwpf.Read2b();
|
|
|
|
|
pspacing_next = (short) hwpf.Read2b();
|
|
|
|
|
|
|
|
|
|
hwpf.Read1b(&condense, 1);
|
|
|
|
|
hwpf.Read1b(&arrange_type, 1);
|
|
|
|
|
for (int ii = 0; ii < MAXTABS; ii++)
|
|
|
|
|
{
|
|
|
|
|
hwpf.Read1b(&tabs[ii].type, 1);
|
|
|
|
|
hwpf.Read1b(&tabs[ii].dot_continue, 1);
|
|
|
|
|
tabs[ii].position = (short) hwpf.Read2b();
|
|
|
|
|
}
|
|
|
|
|
hwpf.Read1b(&coldef.ncols, 1);
|
|
|
|
|
hwpf.Read1b(&coldef.separator, 1);
|
|
|
|
|
coldef.spacing = (short) hwpf.Read2b();
|
|
|
|
|
coldef.columnlen = (short) hwpf.Read2b();
|
|
|
|
|
coldef.columnlen0 = (short) hwpf.Read2b();
|
|
|
|
|
hwpf.Read1b(&shade, 1);
|
|
|
|
|
hwpf.Read1b(&outline, 1);
|
|
|
|
|
hwpf.Read1b(&outline_continue, 1);
|
|
|
|
|
pspacing_prev = (short) hwpf.Read2b();
|
|
|
|
|
|
|
|
|
|
hwpf.Read1b(reserved, 2);
|
|
|
|
|
return (!hwpf.State());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
CharShape::~CharShape()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
ParaShape::~ParaShape()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
bool CharShape::Read(HWPFile & hwpf)
|
|
|
|
|
{
|
|
|
|
|
//index = ++count;
|
|
|
|
|
size = (short) hwpf.Read2b();
|
|
|
|
|
hwpf.Read1b(font, NLanguage);
|
|
|
|
|
hwpf.Read1b(ratio, NLanguage);
|
|
|
|
|
hwpf.Read1b(space, NLanguage);
|
|
|
|
|
hwpf.Read1b(color, 2);
|
|
|
|
|
hwpf.Read1b(&shade, 1);
|
|
|
|
|
hwpf.Read1b(&attr, 1);
|
|
|
|
|
hwpf.Read1b(reserved, 4);
|
|
|
|
|
|
|
|
|
|
return (!hwpf.State());
|
|
|
|
|
}
|
2010-10-12 15:56:41 +02:00
|
|
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|