xref: /aoo42x/main/sw/source/ui/dialog/abstract.src (revision 94779370)
18660f102SAndrew Rist/**************************************************************
2*94779370Smseidel *
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*94779370Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*94779370Smseidel *
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*94779370Smseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23*94779370Smseidel
24cdf0e10cSrcweir#include "dialog.hrc"
25cdf0e10cSrcweir#include "helpid.h"
26cdf0e10cSrcweir#include "abstract.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweirModalDialog DLG_INSERT_ABSTRACT
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	HelpID = HID_INSERT_ABSTRACT ;
31cdf0e10cSrcweir	OutputSize = TRUE ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33*94779370Smseidel	Size = MAP_APPFONT ( 239, 68 ) ;
34cdf0e10cSrcweir	Moveable = TRUE ;
35*94779370Smseidel	FixedLine FL_1
36cdf0e10cSrcweir	{
37cdf0e10cSrcweir		OutputSize = TRUE ;
38*94779370Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
39*94779370Smseidel		Size = MAP_APPFONT ( 174, 8 ) ;
40cdf0e10cSrcweir		Text [ en-US ] = "Properties" ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	FixedText FT_LEVEL
43cdf0e10cSrcweir	{
44*94779370Smseidel		Pos = MAP_APPFONT ( 12, 12 ) ;
45*94779370Smseidel		Size = MAP_APPFONT ( 120, 8 ) ;
46cdf0e10cSrcweir		Text [ en-US ] = "Included outline levels" ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	NumericField NF_LEVEL
49cdf0e10cSrcweir	{
50*94779370Smseidel		HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_LEVEL" ;
51cdf0e10cSrcweir		Border = TRUE ;
52*94779370Smseidel		Pos = MAP_APPFONT ( 153, 12 ) ;
53*94779370Smseidel		Size = MAP_APPFONT ( 24, 12 ) ;
54cdf0e10cSrcweir		TabStop = TRUE ;
55cdf0e10cSrcweir		Left = TRUE ;
56cdf0e10cSrcweir		Repeat = TRUE ;
57cdf0e10cSrcweir		Spin = TRUE ;
58cdf0e10cSrcweir		Minimum = 1 ;
59cdf0e10cSrcweir		Maximum = 5 ;
60cdf0e10cSrcweir		Value = 3 ;
61cdf0e10cSrcweir		First = 1 ;
62cdf0e10cSrcweir		Last = 5 ;
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	FixedText FT_PARA
65cdf0e10cSrcweir	{
66*94779370Smseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
67*94779370Smseidel		Size = MAP_APPFONT ( 120, 8 ) ;
68cdf0e10cSrcweir		Text [ en-US ] = "Subpoints per level" ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	NumericField NF_PARA
71cdf0e10cSrcweir	{
72*94779370Smseidel		HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_PARA" ;
73cdf0e10cSrcweir		Border = TRUE ;
74*94779370Smseidel		Pos = MAP_APPFONT ( 153, 27 ) ;
75*94779370Smseidel		Size = MAP_APPFONT ( 24, 12 ) ;
76cdf0e10cSrcweir		TabStop = TRUE ;
77cdf0e10cSrcweir		Left = TRUE ;
78cdf0e10cSrcweir		Repeat = TRUE ;
79cdf0e10cSrcweir		Spin = TRUE ;
80cdf0e10cSrcweir		Minimum = 1 ;
81cdf0e10cSrcweir		Maximum = 5 ;
82cdf0e10cSrcweir		Value = 1 ;
83cdf0e10cSrcweir		First = 1 ;
84cdf0e10cSrcweir		Last = 5 ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir	FixedText FT_DESC
87cdf0e10cSrcweir	{
88*94779370Smseidel		Pos = MAP_APPFONT ( 12, 43 ) ;
89*94779370Smseidel		Size = MAP_APPFONT ( 165, 16 ) ;
90cdf0e10cSrcweir		WordBreak = TRUE ;
91cdf0e10cSrcweir		Text [ en-US ] = "The abstract contains the selected number of paragraphs from the included outline levels." ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir	OKButton PB_OK
94cdf0e10cSrcweir	{
95*94779370Smseidel		Pos = MAP_APPFONT ( 186, 6 ) ;
96*94779370Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
97cdf0e10cSrcweir		TabStop = TRUE ;
98cdf0e10cSrcweir		DefButton = TRUE ;
99cdf0e10cSrcweir	};
100cdf0e10cSrcweir	CancelButton PB_CANCEL
101cdf0e10cSrcweir	{
102*94779370Smseidel		Pos = MAP_APPFONT ( 186, 23 ) ;
103*94779370Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
104cdf0e10cSrcweir		TabStop = TRUE ;
105cdf0e10cSrcweir	};
106cdf0e10cSrcweir	HelpButton PB_HELP
107cdf0e10cSrcweir	{
108*94779370Smseidel		Pos = MAP_APPFONT ( 186, 43 ) ;
109*94779370Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
110cdf0e10cSrcweir		TabStop = TRUE ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	Text [ en-US ] = "Create AutoAbstract" ;
113cdf0e10cSrcweir};
114cdf0e10cSrcweir
115*94779370Smseidel// ********************************************************************** EOF
116