LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations | Functions
GraphicObject.hxx File Reference
#include <memory>
#include <string_view>
#include <vcl/graph.hxx>
#include <vcl/dllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <vcl/GraphicAttributes.hxx>
Include dependency graph for GraphicObject.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< GraphicAdjustmentFlags >
 
class  GraphicObject
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::graphic
 
namespace  o3tl
 
namespace  vcl
 
namespace  vcl::graphic
 

Enumerations

enum class  GraphicAdjustmentFlags {
  NONE = 0x00 ,
  DRAWMODE = 0x01 ,
  COLORS = 0x02 ,
  MIRROR = 0x04 ,
  ROTATE = 0x08 ,
  TRANSPARENCY = 0x10 ,
  ALL = 0x1f
}
 

Functions

VCL_DLLPUBLIC void vcl::graphic::SearchForGraphics (css::uno::Reference< css::uno::XInterface > const &rxInterface, std::vector< css::uno::Reference< css::graphic::XGraphic > > &raGraphicList)
 

Enumeration Type Documentation

◆ GraphicAdjustmentFlags

enum class GraphicAdjustmentFlags
strong
Enumerator
NONE 
DRAWMODE 
COLORS 
MIRROR 
ROTATE 
TRANSPARENCY 
ALL 

Definition at line 33 of file GraphicObject.hxx.