LibreOffice Module vcl (master) 1
Functions
metaact.cxx File Reference
#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>
Include dependency graph for metaact.cxx:

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)
 

Function Documentation

◆ AllowDim()

static bool AllowDim ( tools::Long  nDim)
static

◆ AllowPoint()

static bool AllowPoint ( const Point rPoint)
static

Definition at line 480 of file metaact.cxx.

References AllowDim(), Point::X(), and Point::Y().

Referenced by AllowRect(), and MetaMoveClipRegionAction::Execute().

◆ AllowRect()

static bool AllowRect ( const tools::Rectangle rRect)
static

◆ AllowScale()

static bool AllowScale ( const Size rSource,
const Size rDest 
)
static