1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "globals.hrc"
24 // TabPage ******************************************************************
27 HelpID = HID_COND_COLL ;
28 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30 FixedLine FL_CONDITION
32 Pos = MAP_APPFONT ( 6 , 3 ) ;
33 Size = MAP_APPFONT ( 248 , 8 ) ;
34 Text [ en-US ] = "Options";
38 HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION";
39 Pos = MAP_APPFONT ( 12 , 14 ) ;
40 Size = MAP_APPFONT ( 100 , 10 ) ;
43 Text [ en-US ] = "~Conditional Style" ;
47 Pos = MAP_APPFONT ( 12 , 28 ) ;
48 Size = MAP_APPFONT ( 50 , 8 ) ;
50 Text [ en-US ] = "Conte~xt" ;
54 Pos = MAP_APPFONT ( 100 , 28 ) ;
55 Size = MAP_APPFONT ( 80 , 8 ) ;
57 Text [ en-US ] = "Applied Styles" ;
62 Pos = MAP_APPFONT ( 12 , 39 ) ;
63 Size = MAP_APPFONT ( 173 , 123 ) ;
71 Pos = MAP_APPFONT ( 190 , 28 ) ;
72 Size = MAP_APPFONT ( 58 , 8 ) ;
74 Text [ en-US ] = "~Paragraph Styles" ;
78 HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE";
79 Pos = MAP_APPFONT ( 188 , 39 ) ;
80 Size = MAP_APPFONT ( 60 , 108 ) ;
89 HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER";
90 Pos = MAP_APPFONT ( 188 , 150 ) ;
91 Size = MAP_APPFONT ( 60 , 50 ) ;
100 HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE";
101 Pos = MAP_APPFONT ( 129 , 165 ) ;
102 Size = MAP_APPFONT ( 50 , 12 ) ;
105 Text [ en-US ] = "Re~move" ;
109 HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN";
110 Pos = MAP_APPFONT ( 185 , 165 ) ;
111 Size = MAP_APPFONT ( 50 , 12 ) ;
114 Text [ en-US ] = "~Apply" ;
116 StringArray STR_REGIONS
120 < "Table Header" ; > ;
128 < " 1st Outline Level" ; > ;
129 < " 2nd Outline Level" ; > ;
130 < " 3rd Outline Level" ; > ;
131 < " 4th Outline Level" ; > ;
132 < " 5th Outline Level" ; > ;
133 < " 6th Outline Level" ; > ;
134 < " 7th Outline Level" ; > ;
135 < " 8th Outline Level" ; > ;
136 < " 9th Outline Level" ; > ;
137 < "10th Outline Level" ; > ;
138 < " 1st Numbering Level" ; > ;
139 < " 2nd Numbering Level" ; > ;
140 < " 3rd Numbering Level" ; > ;
141 < " 4th Numbering Level" ; > ;
142 < " 5th Numbering Level" ; > ;
143 < " 6th Numbering Level" ; > ;
144 < " 7th Numbering Level" ; > ;
145 < " 8th Numbering Level" ; > ;
146 < " 9th Numbering Level" ; > ;
147 < "10th Numbering Level" ; > ;
152 Text [ en-US ] = "<none>" ;
155 // ********************************************************************** EOF
157 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */