LibreOffice Module drawinglayer (master) 1
Classes | Namespaces | Enumerations
emfpbrush.hxx File Reference
#include "emfphelperdata.hxx"
#include <tools/color.hxx>
Include dependency graph for emfpbrush.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  emfplushelper::EMFPBrush
 

Namespaces

namespace  emfplushelper
 

Enumerations

enum  emfplushelper::EmfPlusHatchStyle {
  emfplushelper::HatchStyleHorizontal = 0x00000000 ,
  emfplushelper::HatchStyleVertical = 0x00000001 ,
  emfplushelper::HatchStyleForwardDiagonal = 0x00000002 ,
  emfplushelper::HatchStyleBackwardDiagonal = 0x00000003 ,
  emfplushelper::HatchStyleLargeGrid = 0x00000004 ,
  emfplushelper::HatchStyleDiagonalCross = 0x00000005 ,
  emfplushelper::HatchStyle05Percent = 0x00000006 ,
  emfplushelper::HatchStyle10Percent = 0x00000007 ,
  emfplushelper::HatchStyle20Percent = 0x00000008 ,
  emfplushelper::HatchStyle25Percent = 0x00000009 ,
  emfplushelper::HatchStyle30Percent = 0x0000000A ,
  emfplushelper::HatchStyle40Percent = 0x0000000B ,
  emfplushelper::HatchStyle50Percent = 0x0000000C ,
  emfplushelper::HatchStyle60Percent = 0x0000000D ,
  emfplushelper::HatchStyle70Percent = 0x0000000E ,
  emfplushelper::HatchStyle75Percent = 0x0000000F ,
  emfplushelper::HatchStyle80Percent = 0x00000010 ,
  emfplushelper::HatchStyle90Percent = 0x00000011 ,
  emfplushelper::HatchStyleLightDownwardDiagonal = 0x00000012 ,
  emfplushelper::HatchStyleLightUpwardDiagonal = 0x00000013 ,
  emfplushelper::HatchStyleDarkDownwardDiagonal = 0x00000014 ,
  emfplushelper::HatchStyleDarkUpwardDiagonal = 0x00000015 ,
  emfplushelper::HatchStyleWideDownwardDiagonal = 0x00000016 ,
  emfplushelper::HatchStyleWideUpwardDiagonal = 0x00000017 ,
  emfplushelper::HatchStyleLightVertical = 0x00000018 ,
  emfplushelper::HatchStyleLightHorizontal = 0x00000019 ,
  emfplushelper::HatchStyleNarrowVertical = 0x0000001A ,
  emfplushelper::HatchStyleNarrowHorizontal = 0x0000001B ,
  emfplushelper::HatchStyleDarkVertical = 0x0000001C ,
  emfplushelper::HatchStyleDarkHorizontal = 0x0000001D ,
  emfplushelper::HatchStyleDashedDownwardDiagonal = 0x0000001E ,
  emfplushelper::HatchStyleDashedUpwardDiagonal = 0x0000001F ,
  emfplushelper::HatchStyleDashedHorizontal = 0x00000020 ,
  emfplushelper::HatchStyleDashedVertical = 0x00000021 ,
  emfplushelper::HatchStyleSmallConfetti = 0x00000022 ,
  emfplushelper::HatchStyleLargeConfetti = 0x00000023 ,
  emfplushelper::HatchStyleZigZag = 0x00000024 ,
  emfplushelper::HatchStyleWave = 0x00000025 ,
  emfplushelper::HatchStyleDiagonalBrick = 0x00000026 ,
  emfplushelper::HatchStyleHorizontalBrick = 0x00000027 ,
  emfplushelper::HatchStyleWeave = 0x00000028 ,
  emfplushelper::HatchStylePlaid = 0x00000029 ,
  emfplushelper::HatchStyleDivot = 0x0000002A ,
  emfplushelper::HatchStyleDottedGrid = 0x0000002B ,
  emfplushelper::HatchStyleDottedDiamond = 0x0000002C ,
  emfplushelper::HatchStyleShingle = 0x0000002D ,
  emfplushelper::HatchStyleTrellis = 0x0000002E ,
  emfplushelper::HatchStyleSphere = 0x0000002F ,
  emfplushelper::HatchStyleSmallGrid = 0x00000030 ,
  emfplushelper::HatchStyleSmallCheckerBoard = 0x00000031 ,
  emfplushelper::HatchStyleLargeCheckerBoard = 0x00000032 ,
  emfplushelper::HatchStyleOutlinedDiamond = 0x00000033 ,
  emfplushelper::HatchStyleSolidDiamond = 0x00000034
}
 
enum  emfplushelper::EmfPlusBrushType {
  emfplushelper::BrushTypeSolidColor = 0x00000000 ,
  emfplushelper::BrushTypeHatchFill = 0x00000001 ,
  emfplushelper::BrushTypeTextureFill = 0x00000002 ,
  emfplushelper::BrushTypePathGradient = 0x00000003 ,
  emfplushelper::BrushTypeLinearGradient = 0x00000004
}