diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2015-03-13 19:38:31 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-26 14:58:29 +0000 |
commit | 97f08e0632b2a947848223f862dd89a36386cb71 (patch) | |
tree | 189fa820387aa64b5dd99519e2157d21ae7c17d7 /svx | |
parent | 873141fb5be5fa49b56ea413bc912af33f758a0b (diff) |
tdf#81073 :Addition of text zoom levels to print preview zoom
SvxZoomItem includes text zoom level Ids unlike SfxUInt16Iem which only
includes zoom percent id.SfxUInt16Item is the base class for SvxZoomItem.
Change-Id: I8ad2a8cf48632853538aa2d99993f8dfccf49f4c
Reviewed-on: https://gerrit.libreoffice.org/14488
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/stbctrls/stbctrls.src | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src index ac26b2626fa1..a31e6d41fdae 100644 --- a/svx/source/stbctrls/stbctrls.src +++ b/svx/source/stbctrls/stbctrls.src @@ -141,6 +141,51 @@ String RID_SVXSTR_ZOOM_OUT Text [ en-US ] = "Zoom Out"; }; +String RID_SVXSTR_ZOOM_25 +{ + Text [ en-US ] = "25%" ; +}; + +String RID_SVXSTR_ZOOM_50 +{ + Text [ en-US ] = "50%" ; +}; + +String RID_SVXSTR_ZOOM_75 +{ + Text [ en-US ] = "75%" ; +}; + +String RID_SVXSTR_ZOOM_100 +{ + Text [ en-US ] = "100%" ; +}; + +String RID_SVXSTR_ZOOM_150 +{ + Text [ en-US ] = "150%" ; +}; + +String RID_SVXSTR_ZOOM_200 +{ + Text [ en-US ] = "200%" ; +}; + +String RID_SVXSTR_ZOOM_WHOLE_PAGE +{ + Text [ en-US ] = "Entire Page" ; +}; + +String RID_SVXSTR_ZOOM_PAGE_WIDTH +{ + Text [ en-US ] = "Page Width" ; +}; + +String RID_SVXSTR_ZOOM_OPTIMAL_VIEW +{ + Text [ en-US ] = "Optimal View" ; +}; + // PopupMenu ------------------------------------------------------------- Menu RID_SVXMNU_ZOOM { |