LibreOffice Module svx (master) 1
|
#include <svtools/toolbarmenu.hxx>
#include <svtools/popupwindowcontroller.hxx>
#include <svtools/valueset.hxx>
#include <vcl/customweld.hxx>
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 |
#define DIRECTION_E 5 |
Definition at line 43 of file extrusioncontrols.hxx.
#define DIRECTION_N 1 |
Definition at line 39 of file extrusioncontrols.hxx.
#define DIRECTION_NE 2 |
Definition at line 40 of file extrusioncontrols.hxx.
#define DIRECTION_NONE 4 |
Definition at line 42 of file extrusioncontrols.hxx.
#define DIRECTION_NW 0 |
Definition at line 38 of file extrusioncontrols.hxx.
#define DIRECTION_S 7 |
Definition at line 45 of file extrusioncontrols.hxx.
#define DIRECTION_SE 8 |
Definition at line 46 of file extrusioncontrols.hxx.
#define DIRECTION_SW 6 |
Definition at line 44 of file extrusioncontrols.hxx.
#define DIRECTION_W 3 |
Definition at line 41 of file extrusioncontrols.hxx.
#define FROM_BOTTOM 7 |
Definition at line 35 of file extrusioncontrols.hxx.
#define FROM_BOTTOM_LEFT 6 |
Definition at line 34 of file extrusioncontrols.hxx.
#define FROM_BOTTOM_RIGHT 8 |
Definition at line 36 of file extrusioncontrols.hxx.
#define FROM_FRONT 4 |
Definition at line 32 of file extrusioncontrols.hxx.
#define FROM_LEFT 3 |
Definition at line 31 of file extrusioncontrols.hxx.
#define FROM_RIGHT 5 |
Definition at line 33 of file extrusioncontrols.hxx.
#define FROM_TOP 1 |
Definition at line 29 of file extrusioncontrols.hxx.
#define FROM_TOP_LEFT 0 |
Definition at line 28 of file extrusioncontrols.hxx.
#define FROM_TOP_RIGHT 2 |
Definition at line 30 of file extrusioncontrols.hxx.