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::ReadInt32(), and SvStream::ReadUInt16().
Referenced by SVMConverter::ImplConvertFromSVM1(), and MetaHatchAction::Read().
Definition at line 98 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::WriteInt32(), and SvStream::WriteUInt16().
Referenced by MetaHatchAction::Write().