18660f102SAndrew Rist/************************************************************** 2*de272532Smseidel * 38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48660f102SAndrew Rist * or more contributor license agreements. See the NOTICE file 58660f102SAndrew Rist * distributed with this work for additional information 68660f102SAndrew Rist * regarding copyright ownership. The ASF licenses this file 78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the 88660f102SAndrew Rist * "License"); you may not use this file except in compliance 98660f102SAndrew Rist * with the License. You may obtain a copy of the License at 10*de272532Smseidel * 118660f102SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*de272532Smseidel * 138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing, 148660f102SAndrew Rist * software distributed under the License is distributed on an 158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168660f102SAndrew Rist * KIND, either express or implied. See the License for the 178660f102SAndrew Rist * specific language governing permissions and limitations 188660f102SAndrew Rist * under the License. 19*de272532Smseidel * 208660f102SAndrew Rist *************************************************************/ 218660f102SAndrew Rist 228660f102SAndrew Rist 23cdf0e10cSrcweir 24*de272532Smseidel// #pragma ****************************************************************** 25*de272532Smseidel 26*de272532Smseidel// #include ***************************************************************** 27cdf0e10cSrcweir#include "globals.hrc" 28cdf0e10cSrcweir#include "chrdlg.hrc" 29cdf0e10cSrcweir#include "ccoll.hrc" 30cdf0e10cSrcweir#include "helpid.h" 31*de272532Smseidel// TabPage ****************************************************************** 32cdf0e10cSrcweirTabPage TP_CONDCOLL 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir HelpID = HID_COND_COLL ; 35*de272532Smseidel Size = MAP_APPFONT ( 260, 185 ) ; 36cdf0e10cSrcweir Hide = TRUE ; 37*de272532Smseidel FixedLine FL_CONDITION 38cdf0e10cSrcweir { 39*de272532Smseidel Pos = MAP_APPFONT ( 6, 3 ) ; 40*de272532Smseidel Size = MAP_APPFONT ( 248, 8 ) ; 41*de272532Smseidel Text [ en-US ] = "Options" ; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir CheckBox CB_CONDITION 44cdf0e10cSrcweir { 45*de272532Smseidel HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION" ; 46*de272532Smseidel Pos = MAP_APPFONT ( 12, 14 ) ; 47*de272532Smseidel Size = MAP_APPFONT ( 100, 10 ) ; 48cdf0e10cSrcweir TabStop = TRUE ; 49cdf0e10cSrcweir Disable = TRUE ; 50cdf0e10cSrcweir Text [ en-US ] = "~Conditional Style" ; 51cdf0e10cSrcweir }; 52cdf0e10cSrcweir FixedText FT_CONTEXT 53cdf0e10cSrcweir { 54*de272532Smseidel Pos = MAP_APPFONT ( 12, 28 ) ; 55*de272532Smseidel Size = MAP_APPFONT ( 50, 8 ) ; 56cdf0e10cSrcweir Disable = TRUE ; 57cdf0e10cSrcweir Text [ en-US ] = "Conte~xt" ; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir FixedText FT_USED 60cdf0e10cSrcweir { 61*de272532Smseidel Pos = MAP_APPFONT ( 100, 28 ) ; 62*de272532Smseidel Size = MAP_APPFONT ( 80, 8 ) ; 63cdf0e10cSrcweir Disable = TRUE ; 64cdf0e10cSrcweir Text [ en-US ] = "Applied Styles" ; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir Control TB_CONDCOLLS 67cdf0e10cSrcweir { 68cdf0e10cSrcweir Border = TRUE ; 69*de272532Smseidel Pos = MAP_APPFONT ( 12, 39 ) ; 70*de272532Smseidel Size = MAP_APPFONT ( 173, 123 ) ; 71cdf0e10cSrcweir TabStop = TRUE ; 72cdf0e10cSrcweir ClipChildren = TRUE ; 73cdf0e10cSrcweir Disable = TRUE ; 74cdf0e10cSrcweir Border = TRUE ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir FixedText FT_STYLE 77cdf0e10cSrcweir { 78*de272532Smseidel Pos = MAP_APPFONT ( 190, 28 ) ; 79*de272532Smseidel Size = MAP_APPFONT ( 58, 8 ) ; 80cdf0e10cSrcweir Disable = TRUE ; 81cdf0e10cSrcweir Text [ en-US ] = "~Paragraph Styles" ; 82cdf0e10cSrcweir }; 83cdf0e10cSrcweir ListBox LB_STYLE 84cdf0e10cSrcweir { 85*de272532Smseidel HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE" ; 86*de272532Smseidel Pos = MAP_APPFONT ( 188, 39 ) ; 87*de272532Smseidel Size = MAP_APPFONT ( 60, 108 ) ; 88cdf0e10cSrcweir TabStop = TRUE ; 89cdf0e10cSrcweir Border = TRUE ; 90cdf0e10cSrcweir Sort = TRUE ; 91cdf0e10cSrcweir Disable = TRUE ; 92cdf0e10cSrcweir HScroll = TRUE ; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir ListBox LB_FILTER 95cdf0e10cSrcweir { 96*de272532Smseidel HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER" ; 97*de272532Smseidel Pos = MAP_APPFONT ( 188, 150 ) ; 98*de272532Smseidel Size = MAP_APPFONT ( 60, 50 ) ; 99cdf0e10cSrcweir DropDown = TRUE ; 100cdf0e10cSrcweir TabStop = TRUE ; 101cdf0e10cSrcweir Border = TRUE ; 102cdf0e10cSrcweir Disable = TRUE ; 103cdf0e10cSrcweir HScroll = TRUE ; 104cdf0e10cSrcweir }; 105cdf0e10cSrcweir PushButton PB_REMOVE 106cdf0e10cSrcweir { 107*de272532Smseidel HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE" ; 108*de272532Smseidel Pos = MAP_APPFONT ( 129, 165 ) ; 109*de272532Smseidel Size = MAP_APPFONT ( 50, 12 ) ; 110cdf0e10cSrcweir TabStop = TRUE ; 111cdf0e10cSrcweir Disable = TRUE ; 112cdf0e10cSrcweir Text [ en-US ] = "Re~move" ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir PushButton PB_ASSIGN 115cdf0e10cSrcweir { 116*de272532Smseidel HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN" ; 117*de272532Smseidel Pos = MAP_APPFONT ( 185, 165 ) ; 118*de272532Smseidel Size = MAP_APPFONT ( 50, 12 ) ; 119cdf0e10cSrcweir TabStop = TRUE ; 120cdf0e10cSrcweir Disable = TRUE ; 121cdf0e10cSrcweir Text [ en-US ] = "~Apply" ; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir StringArray STR_REGIONS 124cdf0e10cSrcweir { 125cdf0e10cSrcweir ItemList [ en-US ] = 126cdf0e10cSrcweir { 127*de272532Smseidel < "Table Header" ; > ; 128*de272532Smseidel < "Table" ; > ; 129*de272532Smseidel < "Frame" ; > ; 130*de272532Smseidel < "Section" ; > ; 131*de272532Smseidel < "Footnote" ; > ; 132*de272532Smseidel < "Endnote" ; > ; 133*de272532Smseidel < "Header" ; > ; 134*de272532Smseidel < "Footer" ; > ; 135*de272532Smseidel < " 1st Outline Level" ; > ; 136*de272532Smseidel < " 2nd Outline Level" ; > ; 137*de272532Smseidel < " 3rd Outline Level" ; > ; 138*de272532Smseidel < " 4th Outline Level" ; > ; 139*de272532Smseidel < " 5th Outline Level" ; > ; 140*de272532Smseidel < " 6th Outline Level" ; > ; 141*de272532Smseidel < " 7th Outline Level" ; > ; 142*de272532Smseidel < " 8th Outline Level" ; > ; 143*de272532Smseidel < " 9th Outline Level" ; > ; 144*de272532Smseidel < "10th Outline Level" ; > ; 145*de272532Smseidel < " 1st Numbering Level" ; > ; 146*de272532Smseidel < " 2nd Numbering Level" ; > ; 147*de272532Smseidel < " 3rd Numbering Level" ; > ; 148*de272532Smseidel < " 4th Numbering Level" ; > ; 149*de272532Smseidel < " 5th Numbering Level" ; > ; 150*de272532Smseidel < " 6th Numbering Level" ; > ; 151*de272532Smseidel < " 7th Numbering Level" ; > ; 152*de272532Smseidel < " 8th Numbering Level" ; > ; 153*de272532Smseidel < " 9th Numbering Level" ; > ; 154*de272532Smseidel < "10th Numbering Level" ; > ; 155cdf0e10cSrcweir }; 156cdf0e10cSrcweir }; 157cdf0e10cSrcweir String STR_NOTEMPL 158cdf0e10cSrcweir { 159cdf0e10cSrcweir Text [ en-US ] = "<none>" ; 160cdf0e10cSrcweir }; 161cdf0e10cSrcweir}; 162*de272532Smseidel 163*de272532Smseidel// ********************************************************************** EOF 164