LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <com/sun/star/frame/XModel.hpp>
#include <sfx2/objsh.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/servicehelper.hxx>
#include <tools/vcompat.hxx>
#include <tools/helpers.hxx>
#include <vcl/virdev.hxx>
#include <svx/fmmodel.hxx>
#include <svx/fmview.hxx>
#include <svx/fmpage.hxx>
#include <svx/galmisc.hxx>
#include <galobj.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/filter/SvmReader.hxx>
#include <vcl/filter/SvmWriter.hxx>
#include "gallerydrawmodel.hxx"
#include <bitmaps.hlst>
Go to the source code of this file.
Functions | |
SvStream & | WriteSgaObject (SvStream &rOut, const SgaObject &rObj) |
SvStream & | ReadSgaObject (SvStream &rIn, SgaObject &rObj) |
Definition at line 247 of file galobj.cxx.
References ERRCODE_NONE, and SvStream::GetError().
Referenced by GalleryFileStorage::implReadSgaObject(), and GalleryFileStorage::updateTheme().
Definition at line 241 of file galobj.cxx.
Referenced by GalleryFileStorage::updateTheme().