diff options
author | Tim Hardeck <thardeck@suse.de> | 2012-06-11 14:39:07 +0200 |
---|---|---|
committer | Tim Hardeck <thardeck@suse.de> | 2012-06-15 13:39:41 +0200 |
commit | 2368615b9fc3f60e5d6151a6e169022b4b29ff1b (patch) | |
tree | 52447d2627c024747c4c7074509b3182ba9ec2cd /sfx2/inc | |
parent | 6484ccb4edad34d03d1300929fe20788f41b255e (diff) |
added zoom submenu to View
Added zoom submenu to View with the same entries of the zoom status bar
right mouse button menu.
This feature was requested on the design-mailing list:
http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html
Additionally the zoom menu entries were sorted in a more logical way.
Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/sfxsids.hrc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index f29902ecce2b..939a26b23d6b 100644 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -856,9 +856,7 @@ #define SID_ZOOM_OUT (SID_SVX_START + 97) #define SID_ZOOM_IN (SID_SVX_START + 98) #define SID_SIZE_REAL (SID_SVX_START + 99) -#define SID_ZOOM_100_PERCENT (SID_SIZE_REAL) #define SID_SIZE_PAGE (SID_SVX_START + 100) -#define SID_ZOOM_PAGE (SID_SIZE_PAGE) #define SID_SHOW_BROWSER (SID_SVX_START + 163) #define SID_GALLERY_BG_BRUSH (SID_SVX_START + 279) #define SID_SEARCH_OPTIONS (SID_SVX_START + 281) @@ -984,6 +982,18 @@ //----------------------------------------------------------------------- +#define SID_ZOOM_OPTIMAL (SID_SIZE_OPTIMAL) +#define SID_ZOOM_ENTIRE_PAGE (SID_SIZE_PAGE) +#define SID_ZOOM_PAGE_WIDTH (SID_SVX_START + 1420) +#define SID_ZOOM_50_PERCENT (SID_SVX_START + 1421) +#define SID_ZOOM_75_PERCENT (SID_SVX_START + 1422) +#define SID_ZOOM_100_PERCENT (SID_SIZE_REAL) +#define SID_ZOOM_150_PERCENT (SID_SVX_START + 1423) +#define SID_ZOOM_200_PERCENT (SID_SVX_START + 1424) + + +//----------------------------------------------------------------------- + #define SID_ATTR_CHAR_FILLCOLOR (SID_SFX_START + 1551) // SfxScriptOrganizerItem |