diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-09-17 10:11:29 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-09-17 10:14:35 +0200 |
commit | aa9af08b389a106fcfb53842ac7669b208a27205 (patch) | |
tree | 2e4442f9247b6f3d8f43f9400a5f9ed77efc9d1f /sd/inc/app.hrc | |
parent | b91ad8c6132e870ef6b7a88d024a4ff8e6a8cf29 (diff) |
fit-list-to-size.diff: Shrink font automatically when text overflows.
i#94086
Scale-font-down if typing text in Impress and the text box becomes too small.
Notes
Notes:
split repo tag: impress_OOO_BUILD_3_2_99_0_PRE
Diffstat (limited to 'sd/inc/app.hrc')
-rwxr-xr-x | sd/inc/app.hrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 65aec562f084..3f64873255ef 100755 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -456,11 +456,12 @@ #define SID_DISPLAY_MASTER_OBJECTS (SID_SD_START+437) #define SID_INSERTPAGE_LAYOUT_MENU (SID_SD_START+438) #define SID_TP_EDIT_MASTER (SID_SD_START+439) +#define SID_OUTLINE_TEXT_AUTOFIT (SID_SD_START+440) // Add companion for the SID_HIDE_SLIDE (that is defined in svx) -#define SID_SHOW_SLIDE (SID_SD_START+440) +#define SID_SHOW_SLIDE (SID_SD_START+441) -#define SID_ADD_MOTION_PATH (SID_SD_START+441) -#define SID_TABLE_TOOLBOX (SID_SD_START+442) +#define SID_ADD_MOTION_PATH (SID_SD_START+442) +#define SID_TABLE_TOOLBOX (SID_SD_START+443) #endif |