LibreOffice Module vcl (master)
1
|
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/gradient.hxx>
#include <vcl/wall.hxx>
#include <vcl/svapp.hxx>
#include <wall2.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/settings.hxx>
#include <vcl/TypeSerializer.hxx>
Go to the source code of this file.
Functions | |
SvStream & | ReadImplWallpaper (SvStream &rIStm, ImplWallpaper &rImplWallpaper) |
SvStream & | WriteImplWallpaper (SvStream &rOStm, const ImplWallpaper &rImplWallpaper) |
SvStream & | ReadWallpaper (SvStream &rIStm, Wallpaper &rWallpaper) |
SvStream & | WriteWallpaper (SvStream &rOStm, const Wallpaper &rWallpaper) |
SvStream& ReadImplWallpaper | ( | SvStream & | rIStm, |
ImplWallpaper & | rImplWallpaper | ||
) |
Definition at line 56 of file wall.cxx.
References ColorTransparency, ImplWallpaper::maColor, ImplWallpaper::meStyle, ImplWallpaper::mpBitmap, ImplWallpaper::mpGradient, ImplWallpaper::mpRect, SvStream::ReadCharAsBool(), tools::GenericTypeSerializer::readColor(), ReadDIBBitmapEx(), TypeSerializer::readGradient(), tools::GenericTypeSerializer::readRectangle(), SvStream::ReadUInt16(), and SvStream::ReadUInt32().
Referenced by ReadWallpaper().
Definition at line 351 of file wall.cxx.
References Wallpaper::mpImplWallpaper, and ReadImplWallpaper().
SvStream& WriteImplWallpaper | ( | SvStream & | rOStm, |
const ImplWallpaper & | rImplWallpaper | ||
) |
Definition at line 108 of file wall.cxx.
References ImplWallpaper::maColor, ImplWallpaper::meStyle, ImplWallpaper::mpBitmap, ImplWallpaper::mpGradient, ImplWallpaper::mpRect, SvStream::WriteBool(), tools::GenericTypeSerializer::writeColor(), WriteDIBBitmapEx(), TypeSerializer::writeGradient(), tools::GenericTypeSerializer::writeRectangle(), SvStream::WriteUInt16(), and SvStream::WriteUInt32().
Referenced by WriteWallpaper().
Definition at line 356 of file wall.cxx.
References Wallpaper::mpImplWallpaper, and WriteImplWallpaper().