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 "impswfdialog.hrc"
22 ModalDialog DLG_OPTIONS
24 HelpID = "filter:ModalDialog:DLG_OPTIONS";
25 Size = MAP_APPFONT ( 200 , 200 ) ;
30 Text [ en-US ] = "Macromedia Flash (SWF) Options" ;
34 Pos = MAP_APPFONT ( 12 , 14 ) ;
35 Size = MAP_APPFONT ( 81 , 16 ) ;
36 Text [ en-US ] = "1: min. quality\n100: max. quality" ;
38 NumericField NUM_FLD_QUALITY
40 HelpID = "filter:NumericField:DLG_OPTIONS:NUM_FLD_QUALITY";
42 Pos = MAP_APPFONT ( 12 , 33 ) ;
43 Size = MAP_APPFONT ( 50 , 12 ) ;
52 CheckBox BOOL_EXPORT_ALL
54 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_ALL";
55 Pos = MAP_APPFONT ( 12 , 65 ) ;
56 Size = MAP_APPFONT ( 10 , 14 ) ;
59 FixedText FI_EXPORT_ALL_DESCR
61 Pos = MAP_APPFONT ( 25 , 65 ) ;
62 Size = MAP_APPFONT ( 150 , 16 ) ;
63 Text = "Export All Slides (Uncheck exports current slide)" ;
65 CheckBox BOOL_EXPORT_MULTIPLE_FILES
67 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_MULTIPLE_FILES";
68 Pos = MAP_APPFONT ( 12 , 80 ) ;
69 Size = MAP_APPFONT ( 10 , 14 ) ;
72 FixedText FI_EXPORT_MULTIPLE_FILES_DESCR
74 Pos = MAP_APPFONT ( 25 , 80 ) ;
75 Size = MAP_APPFONT ( 150 , 16 ) ;
76 Text = "Export As Multiple Files" ;
78 CheckBox BOOL_EXPORT_BACKGROUNDS
80 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_BACKGROUNDS";
81 Pos = MAP_APPFONT ( 22 , 95 ) ;
82 Size = MAP_APPFONT ( 10 , 14 ) ;
85 FixedText FI_EXPORT_BACKGROUNDS_DESCR
87 Pos = MAP_APPFONT ( 35 , 95 ) ;
88 Size = MAP_APPFONT ( 100 , 16 ) ;
89 Text = "Export Backgrounds" ;
91 CheckBox BOOL_EXPORT_BACKGROUND_OBJECTS
93 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_BACKGROUND_OBJECTS";
94 Pos = MAP_APPFONT ( 22 , 107) ;
95 Size = MAP_APPFONT ( 10 , 14 ) ;
98 FixedText FI_EXPORT_BACKGROUND_OBJECTS_DESCR
100 Pos = MAP_APPFONT ( 35 , 107) ;
101 Size = MAP_APPFONT ( 100 , 16 ) ;
102 Text = "Export Background Objects" ;
104 CheckBox BOOL_EXPORT_SLIDE_CONTENTS
106 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_SLIDE_CONTENTS";
107 Pos = MAP_APPFONT ( 22 , 119 ) ;
108 Size = MAP_APPFONT ( 10 , 14 ) ;
111 FixedText FI_EXPORT_SLIDE_CONTENTS_DESCR
113 Pos = MAP_APPFONT ( 35 , 119 ) ;
114 Size = MAP_APPFONT ( 100 , 16 ) ;
115 Text = "Export Slide Contents" ;
117 CheckBox BOOL_EXPORT_SOUND
119 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_SOUND";
120 Pos = MAP_APPFONT ( 12 , 134 ) ;
121 Size = MAP_APPFONT ( 10 , 14 ) ;
124 FixedText FI_EXPORT_SOUND_DESCR
126 Pos = MAP_APPFONT ( 25 , 134 ) ;
127 Size = MAP_APPFONT ( 100 , 16 ) ;
128 Text = "Export Verilogix Slide Annotations" ;
130 CheckBox BOOL_EXPORT_OLE_AS_JPEG
132 HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_OLE_AS_JPEG";
133 Pos = MAP_APPFONT ( 12 , 146 ) ;
134 Size = MAP_APPFONT ( 10 , 14 ) ;
137 FixedText FI_EXPORT_OLE_AS_JPEG_DESCR
139 Pos = MAP_APPFONT ( 25 , 146 ) ;
140 Size = MAP_APPFONT ( 100 , 16 ) ;
141 Text = "Export OLE Objects as JPEG images" ;
147 Pos = MAP_APPFONT ( 12 , 180 ) ;
148 Size = MAP_APPFONT ( 50 , 14 ) ;
152 CancelButton BTN_CANCEL
154 Pos = MAP_APPFONT ( 70 , 180 ) ;
155 Size = MAP_APPFONT ( 50 , 14 ) ;
160 Pos = MAP_APPFONT ( 140 , 180 ) ;
161 Size = MAP_APPFONT ( 50 , 14 ) ;
167 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */