LibreOffice Module svx (master)
1
|
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/drawing/QRCode.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>
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 | |
sdr | |
sdr::properties | |
sdr::contact | |
o3tl | |
Enumerations | |
enum | SdrGrafObjTransformsAttrs { SdrGrafObjTransformsAttrs::NONE = 0x00, SdrGrafObjTransformsAttrs::MIRROR = 0x01, SdrGrafObjTransformsAttrs::ROTATE = 0x02, SdrGrafObjTransformsAttrs::ALL = 0x03 } |
Options for GetTransformedGraphic() More... | |
|
strong |
Options for GetTransformedGraphic()
Enumerator | |
---|---|
NONE | |
MIRROR | |
ROTATE | |
ALL |
Definition at line 48 of file svdograf.hxx.