LibreOffice Module vcl (master)
1
|
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
#include <vcl/TypeSerializer.hxx>
#include <vcl/graphictools.hxx>
Go to the source code of this file.
Functions | |
SvStream & | WriteSvtGraphicStroke (SvStream &rOStm, const SvtGraphicStroke &rClass) |
SvStream & | ReadSvtGraphicStroke (SvStream &rIStm, SvtGraphicStroke &rClass) |
SvStream & | WriteSvtGraphicFill (SvStream &rOStm, const SvtGraphicFill &rClass) |
SvStream & | ReadSvtGraphicFill (SvStream &rIStm, SvtGraphicFill &rClass) |
SvStream& ReadSvtGraphicFill | ( | SvStream & | rIStm, |
SvtGraphicFill & | rClass | ||
) |
Definition at line 257 of file graphictools.cxx.
References i, SvtGraphicFill::maFillColor, SvtGraphicFill::maFillGraphic, SvtGraphicFill::maFillRule, SvtGraphicFill::maFillTransform, SvtGraphicFill::maFillType, SvtGraphicFill::maGradient1stColor, SvtGraphicFill::maGradient2ndColor, SvtGraphicFill::maGradientStepCount, SvtGraphicFill::maGradientType, SvtGraphicFill::maHatchColor, SvtGraphicFill::maHatchType, SvtGraphicFill::maPath, SvtGraphicFill::Transform::matrix, SvtGraphicFill::Transform::MatrixSize, SvtGraphicFill::mbTiling, SvtGraphicFill::mfTransparency, tools::PolyPolygon::Read(), tools::GenericTypeSerializer::readColor(), SvStream::ReadDouble(), TypeSerializer::readGraphic(), SvStream::ReadInt32(), and SvStream::ReadUInt16().
Referenced by clipMetafileContentAgainstOwnRegions(), MetaCommentAction::Move(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and MetaCommentAction::Scale().
SvStream& ReadSvtGraphicStroke | ( | SvStream & | rIStm, |
SvtGraphicStroke & | rClass | ||
) |
Definition at line 133 of file graphictools.cxx.
References i, SvtGraphicStroke::maCapType, SvtGraphicStroke::maDashArray, SvtGraphicStroke::maEndArrow, SvtGraphicStroke::maJoinType, SvtGraphicStroke::maPath, SvtGraphicStroke::maStartArrow, SvtGraphicStroke::mfMiterLimit, SvtGraphicStroke::mfStrokeWidth, SvtGraphicStroke::mfTransparency, tools::PolyPolygon::Read(), tools::Polygon::Read(), SvStream::ReadDouble(), SvStream::ReadUInt16(), and SvStream::ReadUInt32().
Referenced by clipMetafileContentAgainstOwnRegions(), MetaCommentAction::Move(), vcl::PDFWriterImpl::playMetafile(), GDIMetaFile::Rotate(), and MetaCommentAction::Scale().
SvStream& WriteSvtGraphicFill | ( | SvStream & | rOStm, |
const SvtGraphicFill & | rClass | ||
) |
Definition at line 227 of file graphictools.cxx.
References i, SvtGraphicFill::maFillColor, SvtGraphicFill::maFillGraphic, SvtGraphicFill::maFillRule, SvtGraphicFill::maFillTransform, SvtGraphicFill::maFillType, SvtGraphicFill::maGradient1stColor, SvtGraphicFill::maGradient2ndColor, SvtGraphicFill::maGradientStepCount, SvtGraphicFill::maGradientType, SvtGraphicFill::maHatchColor, SvtGraphicFill::maHatchType, SvtGraphicFill::maPath, SvtGraphicFill::Transform::matrix, SvtGraphicFill::Transform::MatrixSize, SvtGraphicFill::mbTiling, SvtGraphicFill::mfTransparency, tools::PolyPolygon::Write(), tools::GenericTypeSerializer::writeColor(), SvStream::WriteDouble(), TypeSerializer::writeGraphic(), SvStream::WriteInt32(), and SvStream::WriteUInt16().
Referenced by MetaCommentAction::Move(), GDIMetaFile::Rotate(), and MetaCommentAction::Scale().
SvStream& WriteSvtGraphicStroke | ( | SvStream & | rOStm, |
const SvtGraphicStroke & | rClass | ||
) |
Definition at line 110 of file graphictools.cxx.
References i, SvtGraphicStroke::maCapType, SvtGraphicStroke::maDashArray, SvtGraphicStroke::maEndArrow, SvtGraphicStroke::maJoinType, SvtGraphicStroke::maPath, SvtGraphicStroke::maStartArrow, SvtGraphicStroke::mfMiterLimit, SvtGraphicStroke::mfStrokeWidth, SvtGraphicStroke::mfTransparency, tools::PolyPolygon::Write(), tools::Polygon::Write(), SvStream::WriteDouble(), SvStream::WriteUInt16(), and SvStream::WriteUInt32().
Referenced by MetaCommentAction::Move(), GDIMetaFile::Rotate(), and MetaCommentAction::Scale().