LibreOffice Module svx (master)
1
|
#include <svl/SfxBroadcaster.hxx>
#include <svl/lstner.hxx>
#include <svl/undo.hxx>
#include <svx/svddrag.hxx>
#include <svx/svdlayer.hxx>
#include <vcl/window.hxx>
#include <svtools/colorcfg.hxx>
#include <svl/itemset.hxx>
#include <vcl/timer.hxx>
#include <svx/svxdllapi.h>
#include <svtools/optionsdrawinglayer.hxx>
#include <unotools/options.hxx>
#include <vcl/idle.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | SvxViewChangedHint |
class | SdrPaintView |
Namespaces | |
com::sun::star::awt | |
sdr::overlay | |
sdr::contact | |
Enumerations | |
enum | SdrAnimationMode { SdrAnimationMode::Animate, SdrAnimationMode::Disable } |
Functions | |
BitmapEx | convertMetafileToBitmapEx (const GDIMetaFile &rMtf, const basegfx::B2DRange &rTargetRange, const sal_uInt32 nMaximumQuadraticPixels) |
Helper to convert any GDIMetaFile to a good quality BitmapEx, using default parameters and graphic::XPrimitive2DRenderer. More... | |
|
strong |
Enumerator | |
---|---|
Animate | |
Disable |
Definition at line 62 of file svdpntv.hxx.
BitmapEx convertMetafileToBitmapEx | ( | const GDIMetaFile & | rMtf, |
const basegfx::B2DRange & | rTargetRange, | ||
const sal_uInt32 | nMaximumQuadraticPixels | ||
) |
Helper to convert any GDIMetaFile to a good quality BitmapEx, using default parameters and graphic::XPrimitive2DRenderer.
Definition at line 103 of file svdpntv.cxx.
References convertPrimitive2DSequenceToBitmapEx(), basegfx::utils::createScaleTranslateB2DHomMatrix(), GDIMetaFile::GetActionSize(), basegfx::B2DRange::getMinimum(), and basegfx::B2DRange::getRange().
Referenced by ImpSdrGDIMetaFileImport::DoAction().