LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
svdograf.hxx File Reference
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/drawing/BarCode.hpp>
#include <vcl/graph.hxx>
#include <svx/svdorect.hxx>
#include <vcl/GraphicObject.hxx>
#include <svx/svxdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
Include dependency graph for svdograf.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SdrGrafObjTransformsAttrs >
 
class  SdrGrafObjGeoData
 
class  SdrGrafObj
 This class represents an embedded or linked bitmap graphic object. More...
 

Namespaces

namespace  sdr
 
namespace  sdr::properties
 
namespace  sdr::contact
 
namespace  o3tl
 

Enumerations

enum class  SdrGrafObjTransformsAttrs {
  NONE = 0x00 ,
  MIRROR = 0x01 ,
  ROTATE = 0x02 ,
  ALL = 0x03
}
 Options for GetTransformedGraphic() More...
 

Enumeration Type Documentation

◆ SdrGrafObjTransformsAttrs

enum class SdrGrafObjTransformsAttrs
strong

Options for GetTransformedGraphic()

Enumerator
NONE 
MIRROR 
ROTATE 
ALL 

Definition at line 38 of file svdograf.hxx.