LibreOffice Module svx (master) 1
|
#include <memory>
#include <svx/svdpntv.hxx>
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <svx/sdrpaintwindow.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdpagv.hxx>
#include <svl/hint.hxx>
#include <svx/svdview.hxx>
#include <svx/svdglue.hxx>
#include <svx/svdobj.hxx>
#include <sxlayitm.hxx>
#include <svl/itemiter.hxx>
#include <editeng/eeitem.hxx>
#include <svl/whiter.hxx>
#include <svl/style.hxx>
#include <svx/sdrpagewindow.hxx>
#include <vcl/svapp.hxx>
#include <svx/sdr/contact/objectcontact.hxx>
#include <svx/sdr/animation/objectanimator.hxx>
#include <drawinglayer/primitive2d/metafileprimitive2d.hxx>
#include <drawinglayer/converters.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <comphelper/lok.hxx>
#include <svx/svdviter.hxx>
#include <svtools/optionsdrawinglayer.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
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... | |
IMPL_LINK_NOARG (SdrPaintView, ImpComeBackHdl, Timer *, void) | |
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().
IMPL_LINK_NOARG | ( | SdrPaintView | , |
ImpComeBackHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 239 of file svdpntv.cxx.