LibreOffice Module cui (master) 1
Classes | Namespaces | Macros
align.hxx File Reference
#include <sfx2/tabdlg.hxx>
#include <svtools/valueset.hxx>
#include <svx/dialcontrol.hxx>
#include <svx/frmdirlbox.hxx>
#include <vcl/weld.hxx>
Include dependency graph for align.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  svx::AlignmentTabPage
 

Namespaces

namespace  svx
 

Macros

#define ALIGNDLG_HORALIGN_STD   0
 
#define ALIGNDLG_HORALIGN_LEFT   1
 
#define ALIGNDLG_HORALIGN_CENTER   2
 
#define ALIGNDLG_HORALIGN_RIGHT   3
 
#define ALIGNDLG_HORALIGN_BLOCK   4
 
#define ALIGNDLG_HORALIGN_FILL   5
 
#define ALIGNDLG_HORALIGN_DISTRIBUTED   6
 
#define ALIGNDLG_VERALIGN_STD   0
 
#define ALIGNDLG_VERALIGN_TOP   1
 
#define ALIGNDLG_VERALIGN_MID   2
 
#define ALIGNDLG_VERALIGN_BOTTOM   3
 
#define ALIGNDLG_VERALIGN_BLOCK   4
 
#define ALIGNDLG_VERALIGN_DISTRIBUTED   5
 

Macro Definition Documentation

◆ ALIGNDLG_HORALIGN_BLOCK

#define ALIGNDLG_HORALIGN_BLOCK   4

Definition at line 26 of file align.hxx.

◆ ALIGNDLG_HORALIGN_CENTER

#define ALIGNDLG_HORALIGN_CENTER   2

Definition at line 24 of file align.hxx.

◆ ALIGNDLG_HORALIGN_DISTRIBUTED

#define ALIGNDLG_HORALIGN_DISTRIBUTED   6

Definition at line 28 of file align.hxx.

◆ ALIGNDLG_HORALIGN_FILL

#define ALIGNDLG_HORALIGN_FILL   5

Definition at line 27 of file align.hxx.

◆ ALIGNDLG_HORALIGN_LEFT

#define ALIGNDLG_HORALIGN_LEFT   1

Definition at line 23 of file align.hxx.

◆ ALIGNDLG_HORALIGN_RIGHT

#define ALIGNDLG_HORALIGN_RIGHT   3

Definition at line 25 of file align.hxx.

◆ ALIGNDLG_HORALIGN_STD

#define ALIGNDLG_HORALIGN_STD   0

Definition at line 22 of file align.hxx.

◆ ALIGNDLG_VERALIGN_BLOCK

#define ALIGNDLG_VERALIGN_BLOCK   4

Definition at line 34 of file align.hxx.

◆ ALIGNDLG_VERALIGN_BOTTOM

#define ALIGNDLG_VERALIGN_BOTTOM   3

Definition at line 33 of file align.hxx.

◆ ALIGNDLG_VERALIGN_DISTRIBUTED

#define ALIGNDLG_VERALIGN_DISTRIBUTED   5

Definition at line 35 of file align.hxx.

◆ ALIGNDLG_VERALIGN_MID

#define ALIGNDLG_VERALIGN_MID   2

Definition at line 32 of file align.hxx.

◆ ALIGNDLG_VERALIGN_STD

#define ALIGNDLG_VERALIGN_STD   0

Definition at line 30 of file align.hxx.

◆ ALIGNDLG_VERALIGN_TOP

#define ALIGNDLG_VERALIGN_TOP   1

Definition at line 31 of file align.hxx.