166220049SAndrew Rist/************************************************************** 2*b24e6838Smseidel * 366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 466220049SAndrew Rist * or more contributor license agreements. See the NOTICE file 566220049SAndrew Rist * distributed with this work for additional information 666220049SAndrew Rist * regarding copyright ownership. The ASF licenses this file 766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the 866220049SAndrew Rist * "License"); you may not use this file except in compliance 966220049SAndrew Rist * with the License. You may obtain a copy of the License at 10*b24e6838Smseidel * 1166220049SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*b24e6838Smseidel * 1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing, 1466220049SAndrew Rist * software distributed under the License is distributed on an 1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1666220049SAndrew Rist * KIND, either express or implied. See the License for the 1766220049SAndrew Rist * specific language governing permissions and limitations 1866220049SAndrew Rist * under the License. 19*b24e6838Smseidel * 2066220049SAndrew Rist *************************************************************/ 2166220049SAndrew Rist 2266220049SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include <svx/dialogs.hrc> 25cdf0e10cSrcweir#include "glob.hrc" 26cdf0e10cSrcweir#include "helpids.h" 27cdf0e10cSrcweir#include "paragr.hrc" 28cdf0e10cSrcweir 29cdf0e10cSrcweirTabDialog TAB_PARAGRAPH 30cdf0e10cSrcweir{ 31cdf0e10cSrcweir OutputSize = TRUE ; 32cdf0e10cSrcweir SVLook = TRUE ; 33*b24e6838Smseidel Size = MAP_APPFONT ( 289, 176 ) ; 34cdf0e10cSrcweir Text [ en-US ] = "Paragraph" ; 35cdf0e10cSrcweir Moveable = TRUE ; 36cdf0e10cSrcweir Closeable = TRUE ; 37cdf0e10cSrcweir TabControl 1 38cdf0e10cSrcweir { 39cdf0e10cSrcweir OutputSize = TRUE ; 40*b24e6838Smseidel Pos = MAP_APPFONT ( 3, 3 ) ; 41*b24e6838Smseidel Size = MAP_APPFONT ( 260, 135 ) ; 42cdf0e10cSrcweir PageList = 43cdf0e10cSrcweir { 44cdf0e10cSrcweir PageItem 45cdf0e10cSrcweir { 46cdf0e10cSrcweir Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 47cdf0e10cSrcweir Text [ en-US ] = "Indents & Spacing" ; 48cdf0e10cSrcweir PageResID = RID_SVXPAGE_STD_PARAGRAPH ; 49cdf0e10cSrcweir }; 50cdf0e10cSrcweir PageItem 51cdf0e10cSrcweir { 52cdf0e10cSrcweir Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 53cdf0e10cSrcweir PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ; 54cdf0e10cSrcweir Text [ en-US ] = "Alignment" ; 55cdf0e10cSrcweir }; 56cdf0e10cSrcweir PageItem 57cdf0e10cSrcweir { 58cdf0e10cSrcweir Identifier = RID_SVXPAGE_PARA_ASIAN ; 59cdf0e10cSrcweir PageResID = RID_SVXPAGE_PARA_ASIAN ; 60*b24e6838Smseidel Text [ en-US ] = "Asian Typography" ; 61cdf0e10cSrcweir }; 62*b24e6838Smseidel PageItem 63cdf0e10cSrcweir { 64*b24e6838Smseidel Identifier = RID_TABPAGE_PARA_NUMBERING ; 65*b24e6838Smseidel Text = "Numbering" ; 66*b24e6838Smseidel PageResID = RID_TABPAGE_PARA_NUMBERING ; 67cdf0e10cSrcweir }; 68cdf0e10cSrcweir PageItem 69cdf0e10cSrcweir { 70cdf0e10cSrcweir Identifier = RID_SVXPAGE_TABULATOR ; 71cdf0e10cSrcweir Text [ en-US ] = "Tabs" ; 72cdf0e10cSrcweir PageResID = RID_SVXPAGE_TABULATOR ; 73cdf0e10cSrcweir }; 74cdf0e10cSrcweir }; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir OKButton 1 77cdf0e10cSrcweir { 78*b24e6838Smseidel Pos = MAP_APPFONT ( 6, 151 ) ; 79*b24e6838Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 80cdf0e10cSrcweir TabStop = TRUE ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir CancelButton 1 83cdf0e10cSrcweir { 84*b24e6838Smseidel Pos = MAP_APPFONT ( 60, 151 ) ; 85*b24e6838Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 86cdf0e10cSrcweir TabStop = TRUE ; 87cdf0e10cSrcweir }; 88cdf0e10cSrcweir HelpButton 1 89cdf0e10cSrcweir { 90*b24e6838Smseidel Pos = MAP_APPFONT ( 114, 151 ) ; 91*b24e6838Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 92cdf0e10cSrcweir TabStop = TRUE ; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir PushButton 1 95cdf0e10cSrcweir { 96*b24e6838Smseidel Pos = MAP_APPFONT ( 169, 151 ) ; 97*b24e6838Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 98cdf0e10cSrcweir Text [ en-US ] = "Return" ; 99cdf0e10cSrcweir TabStop = TRUE ; 100cdf0e10cSrcweir }; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweir 103cdf0e10cSrcweirTabPage RID_TABPAGE_PARA_NUMBERING 104cdf0e10cSrcweir{ 105cdf0e10cSrcweir HelpId = HID_TABPAGE_PARA_NUMBERING ; 106cdf0e10cSrcweir Hide = TRUE ; 107cdf0e10cSrcweir Text = "Numbering" ; 108*b24e6838Smseidel Size = MAP_APPFONT ( 260, 185 ) ; 109cdf0e10cSrcweir 110cdf0e10cSrcweir TriStateBox CB_NEW_START 111cdf0e10cSrcweir { 112*b24e6838Smseidel HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NEW_START" ; 113*b24e6838Smseidel Pos = MAP_APPFONT ( 6, 6 ) ; 114*b24e6838Smseidel Size = MAP_APPFONT ( 160, 10 ) ; 115cdf0e10cSrcweir TabStop = TRUE ; 116cdf0e10cSrcweir Text = "R~estart at this paragraph" ; 117cdf0e10cSrcweir }; 118*b24e6838Smseidel TriStateBox CB_NUMBER_NEW_START 119cdf0e10cSrcweir { 120*b24e6838Smseidel HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NUMBER_NEW_START" ; 121*b24e6838Smseidel Pos = MAP_APPFONT ( 15, 21 ) ; 122*b24e6838Smseidel Size = MAP_APPFONT ( 103, 10 ) ; 123cdf0e10cSrcweir Disable = TRUE ; 124*b24e6838Smseidel Text = "S~tart with" ; 125cdf0e10cSrcweir }; 126cdf0e10cSrcweir NumericField NF_NEW_START 127cdf0e10cSrcweir { 128*b24e6838Smseidel HelpID = "sd:NumericField:RID_TABPAGE_PARA_NUMBERING:NF_NEW_START" ; 129cdf0e10cSrcweir Border = TRUE ; 130*b24e6838Smseidel Pos = MAP_APPFONT ( 124, 20 ) ; 131*b24e6838Smseidel Size = MAP_APPFONT ( 26, 12 ) ; 132cdf0e10cSrcweir TabStop = TRUE ; 133cdf0e10cSrcweir Left = TRUE ; 134cdf0e10cSrcweir Repeat = TRUE ; 135cdf0e10cSrcweir Spin = TRUE ; 136cdf0e10cSrcweir Minimum = 0 ; 137cdf0e10cSrcweir Maximum = 9999 ; 138cdf0e10cSrcweir Value = 0 ; 139cdf0e10cSrcweir First = 0 ; 140cdf0e10cSrcweir Last = 9999 ; 141cdf0e10cSrcweir Disable = TRUE ; 142cdf0e10cSrcweir }; 143cdf0e10cSrcweir}; 144cdf0e10cSrcweir 145*b24e6838Smseidel// ******************************************************************* EOF 146