LibreOffice Module vcl (master)
1
|
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
#include <tools/GenericTypeSerializer.hxx>
#include <vcl/hatch.hxx>
Go to the source code of this file.
Functions | |
SvStream & | ReadHatch (SvStream &rIStm, Hatch &rHatch) |
SvStream & | WriteHatch (SvStream &rOStm, const Hatch &rHatch) |
Definition at line 79 of file gdi/hatch.cxx.
References ImplHatch::maColor, ImplHatch::meStyle, ImplHatch::mnAngle, ImplHatch::mnDistance, Hatch::mpImplHatch, tools::GenericTypeSerializer::readColor(), SvStream::ReadInt16(), SvStream::ReadInt32(), and SvStream::ReadUInt16().
Referenced by SvmReader::HatchHandler(), and SVMConverter::ImplConvertFromSVM1().
Definition at line 101 of file gdi/hatch.cxx.
References o3tl::strong_int< UNDERLYING_TYPE, PHANTOM_TYPE >::get(), ImplHatch::maColor, ImplHatch::meStyle, ImplHatch::mnAngle, ImplHatch::mnDistance, Hatch::mpImplHatch, tools::GenericTypeSerializer::writeColor(), SvStream::WriteInt16(), SvStream::WriteInt32(), and SvStream::WriteUInt16().
Referenced by SvmWriter::HatchHandler().