zoom.src (ae2dc0fa) | zoom.src (7ea7a1cc) |
---|---|
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 --- 53 unchanged lines hidden (view full) --- 62 Size = MAP_APPFONT ( 105, 10 ) ; 63 Text [ en-US ] = "Fit ~width" ; 64 }; 65 RadioButton BTN_100 66 { 67 HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100"; 68 Pos = MAP_APPFONT ( 12 , 53 ) ; 69 Size = MAP_APPFONT ( 105, 10 ) ; | 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 --- 53 unchanged lines hidden (view full) --- 62 Size = MAP_APPFONT ( 105, 10 ) ; 63 Text [ en-US ] = "Fit ~width" ; 64 }; 65 RadioButton BTN_100 66 { 67 HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100"; 68 Pos = MAP_APPFONT ( 12 , 53 ) ; 69 Size = MAP_APPFONT ( 105, 10 ) ; |
70 Text = "~100%" ; | 70 Text = "~100 %" ; |
71 }; 72 RadioButton BTN_USER 73 { 74 HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_USER"; 75 Pos = MAP_APPFONT ( 12 , 67 ) ; 76 Size = MAP_APPFONT ( 72 , 10 ) ; 77 Text [ en-US ] = "~Variable" ; 78 }; 79 MetricField ED_USER 80 { 81 HelpID = "cui:MetricField:RID_SVXDLG_ZOOM:ED_USER"; 82 Pos = MAP_APPFONT ( 86 , 66 ) ; 83 Size = MAP_APPFONT ( 32 , 12 ) ; 84 Border = TRUE ; 85 Group = TRUE ; 86 Left = TRUE ; 87 Repeat = TRUE ; 88 Spin = TRUE ; | 71 }; 72 RadioButton BTN_USER 73 { 74 HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_USER"; 75 Pos = MAP_APPFONT ( 12 , 67 ) ; 76 Size = MAP_APPFONT ( 72 , 10 ) ; 77 Text [ en-US ] = "~Variable" ; 78 }; 79 MetricField ED_USER 80 { 81 HelpID = "cui:MetricField:RID_SVXDLG_ZOOM:ED_USER"; 82 Pos = MAP_APPFONT ( 86 , 66 ) ; 83 Size = MAP_APPFONT ( 32 , 12 ) ; 84 Border = TRUE ; 85 Group = TRUE ; 86 Left = TRUE ; 87 Repeat = TRUE ; 88 Spin = TRUE ; |
89 Unit = FUNIT_CUSTOM ; 90 CustomUnitText = "%" ; | 89 Unit = FUNIT_PERCENT ; |
91 SpinSize = 1 ; 92 }; 93 FixedLine FL_VIEWLAYOUT 94 { 95 Pos = MAP_APPFONT ( 124 , 3 ) ; 96 Size = MAP_APPFONT ( 112 , 8 ) ; 97 Text [ en-US ] = "View layout"; 98 }; --- 67 unchanged lines hidden --- | 90 SpinSize = 1 ; 91 }; 92 FixedLine FL_VIEWLAYOUT 93 { 94 Pos = MAP_APPFONT ( 124 , 3 ) ; 95 Size = MAP_APPFONT ( 112 , 8 ) ; 96 Text [ en-US ] = "View layout"; 97 }; --- 67 unchanged lines hidden --- |