|
LibreOffice Module lotuswordpro (master) 1
|
#include <config_lgpl.h>#include "lwpobjstrm.hxx"#include "localtime.hxx"#include "xfilter/xfdatestyle.hxx"#include "xfilter/xftimestyle.hxx"#include <rtl/textenc.h>#include <stdexcept>#include <string_view>Go to the source code of this file.
Classes | |
| class | LwpTools |
| tool class (unicode, conversion) for lwp filter. More... | |
| class | BadSeek |
| class | BadRead |
| class | BadDecompress |
Variables | |
| const sal_uInt32 | UNITS_PER_INCH = 65536L * 72L |
| const double | CM_PER_INCH = 2.54 |
| const double | POINTS_PER_INCH = 72.27 |
| const double | TWIPS_PER_POINT = 20.0 |
| const double | TWIPS_PER_INCH = TWIPS_PER_POINT * POINTS_PER_INCH |
| const double | TWIPS_PER_CM = TWIPS_PER_INCH/CM_PER_INCH |
| const double CM_PER_INCH = 2.54 |
Definition at line 76 of file lwptools.hxx.
Referenced by LwpTools::ConvertToMetric(), LwpFrame::ParseAnchorType(), LwpVerDocument::RegisterStyle(), and LwpDrawObj::SetArrowHead().
| const double POINTS_PER_INCH = 72.27 |
Definition at line 79 of file lwptools.hxx.
Referenced by LwpFrame::ParseAnchorType().
| const double TWIPS_PER_CM = TWIPS_PER_INCH/CM_PER_INCH |
Definition at line 82 of file lwptools.hxx.
Referenced by LwpSdwGroupLoaderV0102::BeginDrawObjects(), LwpDrawLine::CreateDrawObj(), LwpDrawPolyLine::CreateDrawObj(), LwpDrawPolygon::CreateDrawObj(), LwpDrawRectangle::CreateDrawObj(), LwpDrawEllipse::CreateDrawObj(), LwpDrawArc::CreateDrawObj(), LwpDrawTextArt::CreateFWPath(), LwpGraphicObject::CreateGrafObject(), LwpDrawRectangle::CreateRoundedRect(), LwpDrawLine::CreateStandardDrawObj(), LwpDrawPolyLine::CreateStandardDrawObj(), LwpDrawPolygon::CreateStandardDrawObj(), LwpDrawRectangle::CreateStandardDrawObj(), LwpGraphicObject::GetGrafOrgSize(), LwpDrawObj::SetArrowHead(), LwpDrawObj::SetLineStyle(), and LwpDrawObj::SetPosition().
| const double TWIPS_PER_INCH = TWIPS_PER_POINT * POINTS_PER_INCH |
Definition at line 81 of file lwptools.hxx.
| const double TWIPS_PER_POINT = 20.0 |
Definition at line 80 of file lwptools.hxx.
| const sal_uInt32 UNITS_PER_INCH = 65536L * 72L |
Definition at line 75 of file lwptools.hxx.
Referenced by LwpTools::ConvertFromUnits(), and LwpVerDocument::RegisterStyle().