LibreOffice Module vcl (master) 1
|
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
#include <vcl/lineinfo.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dlinegeometry.hxx>
#include <numeric>
Go to the source code of this file.
Functions | |
static void | ReadLimitedDouble (SvStream &rIStm, double &fDest) |
SvStream & | ReadLineInfo (SvStream &rIStm, LineInfo &rLineInfo) |
SvStream & | WriteLineInfo (SvStream &rOStm, const LineInfo &rLineInfo) |
|
static |
Definition at line 130 of file lineinfo.cxx.
References SvStream::ReadDouble(), and SAL_WARN.
Referenced by ReadLineInfo().
Definition at line 142 of file lineinfo.cxx.
References VersionCompatRead::GetVersion(), SvStream::ReadInt32(), ReadLimitedDouble(), and SvStream::ReadUInt16().
Referenced by SvmReader::LineHandler(), and SvmReader::PolyLineHandler().
Definition at line 190 of file lineinfo.cxx.
References basegfx::fround(), SvStream::WriteDouble(), SvStream::WriteInt32(), and SvStream::WriteUInt16().
Referenced by SvmWriter::LineHandler(), and SvmWriter::PolyLineHandler().