gallery.src (b940e417) gallery.src (29043048)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
23
24#include <sfx2/sfxsids.hrc>
25#include "helpid.hrc"
26#include "gallery.hrc"
27
28/******************************************************************************/
29
20 *************************************************************/
21
22
23
24#include <sfx2/sfxsids.hrc>
25#include "helpid.hrc"
26#include "gallery.hrc"
27
28/******************************************************************************/
29
30#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
31
32DockingWindow RID_SVXDLG_GALLERYBROWSER
33{
34 HelpId = "SVX_HID_GALLERY_BROWSER" ;
35 OutputSize = TRUE ;
36 Hide = TRUE ;
37 SVLook = TRUE ;
30DockingWindow RID_SVXDLG_GALLERYBROWSER
31{
32 HelpId = "SVX_HID_GALLERY_BROWSER" ;
33 OutputSize = TRUE ;
34 Hide = TRUE ;
35 SVLook = TRUE ;
38 Pos = MAP_APPFONT ( 0 , 0 ) ;
36 Pos = MAP_APPFONT ( 0, 0 ) ;
39 Size = MAP_APPFONT ( 211, 100 ) ;
37 Size = MAP_APPFONT ( 211, 100 ) ;
40 Text [ en-US ] = "Gallery";
41 Sizeable = TRUE;
38 Text [ en-US ] = "Gallery" ;
39 Sizeable = TRUE ;
42 Moveable = TRUE ;
43 Closeable = TRUE ;
44 Zoomable = TRUE ;
45 Dockable = TRUE ;
46 EnableResizing = TRUE ;
47
48 Control GALLERY_BROWSER1
49 {
40 Moveable = TRUE ;
41 Closeable = TRUE ;
42 Zoomable = TRUE ;
43 Dockable = TRUE ;
44 EnableResizing = TRUE ;
45
46 Control GALLERY_BROWSER1
47 {
50 Pos = MAP_APPFONT ( 0 , 0 ) ;
48 Pos = MAP_APPFONT ( 0, 0 ) ;
51 Size = MAP_APPFONT ( 69, 150 ) ;
49 Size = MAP_APPFONT ( 69, 150 ) ;
52 Border = FALSE;
50 Border = FALSE ;
53 };
54
55 Splitter GALLERY_SPLITTER
56 {
51 };
52
53 Splitter GALLERY_SPLITTER
54 {
57 Pos = MAP_APPFONT ( 70 , 0 ) ;
55 Pos = MAP_APPFONT ( 70, 0 ) ;
58 Size = MAP_APPFONT ( 3, 150 ) ;
56 Size = MAP_APPFONT ( 3, 150 ) ;
59 HScroll = TRUE;
57 HScroll = TRUE ;
60 };
61
62 Control GALLERY_BROWSER2
63 {
64 Pos = MAP_APPFONT ( 73, 0 ) ;
65 Size = MAP_APPFONT ( 138, 150 ) ;
58 };
59
60 Control GALLERY_BROWSER2
61 {
62 Pos = MAP_APPFONT ( 73, 0 ) ;
63 Size = MAP_APPFONT ( 138, 150 ) ;
66 Border = FALSE;
64 Border = FALSE ;
67 };
68};
69
70/******************************************************************************/
71
72String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
73{
65 };
66};
67
68/******************************************************************************/
69
70String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
71{
74 Text [ en-US ] = "Update";
72 Text [ en-US ] = "Update" ;
75};
76String RID_SVXSTR_GALLERY_FOPENERROR
77{
78 Text [ en-US ] = "This file cannot be opened" ;
79};
80String RID_SVXSTR_GALLERY_NOTHEME
81{
82 Text [ en-US ] = "Invalid Theme Name!" ;

--- 43 unchanged lines hidden (view full) ---

126 Text [ en-US ] = "Size:" ;
127};
128String RID_SVXSTR_GALLERY_DELETEDD
129{
130 Text [ en-US ] = "Do you want to delete the linked file?" ;
131};
132String RID_SVXSTR_GALLERY_SGIERROR
133{
73};
74String RID_SVXSTR_GALLERY_FOPENERROR
75{
76 Text [ en-US ] = "This file cannot be opened" ;
77};
78String RID_SVXSTR_GALLERY_NOTHEME
79{
80 Text [ en-US ] = "Invalid Theme Name!" ;

--- 43 unchanged lines hidden (view full) ---

124 Text [ en-US ] = "Size:" ;
125};
126String RID_SVXSTR_GALLERY_DELETEDD
127{
128 Text [ en-US ] = "Do you want to delete the linked file?" ;
129};
130String RID_SVXSTR_GALLERY_SGIERROR
131{
134 Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
132 Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path?" ;
135};
136String RID_SVXSTR_GALLERY_NEWTHEME
137{
138 Text [ en-US ] = "New Theme" ;
139};
140String RID_SVXSTR_GALLERY_BROWSER
141{
142 Text [ en-US ] = "~Organizer..." ;

--- 19 unchanged lines hidden (view full) ---

162 Text [ en-US ] = "Title" ;
163};
164String RID_SVXSTR_GALLERY_PATH
165{
166 Text [ en-US ] = "Path" ;
167};
168String RID_SVXSTR_GALLERY_ICONVIEW
169{
133};
134String RID_SVXSTR_GALLERY_NEWTHEME
135{
136 Text [ en-US ] = "New Theme" ;
137};
138String RID_SVXSTR_GALLERY_BROWSER
139{
140 Text [ en-US ] = "~Organizer..." ;

--- 19 unchanged lines hidden (view full) ---

160 Text [ en-US ] = "Title" ;
161};
162String RID_SVXSTR_GALLERY_PATH
163{
164 Text [ en-US ] = "Path" ;
165};
166String RID_SVXSTR_GALLERY_ICONVIEW
167{
170 Text [ en-US ] = "Icon View";
168 Text [ en-US ] = "Icon View" ;
171};
172String RID_SVXSTR_GALLERY_LISTVIEW
173{
169};
170String RID_SVXSTR_GALLERY_LISTVIEW
171{
174 Text [ en-US ] = "Detailed View";
172 Text [ en-US ] = "Detailed View" ;
175};
176
177/******************************************************************************/
178
179Bitmap RID_SVXBMP_GALLERY
180{
181 File = "lx03135.png" ;
182};

--- 15 unchanged lines hidden (view full) ---

198
199Bitmap RID_SVXBMP_THEME_DEFAULT
200{
201 File = "galdefs.png" ;
202};
203
204Bitmap RID_SVXBMP_GALLERY_MEDIA
205{
173};
174
175/******************************************************************************/
176
177Bitmap RID_SVXBMP_GALLERY
178{
179 File = "lx03135.png" ;
180};

--- 15 unchanged lines hidden (view full) ---

196
197Bitmap RID_SVXBMP_THEME_DEFAULT
198{
199 File = "galdefs.png" ;
200};
201
202Bitmap RID_SVXBMP_GALLERY_MEDIA
203{
206 File = "galmedia.png";
204 File = "galmedia.png" ;
207};
208
209Bitmap RID_SVXBMP_GALLERY_SOUND_1
210{
205};
206
207Bitmap RID_SVXBMP_GALLERY_SOUND_1
208{
211 File = "galsnd1.png";
209 File = "galsnd1.png" ;
212};
213
214Bitmap RID_SVXBMP_GALLERY_SOUND_2
215{
210};
211
212Bitmap RID_SVXBMP_GALLERY_SOUND_2
213{
216 File = "galsnd2.png";
214 File = "galsnd2.png" ;
217};
218
219Bitmap RID_SVXBMP_GALLERY_SOUND_3
220{
215};
216
217Bitmap RID_SVXBMP_GALLERY_SOUND_3
218{
221 File = "galsnd3.png";
219 File = "galsnd3.png" ;
222};
223
224Bitmap RID_SVXBMP_GALLERY_SOUND_4
225{
220};
221
222Bitmap RID_SVXBMP_GALLERY_SOUND_4
223{
226 File = "galsnd4.png";
224 File = "galsnd4.png" ;
227};
228
229Bitmap RID_SVXBMP_GALLERY_SOUND_5
230{
225};
226
227Bitmap RID_SVXBMP_GALLERY_SOUND_5
228{
231 File = "galsnd5.png";
229 File = "galsnd5.png" ;
232};
233
234Bitmap RID_SVXBMP_GALLERY_SOUND_6
235{
230};
231
232Bitmap RID_SVXBMP_GALLERY_SOUND_6
233{
236 File = "galsnd6.png";
234 File = "galsnd6.png" ;
237};
238
239Bitmap RID_SVXBMP_GALLERY_SOUND_7
240{
235};
236
237Bitmap RID_SVXBMP_GALLERY_SOUND_7
238{
241 File = "galsnd7.png";
239 File = "galsnd7.png" ;
242};
243
244Image RID_SVXIMG_GALLERY_VIEW_ICON
245{
240};
241
242Image RID_SVXIMG_GALLERY_VIEW_ICON
243{
246 ImageBitmap = Bitmap { File = "galicon.png"; };
247 MASKCOLOR
244 ImageBitmap = Bitmap {File = "galicon.png" ;} ;
248};
249
250Image RID_SVXIMG_GALLERY_VIEW_LIST
251{
245};
246
247Image RID_SVXIMG_GALLERY_VIEW_LIST
248{
252 ImageBitmap = Bitmap { File = "gallist.png"; };
253 MASKCOLOR
249 ImageBitmap = Bitmap {File = "gallist.png" ;} ;
254};
255
256Image RID_SVXIMG_GALLERY_VIEW_ICON_HC
257{
250};
251
252Image RID_SVXIMG_GALLERY_VIEW_ICON_HC
253{
258 ImageBitmap = Bitmap { File = "galicon_h.png"; };
259 MASKCOLOR
254 ImageBitmap = Bitmap {File = "galicon_h.png" ;} ;
260};
261
262Image RID_SVXIMG_GALLERY_VIEW_LIST_HC
263{
255};
256
257Image RID_SVXIMG_GALLERY_VIEW_LIST_HC
258{
264 ImageBitmap = Bitmap { File = "gallist_h.png"; };
265 MASKCOLOR
259 ImageBitmap = Bitmap {File = "gallist_h.png" ;} ;
266};
267
268
269/******************************************************************************/
270
271Menu RID_SVXMN_GALLERY1
272{
273 ItemList =
274 {
275 MenuItem
276 {
260};
261
262
263/******************************************************************************/
264
265Menu RID_SVXMN_GALLERY1
266{
267 ItemList =
268 {
269 MenuItem
270 {
277 Identifier = MN_ACTUALIZE;
278 HelpId = HID_GALLERY_ACTUALIZE;
279 Text [ en-US ] = "Update";
271 Identifier = MN_ACTUALIZE ;
272 HelpId = HID_GALLERY_ACTUALIZE ;
273 Text [ en-US ] = "Update" ;
280 };
281 MenuItem
282 {
283 Separator = TRUE ;
284 };
285 MenuItem
286 {
287 Identifier = MN_DELETE ;
288 HelpId = HID_GALLERY_MN_DELETE ;
289 Text [ en-US ] = "~Delete" ;
290 };
291 MenuItem
292 {
274 };
275 MenuItem
276 {
277 Separator = TRUE ;
278 };
279 MenuItem
280 {
281 Identifier = MN_DELETE ;
282 HelpId = HID_GALLERY_MN_DELETE ;
283 Text [ en-US ] = "~Delete" ;
284 };
285 MenuItem
286 {
293 Identifier = MN_RENAME;
294 HelpId = HID_GALLERY_RENAME;
287 Identifier = MN_RENAME ;
288 HelpId = HID_GALLERY_RENAME ;
295 Text [ en-US ] = "~Rename" ;
296 };
297 MenuItem
298 {
299 Separator = TRUE ;
300 };
301 MenuItem
302 {
289 Text [ en-US ] = "~Rename" ;
290 };
291 MenuItem
292 {
293 Separator = TRUE ;
294 };
295 MenuItem
296 {
303 Identifier = MN_ASSIGN_ID;
297 Identifier = MN_ASSIGN_ID ;
304 Text [ en-US ] = "Assign ~ID" ;
305 };
306 MenuItem
307 {
308 Separator = TRUE ;
309 };
310 MenuItem
311 {
298 Text [ en-US ] = "Assign ~ID" ;
299 };
300 MenuItem
301 {
302 Separator = TRUE ;
303 };
304 MenuItem
305 {
312 Identifier = MN_PROPERTIES;
313 HelpId = HID_GALLERY_PROPERTIES;
306 Identifier = MN_PROPERTIES ;
307 HelpId = HID_GALLERY_PROPERTIES ;
314 Text [ en-US ] = "Propert~ies..." ;
315 };
316 };
317};
318
319/******************************************************************************/
320
321Menu RID_SVXMN_GALLERY2

--- 46 unchanged lines hidden (view full) ---

368 };
369 MenuItem
370 {
371 Separator = TRUE ;
372 };
373 MenuItem
374 {
375 Identifier = MN_TITLE ;
308 Text [ en-US ] = "Propert~ies..." ;
309 };
310 };
311};
312
313/******************************************************************************/
314
315Menu RID_SVXMN_GALLERY2

