2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 13:53:07 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 13:53:07 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 13:53:07 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 13:53:07 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 13:53:07 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 13:53:07 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "enumdlg.hrc"
|
|
|
|
#include "prltempl.hrc"
|
|
|
|
#include <svx/dialogs.hrc>
|
|
|
|
TabDialog TAB_PRES_LAYOUT_TEMPLATE
|
|
|
|
{
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
SVLook = TRUE ;
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Presentation Layout" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
Moveable = TRUE ;
|
|
|
|
TabControl 1
|
|
|
|
{
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
PageList =
|
|
|
|
{
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_LINE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Line" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
PageResID = RID_SVXPAGE_LINE ;
|
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_AREA ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Area" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
PageResID = RID_SVXPAGE_AREA ;
|
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_SHADOW ;
|
|
|
|
PageResID = RID_SVXPAGE_SHADOW ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Shadow" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_TRANSPARENCE ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Transparency";
|
2000-09-18 11:07:07 -05:00
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
2000-11-27 01:15:56 -06:00
|
|
|
Identifier = RID_SVXPAGE_CHAR_NAME ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Font" ;
|
2000-11-27 01:15:56 -06:00
|
|
|
PageResID = RID_SVXPAGE_CHAR_NAME;
|
2000-09-18 11:07:07 -05:00
|
|
|
};
|
|
|
|
PageItem
|
2001-05-16 02:10:24 -05:00
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Font Effects" ;
|
2001-05-16 02:10:24 -05:00
|
|
|
PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
|
|
|
|
};
|
|
|
|
PageItem
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Indents & Spacing" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
|
|
|
|
};
|
2010-02-12 09:56:44 -06:00
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_TEXTATTR ;
|
|
|
|
PageResID = RID_SVXPAGE_TEXTATTR ;
|
|
|
|
Text [ en-US ] = "Text" ;
|
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_PICK_BULLET ;
|
|
|
|
PageResID = RID_SVXPAGE_PICK_BULLET ;
|
|
|
|
Text [ en-US ] = "Bullets" ;
|
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
|
|
|
|
PageResID = RID_SVXPAGE_PICK_SINGLE_NUM ;
|
|
|
|
Text [ en-US ] = "Numbering type" ;
|
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_PICK_BMP ;
|
|
|
|
PageResID = RID_SVXPAGE_PICK_BMP ;
|
|
|
|
Text [ en-US ] = "Graphics" ;
|
CWS-TOOLING: integrate CWS impress172
2009-07-30 15:29:39 +0200 cl r274492 : #i102921# remove reference to inssrc.obj which was moved to svx
2009-07-29 11:40:35 +0200 wg r274445 : i103869
2009-07-22 14:39:13 +0200 sj r274241 : #i102713# fixed cloud shape
2009-07-07 15:28:04 +0200 sj r273800 : fixed build problem
2009-07-07 13:27:13 +0200 cl r273792 : #i102921# moved insert col/rows dialog to svx
2009-07-07 10:36:05 +0200 cl r273782 : fixed compiler warnings
2009-07-02 10:40:21 +0200 sj r273626 : fixed build problem
2009-07-02 10:27:56 +0200 cl r273624 : fixed merge problem
2009-07-02 10:27:19 +0200 cl r273623 : fixed compiler warning
2009-07-01 10:04:58 +0200 cl r273550 : CWS-TOOLING: rebase CWS impress172 to trunk@273468 (milestone: DEV300:m51)
2009-06-30 16:22:02 +0200 cl r273518 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:46 +0200 cl r273517 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:28 +0200 cl r273516 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:49 +0200 cl r273515 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:28 +0200 cl r273514 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:17:38 +0200 cl r273513 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:45:44 +0200 cl r273511 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:37:16 +0200 cl r273510 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:33:47 +0200 cl r273509 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:32:10 +0200 cl r273508 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:30:05 +0200 cl r273507 : #i102921# added insert table row/col dialog for impress tables
2009-06-29 12:32:42 +0200 sj r273465 : #158632# fixed textrange hyperlinks to specific pages, added slide names
2009-06-24 15:17:59 +0200 sj r273349 : #158636# fixed text range hyperlink to first/last slide
2009-06-22 13:18:30 +0200 sj r273224 : #158651# fixed header footer import
2009-06-19 15:18:24 +0200 sj r273160 : #158614# default text of presentation objects now cleared
2009-06-16 15:54:19 +0200 sj r273023 : #i101545# fixed crash - bracketing of graphic links has been done twice leading to a broken graphic state stack
2009-06-15 16:26:26 +0200 sj r272998 : #158635# importing bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-15 16:25:26 +0200 sj r272997 : #158635# added bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-12 13:17:32 +0200 sj r272915 : #i102713# fixed cloud shape
2009-06-10 18:36:58 +0200 sj r272833 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-08 19:52:28 +0200 sj r272746 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-04 15:28:32 +0200 cl r272640 : #i102358# applied patch to remove warnings
2009-06-04 14:39:45 +0200 cl r272630 : #i99423# applied path to change impress wizard create button to open when opening exisitng documents
2009-06-03 18:21:26 +0200 sj r272601 : #158635# now using the correct paragraph bottom spacing. using font independent linespacing for impress text objects
2009-06-03 15:47:27 +0200 cl r272583 : #i101817# added color collection based on scribus
2009-06-03 14:43:59 +0200 cl r272580 : #i102163# use weak ref to SdrObject instead of listening to the model
2009-06-03 12:39:29 +0200 cl r272556 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 12:27:00 +0200 cl r272555 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 11:33:44 +0200 cl r272553 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:59 +0200 cl r272552 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:22 +0200 cl r272551 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-02 18:41:07 +0200 sj r272527 : #i28358# applied patch (better conversion of dotted lines)
2009-06-02 11:52:13 +0200 cl r272491 : #i98668# applied patch to fix possible endless loop if exception occours
2009-05-28 17:02:55 +0200 sj r272416 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:25 +0200 sj r272415 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:10 +0200 sj r272414 : #i102336# retaining graphic file names unchanged
2009-05-25 12:43:58 +0200 sj r272232 : #i102069# added patch from thb (fixed rotated group objects)
2009-08-05 12:01:07 -05:00
|
|
|
};
|
2010-02-12 09:56:44 -06:00
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_NUM_OPTIONS ;
|
|
|
|
PageResID = RID_SVXPAGE_NUM_OPTIONS ;
|
|
|
|
Text [ en-US ] = "Customize" ;
|
2009-09-11 07:01:22 -05:00
|
|
|
};
|
2004-04-07 05:11:00 -05:00
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
|
|
|
PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Alignment" ;
|
2004-04-07 05:11:00 -05:00
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_PARA_ASIAN ;
|
|
|
|
PageResID = RID_SVXPAGE_PARA_ASIAN ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text[ en-US ] = "Asian Typography";
|
2004-04-07 05:11:00 -05:00
|
|
|
};
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_TABULATOR ;
|
|
|
|
PageResID = RID_SVXPAGE_TABULATOR ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Tabs" ;
|
2004-04-07 05:11:00 -05:00
|
|
|
};
|
2000-09-18 11:07:07 -05:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
CWS-TOOLING: integrate CWS impress172
2009-07-30 15:29:39 +0200 cl r274492 : #i102921# remove reference to inssrc.obj which was moved to svx
2009-07-29 11:40:35 +0200 wg r274445 : i103869
2009-07-22 14:39:13 +0200 sj r274241 : #i102713# fixed cloud shape
2009-07-07 15:28:04 +0200 sj r273800 : fixed build problem
2009-07-07 13:27:13 +0200 cl r273792 : #i102921# moved insert col/rows dialog to svx
2009-07-07 10:36:05 +0200 cl r273782 : fixed compiler warnings
2009-07-02 10:40:21 +0200 sj r273626 : fixed build problem
2009-07-02 10:27:56 +0200 cl r273624 : fixed merge problem
2009-07-02 10:27:19 +0200 cl r273623 : fixed compiler warning
2009-07-01 10:04:58 +0200 cl r273550 : CWS-TOOLING: rebase CWS impress172 to trunk@273468 (milestone: DEV300:m51)
2009-06-30 16:22:02 +0200 cl r273518 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:46 +0200 cl r273517 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:28 +0200 cl r273516 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:49 +0200 cl r273515 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:28 +0200 cl r273514 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:17:38 +0200 cl r273513 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:45:44 +0200 cl r273511 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:37:16 +0200 cl r273510 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:33:47 +0200 cl r273509 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:32:10 +0200 cl r273508 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:30:05 +0200 cl r273507 : #i102921# added insert table row/col dialog for impress tables
2009-06-29 12:32:42 +0200 sj r273465 : #158632# fixed textrange hyperlinks to specific pages, added slide names
2009-06-24 15:17:59 +0200 sj r273349 : #158636# fixed text range hyperlink to first/last slide
2009-06-22 13:18:30 +0200 sj r273224 : #158651# fixed header footer import
2009-06-19 15:18:24 +0200 sj r273160 : #158614# default text of presentation objects now cleared
2009-06-16 15:54:19 +0200 sj r273023 : #i101545# fixed crash - bracketing of graphic links has been done twice leading to a broken graphic state stack
2009-06-15 16:26:26 +0200 sj r272998 : #158635# importing bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-15 16:25:26 +0200 sj r272997 : #158635# added bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-12 13:17:32 +0200 sj r272915 : #i102713# fixed cloud shape
2009-06-10 18:36:58 +0200 sj r272833 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-08 19:52:28 +0200 sj r272746 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-04 15:28:32 +0200 cl r272640 : #i102358# applied patch to remove warnings
2009-06-04 14:39:45 +0200 cl r272630 : #i99423# applied path to change impress wizard create button to open when opening exisitng documents
2009-06-03 18:21:26 +0200 sj r272601 : #158635# now using the correct paragraph bottom spacing. using font independent linespacing for impress text objects
2009-06-03 15:47:27 +0200 cl r272583 : #i101817# added color collection based on scribus
2009-06-03 14:43:59 +0200 cl r272580 : #i102163# use weak ref to SdrObject instead of listening to the model
2009-06-03 12:39:29 +0200 cl r272556 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 12:27:00 +0200 cl r272555 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 11:33:44 +0200 cl r272553 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:59 +0200 cl r272552 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:22 +0200 cl r272551 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-02 18:41:07 +0200 sj r272527 : #i28358# applied patch (better conversion of dotted lines)
2009-06-02 11:52:13 +0200 cl r272491 : #i98668# applied patch to fix possible endless loop if exception occours
2009-05-28 17:02:55 +0200 sj r272416 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:25 +0200 sj r272415 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:10 +0200 sj r272414 : #i102336# retaining graphic file names unchanged
2009-05-25 12:43:58 +0200 sj r272232 : #i102069# added patch from thb (fixed rotated group objects)
2009-08-05 12:01:07 -05:00
|
|
|
|
|
|
|
TabDialog TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
SVLook = TRUE ;
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
|
|
Moveable = TRUE ;
|
|
|
|
TabControl 1
|
|
|
|
{
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
PageList =
|
|
|
|
{
|
|
|
|
PageItem
|
|
|
|
{
|
|
|
|
Identifier = RID_SVXPAGE_AREA ;
|
2004-06-26 12:02:23 -05:00
|
|
|
Text [ en-US ] = "Area" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
PageResID = RID_SVXPAGE_AREA ;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2001-06-08 17:34:24 -05:00
|
|
|
|
2001-06-13 17:51:43 -05:00
|
|
|
|
2001-06-16 15:46:26 -05:00
|
|
|
|
2001-07-14 14:20:18 -05:00
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-04-29 11:00:59 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 07:05:16 -05:00
|
|
|
|
2003-07-17 06:45:46 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 07:05:16 -05:00
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
2003-12-17 12:44:12 -06:00
|
|
|
|
|
|
|
|
2003-07-03 11:12:05 -05:00
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|