diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 12:45:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 12:45:48 +0000 |
commit | ce123a6d87e3f1d2c4f831d1d459a4c4b4e914e0 (patch) | |
tree | 1f09d8d2d1624431f46beb0905a3b88dfafe337a /svx/inc/fontworkgallery.hrc | |
parent | c5047198c5162996d12d77c52af72f9c6ea846ee (diff) |
INTEGRATION: CWS sj09 (1.2.8); FILE MERGED
2004/07/30 17:42:05 sj 1.2.8.4: added fontwork character spacing dialog
2004/07/29 20:20:55 sj 1.2.8.3: added string ids for character spacing
2004/07/28 20:34:23 sj 1.2.8.2: removed vertical/horizontzal fontwork direction button
2004/07/27 19:06:08 sj 1.2.8.1: added fontwork character spacing and alignment floater
Diffstat (limited to 'svx/inc/fontworkgallery.hrc')
-rw-r--r-- | svx/inc/fontworkgallery.hrc | 47 |
1 files changed, 42 insertions, 5 deletions
diff --git a/svx/inc/fontworkgallery.hrc b/svx/inc/fontworkgallery.hrc index fc715c5e44b5..7f416a8d39f2 100644 --- a/svx/inc/fontworkgallery.hrc +++ b/svx/inc/fontworkgallery.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fontworkgallery.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-04-02 13:55:42 $ + * last change: $Author: hr $ $Date: 2004-10-12 13:45:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,44 @@ #define CTL_FAVORITES 2 #define BTN_OK 3 #define BTN_CANCEL 4 -#define BTN_LTR 5 -#define BTN_TTB 6 +#define MF_VALUE 7 +#define FT_VALUE 8 +#define BTN_HELP 9 -#define STR_CLICK_TO_ADD_TEXT 1
\ No newline at end of file +#define STR_CLICK_TO_ADD_TEXT 1 + + +#define STR_ALIGN_LEFT 1 +#define STR_ALIGN_CENTER 2 +#define STR_ALIGN_RIGHT 3 +#define STR_ALIGN_WORD 4 +#define STR_ALIGN_STRETCH 5 +#define STR_CHARS_SPACING_VERY_TIGHT 6 +#define STR_CHARS_SPACING_TIGHT 7 +#define STR_CHARS_SPACING_NORMAL 8 +#define STR_CHARS_SPACING_LOOSE 9 +#define STR_CHARS_SPACING_VERY_LOOSE 10 +#define STR_CHARS_SPACING_CUSTOM 11 +#define STR_CHARS_SPACING_KERN_PAIRS 12 + +#define IMG_FONTWORK_ALIGN_LEFT_16 1 +#define IMG_FONTWORK_ALIGN_LEFT_16_H 2 +#define IMG_FONTWORK_ALIGN_LEFT_26 3 +#define IMG_FONTWORK_ALIGN_LEFT_26_H 4 +#define IMG_FONTWORK_ALIGN_CENTER_16 5 +#define IMG_FONTWORK_ALIGN_CENTER_16_H 6 +#define IMG_FONTWORK_ALIGN_CENTER_26 7 +#define IMG_FONTWORK_ALIGN_CENTER_26_H 8 +#define IMG_FONTWORK_ALIGN_RIGHT_16 9 +#define IMG_FONTWORK_ALIGN_RIGHT_16_H 10 +#define IMG_FONTWORK_ALIGN_RIGHT_26 11 +#define IMG_FONTWORK_ALIGN_RIGHT_26_H 12 +#define IMG_FONTWORK_ALIGN_WORD_16 13 +#define IMG_FONTWORK_ALIGN_WORD_16_H 14 +#define IMG_FONTWORK_ALIGN_WORD_26 15 +#define IMG_FONTWORK_ALIGN_WORD_26_H 16 +#define IMG_FONTWORK_ALIGN_STRETCH_26_H 17 +#define IMG_FONTWORK_ALIGN_STRETCH_16 18 +#define IMG_FONTWORK_ALIGN_STRETCH_16_H 19 +#define IMG_FONTWORK_ALIGN_STRETCH_26 20 +#define IMG_FONTWORK_ALIGN_STRETCH_26_H 21 |