diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2013-03-16 16:35:34 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-02 12:33:23 +0000 |
commit | df311b82a3df1576732dcf74a45c47316d31f7ee (patch) | |
tree | cb983df43c0cfb7500ac77de44a90b6c75012a9c /cui/source/tabpages/align.hrc | |
parent | 299586c998a571029cceb35d7b1528f940f530ad (diff) |
Widget UI for Calc cell alignment page
Format - cell, alignment tab
Change-Id: I78e4252064671720d41ad3af086b41d2efe06ac1
Reviewed-on: https://gerrit.libreoffice.org/2773
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/tabpages/align.hrc')
-rw-r--r-- | cui/source/tabpages/align.hrc | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/cui/source/tabpages/align.hrc b/cui/source/tabpages/align.hrc index 4f7b79be1adb..e56d7d1be172 100644 --- a/cui/source/tabpages/align.hrc +++ b/cui/source/tabpages/align.hrc @@ -16,52 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + #ifndef _SVX_ALIGN_HRC #define _SVX_ALIGN_HRC -// defines ------------------------------------------------------------------ - -// resource id's -#define FL_ALIGNMENT 10 -#define FT_HORALIGN 11 -#define LB_HORALIGN 12 -#define FT_INDENT 13 -#define ED_INDENT 14 -#define FT_VERALIGN 15 -#define LB_VERALIGN 16 - -#define FL_ORIENTATION 20 -#define BTN_TXTSTACKED 21 -#define CTR_DIAL 22 -#define FT_DEGREES 23 -#define NF_DEGREES 24 -#define FT_BORDER_LOCK 25 -#define CTR_BORDER_LOCK 26 -#define BTN_ASIAN_VERTICAL 27 - -#define FL_WRAP 40 -#define BTN_WRAP 41 -#define BTN_HYPH 42 -#define FT_TEXTFLOW 43 -#define LB_FRAMEDIR 44 -#define BTN_SHRINK 45 - -// list box indexes -#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 - // image list for ValueSets: #define IL_LOCK_BMPS 1100 #define IID_BOTTOMLOCK 1 |