LibreOffice Module vcl (master) 1
Macros | Typedefs
transparent.cxx File Reference
#include <sal/types.h>
#include <osl/diagnose.h>
#include <rtl/math.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <tools/helpers.hxx>
#include <officecfg/Office/Common.hxx>
#include <vcl/BitmapTools.hxx>
#include <vcl/metaact.hxx>
#include <vcl/print.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <vcl/skia/SkiaHelper.hxx>
#include <bitmap/BitmapWriteAccess.hxx>
#include <pdf/pdfwriter_impl.hxx>
#include <salgdi.hxx>
#include <list>
#include <memory>
Include dependency graph for transparent.cxx:

Go to the source code of this file.

Macros

#define MAX_TILE_WIDTH   1024
 
#define MAX_TILE_HEIGHT   1024
 

Typedefs

typedef ::std::pair< MetaAction *, intComponent
 

Macro Definition Documentation

◆ MAX_TILE_HEIGHT

#define MAX_TILE_HEIGHT   1024

Definition at line 43 of file transparent.cxx.

◆ MAX_TILE_WIDTH

#define MAX_TILE_WIDTH   1024

Definition at line 42 of file transparent.cxx.

Typedef Documentation

◆ Component

typedef ::std::pair< MetaAction*, int > Component

Definition at line 728 of file transparent.cxx.