--- 46 unchanged lines hidden (view full) ---

362 };
363 MenuItem
364 {
365 Separator = TRUE ;
366 };
367 MenuItem
368 {
369 Identifier = MN_TITLE ;
376 HelpId = HID_GALLERY_TITLE;
370 HelpId = HID_GALLERY_TITLE ;
377 Text [ en-US ] = "~Title" ;
378 };
379 MenuItem
380 {
381 Separator = TRUE ;
382 };
383 MenuItem
384 {
385 Identifier = MN_DELETE ;
386 HelpId = HID_GALLERY_MN_DELETE ;
387 Text [ en-US ] = "~Delete" ;
388 };
389 MenuItem
390 {
391 Separator = TRUE ;
392 };
393 MenuItem
394 {
371 Text [ en-US ] = "~Title" ;
372 };
373 MenuItem
374 {
375 Separator = TRUE ;
376 };
377 MenuItem
378 {
379 Identifier = MN_DELETE ;
380 HelpId = HID_GALLERY_MN_DELETE ;
381 Text [ en-US ] = "~Delete" ;
382 };
383 MenuItem
384 {
385 Separator = TRUE ;
386 };
387 MenuItem
388 {
395 Identifier = MN_COPYCLIPBOARD;
396 HelpId = HID_GALLERY_MN_COPYCLIPBOARD;
389 Identifier = MN_COPYCLIPBOARD ;
390 HelpId = HID_GALLERY_MN_COPYCLIPBOARD ;
397 Text [ en-US ] = "~Copy" ;
398 };
399 MenuItem
400 {
391 Text [ en-US ] = "~Copy" ;
392 };
393 MenuItem
394 {
401 Identifier = MN_PASTECLIPBOARD;
402 HelpId = HID_GALLERY_MN_PASTECLIPBOARD;
395 Identifier = MN_PASTECLIPBOARD ;
396 HelpId = HID_GALLERY_MN_PASTECLIPBOARD ;
403 Text [ en-US ] = "~Insert" ;
404 };
405 };
406};
407
397 Text [ en-US ] = "~Insert" ;
398 };
399 };
400};
401
402// ******************************************************************* EOF