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 <svtools/colorcfg.hxx>
#include <svl/itemset.hxx>
#include <svx/svxdllapi.h>
#include <unotools/options.hxx>
#include <vcl/event.hxx>
#include <vcl/idle.hxx>
#include <vcl/timer.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | SvxViewChangedHint |
class | SdrPaintView |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | sdr |
namespace | sdr::overlay |
namespace | sdr::contact |
namespace | vcl |
Enumerations | |
enum class | SdrAnimationMode { Animate , 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 59 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 107 of file svdpntv.cxx.
References drawinglayer::convertPrimitive2DContainerToBitmapEx(), basegfx::utils::createScaleTranslateB2DHomMatrix(), GDIMetaFile::GetActionSize(), basegfx::B2DRange::getMinimum(), and basegfx::B2DRange::getRange().
Referenced by ImpSdrGDIMetaFileImport::DoAction().