LibreOffice Module svx (master) 1
Classes | Namespaces | Macros
extrusioncontrols.hxx File Reference
#include <svtools/toolbarmenu.hxx>
#include <svtools/popupwindowcontroller.hxx>
#include <svtools/valueset.hxx>
#include <vcl/customweld.hxx>
Include dependency graph for extrusioncontrols.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  svx::ExtrusionDirectionWindow
 
class  svx::ExtrusionDirectionControl
 
class  svx::ExtrusionDepthWindow
 
class  svx::ExtrusionDepthController
 
class  svx::ExtrusionLightingWindow
 
class  svx::ExtrusionLightingControl
 
class  svx::ExtrusionSurfaceWindow
 
class  svx::ExtrusionSurfaceControl
 

Namespaces

namespace  svx
 

Macros

#define FROM_TOP_LEFT   0
 
#define FROM_TOP   1
 
#define FROM_TOP_RIGHT   2
 
#define FROM_LEFT   3
 
#define FROM_FRONT   4
 
#define FROM_RIGHT   5
 
#define FROM_BOTTOM_LEFT   6
 
#define FROM_BOTTOM   7
 
#define FROM_BOTTOM_RIGHT   8
 
#define DIRECTION_NW   0
 
#define DIRECTION_N   1
 
#define DIRECTION_NE   2
 
#define DIRECTION_W   3
 
#define DIRECTION_NONE   4
 
#define DIRECTION_E   5
 
#define DIRECTION_SW   6
 
#define DIRECTION_S   7
 
#define DIRECTION_SE   8
 

Macro Definition Documentation

◆ DIRECTION_E

#define DIRECTION_E   5

Definition at line 43 of file extrusioncontrols.hxx.

◆ DIRECTION_N

#define DIRECTION_N   1

Definition at line 39 of file extrusioncontrols.hxx.

◆ DIRECTION_NE

#define DIRECTION_NE   2

Definition at line 40 of file extrusioncontrols.hxx.

◆ DIRECTION_NONE

#define DIRECTION_NONE   4

Definition at line 42 of file extrusioncontrols.hxx.

◆ DIRECTION_NW

#define DIRECTION_NW   0

Definition at line 38 of file extrusioncontrols.hxx.

◆ DIRECTION_S

#define DIRECTION_S   7

Definition at line 45 of file extrusioncontrols.hxx.

◆ DIRECTION_SE

#define DIRECTION_SE   8

Definition at line 46 of file extrusioncontrols.hxx.

◆ DIRECTION_SW

#define DIRECTION_SW   6

Definition at line 44 of file extrusioncontrols.hxx.

◆ DIRECTION_W

#define DIRECTION_W   3

Definition at line 41 of file extrusioncontrols.hxx.

◆ FROM_BOTTOM

#define FROM_BOTTOM   7

Definition at line 35 of file extrusioncontrols.hxx.

◆ FROM_BOTTOM_LEFT

#define FROM_BOTTOM_LEFT   6

Definition at line 34 of file extrusioncontrols.hxx.

◆ FROM_BOTTOM_RIGHT

#define FROM_BOTTOM_RIGHT   8

Definition at line 36 of file extrusioncontrols.hxx.

◆ FROM_FRONT

#define FROM_FRONT   4

Definition at line 32 of file extrusioncontrols.hxx.

◆ FROM_LEFT

#define FROM_LEFT   3

Definition at line 31 of file extrusioncontrols.hxx.

◆ FROM_RIGHT

#define FROM_RIGHT   5

Definition at line 33 of file extrusioncontrols.hxx.

◆ FROM_TOP

#define FROM_TOP   1

Definition at line 29 of file extrusioncontrols.hxx.

◆ FROM_TOP_LEFT

#define FROM_TOP_LEFT   0

Definition at line 28 of file extrusioncontrols.hxx.

◆ FROM_TOP_RIGHT

#define FROM_TOP_RIGHT   2

Definition at line 30 of file extrusioncontrols.hxx.