LibreOffice Module vcl (master) 1
|
#include <algorithm>
#include <sal/config.h>
#include <tools/stream.hxx>
#include <tools/GenericTypeSerializer.hxx>
#include <sal/log.hxx>
#include <vcl/animate/Animation.hxx>
#include <vcl/outdev.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/BitmapColorQuantizationFilter.hxx>
#include <animate/AnimationRenderer.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (Animation, ImplTimeoutHdl, Timer *, void) | |
SvStream & | WriteAnimation (SvStream &rOStm, const Animation &rAnimation) |
SvStream & | ReadAnimation (SvStream &rIStm, Animation &rAnimation) |
Definition at line 382 of file Animation.cxx.
References Stop().
Definition at line 634 of file Animation.cxx.
Referenced by TypeSerializer::readGraphic(), and ImpGraphic::swapInGraphic().
Definition at line 588 of file Animation.cxx.
Referenced by ImpGraphic::swapOutGraphic(), and TypeSerializer::writeGraphic().