1/**************************************************************
| 1/**************************************************************
|
2 *
| 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 9 * with the License. You may obtain a copy of the License at
| 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 9 * with the License. You may obtain a copy of the License at
|
10 *
| 10 *
|
11 * http://www.apache.org/licenses/LICENSE-2.0
| 11 * http://www.apache.org/licenses/LICENSE-2.0
|
12 *
| 12 *
|
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License.
| 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License.
|
19 *
| 19 *
|
20 *************************************************************/ 21 22
| 20 *************************************************************/ 21 22
|
| 23
|
23#include "globals.hrc" 24#include "pgfnote.hrc" 25#include "helpid.h" 26TabPage TP_FOOTNOTE_PAGE 27{ 28 HelpID = HID_FOOTNOTE_PAGE ;
| 24#include "globals.hrc" 25#include "pgfnote.hrc" 26#include "helpid.h" 27TabPage TP_FOOTNOTE_PAGE 28{ 29 HelpID = HID_FOOTNOTE_PAGE ;
|
29 Pos = MAP_APPFONT ( 0 , 0 ) ; 30 Size = MAP_APPFONT ( 260 , 185 ) ; 31 Hide = TRUE;
| 30 Pos = MAP_APPFONT ( 0, 0 ) ; 31 Size = MAP_APPFONT ( 260, 185 ) ; 32 Hide = TRUE ;
|
32 RadioButton RB_MAXHEIGHT_PAGE 33 {
| 33 RadioButton RB_MAXHEIGHT_PAGE 34 {
|
34 HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE"; 35 Pos = MAP_APPFONT ( 12 , 14 ) ; 36 Size = MAP_APPFONT ( 132 , 10 ) ;
| 35 HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE" ; 36 Pos = MAP_APPFONT ( 12, 14 ) ; 37 Size = MAP_APPFONT ( 132, 10 ) ;
|
37 Text [ en-US ] = "~Not larger than page area" ; 38 TabStop = TRUE ; 39 Group = TRUE ; 40 }; 41 RadioButton RB_MAXHEIGHT 42 {
| 38 Text [ en-US ] = "~Not larger than page area" ; 39 TabStop = TRUE ; 40 Group = TRUE ; 41 }; 42 RadioButton RB_MAXHEIGHT 43 {
|
43 HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT"; 44 Pos = MAP_APPFONT ( 12 , 28 ) ; 45 Size = MAP_APPFONT ( 132 , 10 ) ; 46 Text [ en-US ] = "Maximum footnote ~height" ;
| 44 HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT" ; 45 Pos = MAP_APPFONT ( 12, 28 ) ; 46 Size = MAP_APPFONT ( 132, 10 ) ; 47 Text [ en-US ] = "Maximum footnote ~height" ;
|
47 }; 48 MetricField ED_MAXHEIGHT 49 {
| 48 }; 49 MetricField ED_MAXHEIGHT 50 {
|
50 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT";
| 51 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT" ;
|
51 Border = TRUE ;
| 52 Border = TRUE ;
|
52 Pos = MAP_APPFONT ( 148 , 26 ) ; 53 Size = MAP_APPFONT ( 42 , 12 ) ;
| 53 Pos = MAP_APPFONT ( 148, 26 ) ; 54 Size = MAP_APPFONT ( 42, 12 ) ;
|
54 TabStop = TRUE ; 55 Group = TRUE ; 56 Left = TRUE ; 57 Repeat = TRUE ; 58 Spin = TRUE ; 59 Minimum = 50 ; 60 Maximum = 99999 ; 61 DecimalDigits = 2 ; 62 Value = 200 ; 63 Unit = FUNIT_CM ; 64 First = 10 ; 65 Last = 99999 ; 66 SpinSize = 10 ; 67 }; 68 FixedText FT_DIST 69 {
| 55 TabStop = TRUE ; 56 Group = TRUE ; 57 Left = TRUE ; 58 Repeat = TRUE ; 59 Spin = TRUE ; 60 Minimum = 50 ; 61 Maximum = 99999 ; 62 DecimalDigits = 2 ; 63 Value = 200 ; 64 Unit = FUNIT_CM ; 65 First = 10 ; 66 Last = 99999 ; 67 SpinSize = 10 ; 68 }; 69 FixedText FT_DIST 70 {
|
70 Pos = MAP_APPFONT ( 12 , 44 ) ; 71 Size = MAP_APPFONT ( 132 , 8 ) ; 72 Text [ en-US ] = "Space to text" ;
| 71 Pos = MAP_APPFONT ( 12, 44 ) ; 72 Size = MAP_APPFONT ( 132, 8 ) ; 73 Text [ en-US ] = "Space to text" ;
|
73 Left = TRUE ; 74 }; 75 MetricField ED_DIST 76 {
| 74 Left = TRUE ; 75 }; 76 MetricField ED_DIST 77 {
|
77 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_DIST";
| 78 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_DIST" ;
|
78 Border = TRUE ;
| 79 Border = TRUE ;
|
79 Pos = MAP_APPFONT ( 148 , 42 ) ; 80 Size = MAP_APPFONT ( 42 , 12 ) ;
| 80 Pos = MAP_APPFONT ( 148, 42 ) ; 81 Size = MAP_APPFONT ( 42, 12 ) ;
|
81 TabStop = TRUE ; 82 Left = TRUE ; 83 Repeat = TRUE ; 84 Spin = TRUE ; 85 Maximum = 999 ; 86 DecimalDigits = 2 ; 87 Value = 10 ; 88 Unit = FUNIT_CM ; 89 First = 5 ; 90 Last = 99999 ; 91 SpinSize = 10 ; 92 }; 93 FixedLine FL_FOOTNOTE_SIZE 94 {
| 82 TabStop = TRUE ; 83 Left = TRUE ; 84 Repeat = TRUE ; 85 Spin = TRUE ; 86 Maximum = 999 ; 87 DecimalDigits = 2 ; 88 Value = 10 ; 89 Unit = FUNIT_CM ; 90 First = 5 ; 91 Last = 99999 ; 92 SpinSize = 10 ; 93 }; 94 FixedLine FL_FOOTNOTE_SIZE 95 {
|
95 Pos = MAP_APPFONT ( 6 , 3 ) ; 96 Size = MAP_APPFONT ( 248 , 8 ) ;
| 96 Pos = MAP_APPFONT ( 6, 3 ) ; 97 Size = MAP_APPFONT ( 248, 8 ) ;
|
97 Text [ en-US ] = "Footnote area" ; 98 }; 99 FixedText FT_LINEPOS 100 {
| 98 Text [ en-US ] = "Footnote area" ; 99 }; 100 FixedText FT_LINEPOS 101 {
|
101 Pos = MAP_APPFONT ( 12 , 73 ) ; 102 Size = MAP_APPFONT ( 132 , 8 ) ;
| 102 Pos = MAP_APPFONT ( 12, 73 ) ; 103 Size = MAP_APPFONT ( 132, 8 ) ;
|
103 Left = TRUE ; 104 Text [ en-US ] = "~Position" ; 105 }; 106 ListBox DLB_LINEPOS 107 {
| 104 Left = TRUE ; 105 Text [ en-US ] = "~Position" ; 106 }; 107 ListBox DLB_LINEPOS 108 {
|
108 HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINEPOS"; 109 Pos = MAP_APPFONT ( 148 , 71 ) ; 110 Size = MAP_APPFONT ( 57 , 40 ) ;
| 109 HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINEPOS" ; 110 Pos = MAP_APPFONT ( 148, 71 ) ; 111 Size = MAP_APPFONT ( 57, 40 ) ;
|
111 TabStop = TRUE ; 112 Group = TRUE ; 113 DropDown = TRUE ; 114 CurPos = 0 ; 115 StringList [ en-US ] = 116 {
| 112 TabStop = TRUE ; 113 Group = TRUE ; 114 DropDown = TRUE ; 115 CurPos = 0 ; 116 StringList [ en-US ] = 117 {
|
117 < "Left" ; Default ; > ; 118 < "Centered" ; Default ; > ; 119 < "Right" ; Default ; > ;
| 118 < "Left" ; Default ; > ; 119 < "Centered" ; Default ; > ; 120 < "Right" ; Default ; > ;
|
120 }; 121 }; 122 FixedText FT_LINETYPE 123 {
| 121 }; 122 }; 123 FixedText FT_LINETYPE 124 {
|
124 Pos = MAP_APPFONT ( 12 , 89 ) ; 125 Size = MAP_APPFONT ( 132 , 8 ) ;
| 125 Pos = MAP_APPFONT ( 12, 89 ) ; 126 Size = MAP_APPFONT ( 132, 8 ) ;
|
126 Group = TRUE ; 127 Left = TRUE ; 128 Text [ en-US ] = "~Weight" ; 129 }; 130 ListBox DLB_LINETYPE 131 {
| 127 Group = TRUE ; 128 Left = TRUE ; 129 Text [ en-US ] = "~Weight" ; 130 }; 131 ListBox DLB_LINETYPE 132 {
|
132 HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINETYPE"; 133 Pos = MAP_APPFONT ( 148 , 87 ) ; 134 Size = MAP_APPFONT ( 57 , 50 ) ;
| 133 HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINETYPE" ; 134 Pos = MAP_APPFONT ( 148, 87 ) ; 135 Size = MAP_APPFONT ( 57, 50 ) ;
|
135 TabStop = TRUE ; 136 Group = TRUE ; 137 DropDown = TRUE ; 138 CurPos = 0 ; 139 }; 140 141 FixedText FT_LINEWIDTH 142 {
| 136 TabStop = TRUE ; 137 Group = TRUE ; 138 DropDown = TRUE ; 139 CurPos = 0 ; 140 }; 141 142 FixedText FT_LINEWIDTH 143 {
|
143 Pos = MAP_APPFONT ( 12 , 105 ) ; 144 Size = MAP_APPFONT ( 132 , 8 ) ;
| 144 Pos = MAP_APPFONT ( 12, 105 ) ; 145 Size = MAP_APPFONT ( 132, 8 ) ;
|
145 Left = TRUE ; 146 Text [ en-US ] = "~Length" ; 147 }; 148 MetricField ED_LINEWIDTH 149 {
| 146 Left = TRUE ; 147 Text [ en-US ] = "~Length" ; 148 }; 149 MetricField ED_LINEWIDTH 150 {
|
150 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEWIDTH";
| 151 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEWIDTH" ;
|
151 Border = TRUE ;
| 152 Border = TRUE ;
|
152 Pos = MAP_APPFONT ( 148 , 103 ) ; 153 Size = MAP_APPFONT ( 42 , 12 ) ;
| 153 Pos = MAP_APPFONT ( 148, 103 ) ; 154 Size = MAP_APPFONT ( 42, 12 ) ;
|
154 TabStop = TRUE ; 155 Left = TRUE ; 156 Repeat = TRUE ; 157 Spin = TRUE ; 158 Maximum = 100 ; 159 Value = 100 ; 160 Unit = FUNIT_PERCENT ; 161 First = 10 ; 162 Last = 100 ; 163 }; 164 FixedText FT_LINEDIST 165 {
| 155 TabStop = TRUE ; 156 Left = TRUE ; 157 Repeat = TRUE ; 158 Spin = TRUE ; 159 Maximum = 100 ; 160 Value = 100 ; 161 Unit = FUNIT_PERCENT ; 162 First = 10 ; 163 Last = 100 ; 164 }; 165 FixedText FT_LINEDIST 166 {
|
166 Pos = MAP_APPFONT ( 12 , 121 ) ; 167 Size = MAP_APPFONT ( 132 , 8 ) ;
| 167 Pos = MAP_APPFONT ( 12, 121 ) ; 168 Size = MAP_APPFONT ( 132, 8 ) ;
|
168 Text [ en-US ] = "~Spacing to footnote contents" ; 169 Left = TRUE ; 170 }; 171 MetricField ED_LINEDIST 172 {
| 169 Text [ en-US ] = "~Spacing to footnote contents" ; 170 Left = TRUE ; 171 }; 172 MetricField ED_LINEDIST 173 {
|
173 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEDIST";
| 174 HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEDIST" ;
|
174 Border = TRUE ;
| 175 Border = TRUE ;
|
175 Pos = MAP_APPFONT ( 148 , 119 ) ; 176 Size = MAP_APPFONT ( 42 , 12 ) ;
| 176 Pos = MAP_APPFONT ( 148, 119 ) ; 177 Size = MAP_APPFONT ( 42, 12 ) ;
|
177 TabStop = TRUE ; 178 Left = TRUE ; 179 Repeat = TRUE ; 180 Spin = TRUE ; 181 Maximum = 999 ; 182 DecimalDigits = 2 ; 183 Value = 10 ; 184 Unit = FUNIT_CM ; 185 First = 5 ; 186 Last = 99999 ; 187 SpinSize = 10 ; 188 }; 189 FixedLine FL_LINE 190 {
| 178 TabStop = TRUE ; 179 Left = TRUE ; 180 Repeat = TRUE ; 181 Spin = TRUE ; 182 Maximum = 999 ; 183 DecimalDigits = 2 ; 184 Value = 10 ; 185 Unit = FUNIT_CM ; 186 First = 5 ; 187 Last = 99999 ; 188 SpinSize = 10 ; 189 }; 190 FixedLine FL_LINE 191 {
|
191 Pos = MAP_APPFONT ( 6 , 60 ) ; 192 Size = MAP_APPFONT ( 248 , 8 ) ;
| 192 Pos = MAP_APPFONT ( 6, 60 ) ; 193 Size = MAP_APPFONT ( 248, 8 ) ;
|
193 Text [ en-US ] = "Separator line" ; 194 }; 195};
| 194 Text [ en-US ] = "Separator line" ; 195 }; 196};
|
| 197 198// ********************************************************************** EOF
|
| |