stbctrls.src (430a148e) stbctrls.src (3e38b1aa)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 79 unchanged lines hidden (view full) ---

88Menu RID_SVXMNU_ZOOM
89{
90 ItemList =
91 {
92 MenuItem
93 {
94 Identifier = ZOOM_200 ;
95 HelpId = HID_MNU_ZOOM_200 ;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 79 unchanged lines hidden (view full) ---

88Menu RID_SVXMNU_ZOOM
89{
90 ItemList =
91 {
92 MenuItem
93 {
94 Identifier = ZOOM_200 ;
95 HelpId = HID_MNU_ZOOM_200 ;
96 Text = "200%" ;
96 Text = "200 %" ;
97 };
98 MenuItem
99 {
100 Identifier = ZOOM_150 ;
101 HelpId = HID_MNU_ZOOM_150 ;
97 };
98 MenuItem
99 {
100 Identifier = ZOOM_150 ;
101 HelpId = HID_MNU_ZOOM_150 ;
102 Text = "150%" ;
102 Text = "150 %" ;
103 };
104 MenuItem
105 {
106 Identifier = ZOOM_100 ;
107 HelpId = HID_MNU_ZOOM_100 ;
103 };
104 MenuItem
105 {
106 Identifier = ZOOM_100 ;
107 HelpId = HID_MNU_ZOOM_100 ;
108 Text = "100%" ;
108 Text = "100 %" ;
109 };
110 MenuItem
111 {
112 Identifier = ZOOM_75 ;
113 HelpId = HID_MNU_ZOOM_75 ;
109 };
110 MenuItem
111 {
112 Identifier = ZOOM_75 ;
113 HelpId = HID_MNU_ZOOM_75 ;
114 Text = "75%" ;
114 Text = "75 %" ;
115 };
116 MenuItem
117 {
118 Identifier = ZOOM_50 ;
119 HelpId = HID_MNU_ZOOM_50 ;
115 };
116 MenuItem
117 {
118 Identifier = ZOOM_50 ;
119 HelpId = HID_MNU_ZOOM_50 ;
120 Text = "50%" ;
120 Text = "50 %" ;
121 };
122 MenuItem
123 {
124 Identifier = ZOOM_OPTIMAL ;
125 HelpId = HID_MNU_ZOOM_OPTIMAL ;
126 Text [ en-US ] = "Optimal" ;
127 };
128 MenuItem

--- 194 unchanged lines hidden ---
121 };
122 MenuItem
123 {
124 Identifier = ZOOM_OPTIMAL ;
125 HelpId = HID_MNU_ZOOM_OPTIMAL ;
126 Text [ en-US ] = "Optimal" ;
127 };
128 MenuItem

--- 194 unchanged lines hidden ---