LibreOffice Module vcl (master) 1
|
#include <stdio.h>
#include <string.h>
#include <osl/thread.h>
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>
#include <tools/helpers.hxx>
#include <utility>
#include <vcl/dibtools.hxx>
#include <vcl/filter/SvmReader.hxx>
#include <vcl/filter/SvmWriter.hxx>
#include <vcl/outdev.hxx>
#include <vcl/metaact.hxx>
#include <vcl/graphictools.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/fontdefs.hxx>
#include <vcl/TypeSerializer.hxx>
Go to the source code of this file.
Functions | |
static bool | AllowDim (tools::Long nDim) |
static bool | AllowPoint (const Point &rPoint) |
static bool | AllowRect (const tools::Rectangle &rRect) |
static bool | AllowScale (const Size &rSource, const Size &rDest) |
|
static |
Definition at line 466 of file metaact.cxx.
References utl::ConfigManager::IsFuzzing(), and SAL_WARN.
Referenced by AllowPoint(), MetaTextAction::Execute(), MetaStretchTextAction::Execute(), and MetaHatchAction::Execute().
|
static |
Definition at line 480 of file metaact.cxx.
References AllowDim(), Point::X(), and Point::Y().
Referenced by AllowRect(), and MetaMoveClipRegionAction::Execute().
|
static |
Definition at line 485 of file metaact.cxx.
References AllowPoint(), tools::Rectangle::BottomRight(), and tools::Rectangle::TopLeft().
Referenced by MetaPolyLineAction::Execute(), MetaTextRectAction::Execute(), MetaBmpScaleAction::Execute(), MetaBmpScalePartAction::Execute(), MetaBmpExScaleAction::Execute(), MetaMaskScaleAction::Execute(), MetaMaskScalePartAction::Execute(), MetaHatchAction::Execute(), and MetaISectRegionClipRegionAction::Execute().
Definition at line 887 of file metaact.cxx.
References Size::Height(), utl::ConfigManager::IsFuzzing(), SAL_WARN, and Size::Width().
Referenced by MetaBmpScaleAction::Execute(), and MetaBmpExScaleAction::Execute().