LibreOffice Module vcl (master) 1
Macros
imap.cxx File Reference
#include <tools/urlobj.hxx>
#include <tools/fract.hxx>
#include <tools/GenericTypeSerializer.hxx>
#include <utility>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/mapmod.hxx>
#include <o3tl/numeric.hxx>
#include <svl/urihelper.hxx>
#include <vcl/imap.hxx>
#include <vcl/imapobj.hxx>
#include <vcl/imapcirc.hxx>
#include <vcl/imaprect.hxx>
#include <vcl/imappoly.hxx>
#include <string.h>
#include <math.h>
#include <memory>
#include <sal/log.hxx>
Include dependency graph for imap.cxx:

Go to the source code of this file.

Macros

#define SCALEPOINT(aPT, aFracX, aFracY)
 

Macro Definition Documentation

◆ SCALEPOINT

#define SCALEPOINT (   aPT,
  aFracX,
  aFracY 
)
Value:
(aPT).setX(tools::Long((aPT).X()*aFracX)); \
(aPT).setY(tools::Long((aPT).Y()*aFracY));
long Long

Definition at line 42 of file imap.cxx.