#include <deque>
#include <memory>
#include <string_view>
#include "hwpreader.hxx"
#include <cmath>
#include <o3tl/safeint.hxx>
#include <o3tl/sprintf.hxx>
#include <osl/diagnose.h>
#include <tools/stream.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/point/b2dpoint.hxx>
#include <unotools/configmgr.hxx>
#include "fontmap.hxx"
#include "formula.h"
#include "cspline.h"
#include "datecode.h"
#include <iostream>
#include <locale.h>
#include <sal/types.h>
#include <rtl/character.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
◆ hwpfilter_HwpImportFilter_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * hwpfilter_HwpImportFilter_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ TestImportHWP()
SAL_DLLPUBLIC_EXPORT bool TestImportHWP |
( |
SvStream & |
rStream | ) |
|
struct { ... } ArrowShape[] |
◆ bMade
◆ distance
◆ dots1
◆ dots2
Initial value:=
{
{ 0.0, 0.0, 0.0 },
{
0.34, 0., 0.272
},
{ 0.17, 0., 0.136},
{
0.612, 0.17, 0.136
},
{ 0.85, 0.17, 0.136}
}
◆ name
◆ sXML_CDATA
constexpr OUStringLiteral sXML_CDATA = u"CDATA" |
|
constexpr |
Definition at line 48 of file hwpreader.cxx.
Referenced by HwpReader::importHStream(), HwpReader::make_text_p0(), HwpReader::make_text_p1(), HwpReader::make_text_p3(), HwpReader::makeAutoNum(), HwpReader::makeAutoStyles(), HwpReader::makeBookmark(), HwpReader::makeCaptionStyle(), HwpReader::makeColumns(), HwpReader::makeDateCode(), HwpReader::makeDateFormat(), HwpReader::makeDrawMiscStyle(), HwpReader::makeDrawStyle(), HwpReader::makeFieldCode(), HwpReader::makeFootnote(), HwpReader::makeFStyle(), HwpReader::makeHidden(), HwpReader::makeHyperText(), HwpReader::makeLine(), HwpReader::makeMasterStyles(), HwpReader::makePageStyle(), HwpReader::makePicture(), HwpReader::makePictureDRAW(), HwpReader::makePStyle(), HwpReader::makeShowPageNum(), HwpReader::makeStyles(), HwpReader::makeTable(), HwpReader::makeTableStyle(), HwpReader::makeTextBox(), HwpReader::makeTextDecls(), HwpReader::makeTStyle(), HwpReader::parseCharShape(), HwpReader::parsePara(), and HwpReader::parseParaShape().