2004/11/01 14:52:14 dr 1.57.164.1: #i35920# properties section needs space for 2 check boxes
510 lines
15 KiB
Plaintext
510 lines
15 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: border.src,v $
|
||
*
|
||
* $Revision: 1.58 $
|
||
*
|
||
* last change: $Author: obo $ $Date: 2004-11-18 17:05:39 $
|
||
*
|
||
* The Contents of this file are made available subject to the terms of
|
||
* either of the following licenses
|
||
*
|
||
* - GNU Lesser General Public License Version 2.1
|
||
* - Sun Industry Standards Source License Version 1.1
|
||
*
|
||
* Sun Microsystems Inc., October, 2000
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2000 by Sun Microsystems, Inc.
|
||
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
||
*
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License version 2.1, as published by the Free Software Foundation.
|
||
*
|
||
* This library 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 for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||
* MA 02111-1307 USA
|
||
*
|
||
*
|
||
* Sun Industry Standards Source License Version 1.1
|
||
* =================================================
|
||
* The contents of this file are subject to the Sun Industry Standards
|
||
* Source License Version 1.1 (the "License"); You may not use this file
|
||
* except in compliance with the License. You may obtain a copy of the
|
||
* License at http://www.openoffice.org/license.html.
|
||
*
|
||
* Software provided under this License is provided on an "AS IS" basis,
|
||
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
||
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
||
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
||
* See the License for the specific provisions governing your rights and
|
||
* obligations concerning the Software.
|
||
*
|
||
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
||
*
|
||
* Copyright: 2000 by Sun Microsystems, Inc.
|
||
*
|
||
* All Rights Reserved.
|
||
*
|
||
* Contributor(s): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
// include ---------------------------------------------------------------
|
||
#include "helpid.hrc"
|
||
#include "dialogs.hrc"
|
||
#include "border.hrc"
|
||
// pragma ----------------------------------------------------------------
|
||
|
||
// define ---------------------------------------------------------------
|
||
#define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
|
||
// RID_SVXPAGE_BORDER ---------------------------------------------------
|
||
TabPage RID_SVXPAGE_BORDER
|
||
{
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
Helpid = HID_BORDER ;
|
||
Hide = TRUE ;
|
||
Text [ de ] = "Umrandung" ;
|
||
Text [ en-US ] = "Borders" ;
|
||
FixedLine FL_BORDER
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 70 , 8 ) ;
|
||
Text [ de ] = "Linienanordnung" ;
|
||
Text [ en-US ] = "Line arrangement" ;
|
||
Text [ x-comment ] = "EM6A; EM6April01: Found in Text doc under Format - Page - Borders tab.";
|
||
};
|
||
FixedText FT_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT ( 12, 14) ;
|
||
Size = MAP_APPFONT ( 64, 8) ;
|
||
Text [ de ] = "~Standard" ;
|
||
Text [ en-US ] = "~Default";
|
||
};
|
||
Control WIN_PRESETS
|
||
{
|
||
HelpId = HID_BORDER_CTL_PRESETS ;
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 24 ) ;
|
||
Size = MAP_APPFONT ( 61 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText FT_USERDEF
|
||
{
|
||
Pos = MAP_APPFONT (12 , 40) ;
|
||
Size = MAP_APPFONT ( 64, 8) ;
|
||
Text [ de ] = "~Benutzerdefiniert" ;
|
||
Text [ en-US ] = "~User-defined";
|
||
};
|
||
Control WIN_FRAMESEL
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 50 ) ;
|
||
Size = MAP_APPFONT ( 61 , 64 ) ;
|
||
TabStop = TRUE ;
|
||
Text = "Border control";
|
||
};
|
||
FixedLine FL_SEPARATOR1
|
||
{
|
||
Pos = MAP_APPFONT ( 77 , 14 ) ;
|
||
Size = MAP_APPFONT ( 4 , 100 ) ;
|
||
Vert = TRUE ;
|
||
};
|
||
FixedLine FL_LINE
|
||
{
|
||
Pos = MAP_APPFONT ( 82 , 3 ) ;
|
||
Size = MAP_APPFONT ( 83 , 8 ) ;
|
||
Text [ de ] = "Linie" ;
|
||
Text [ en-US ] = "Line" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedText FT_STYLE
|
||
{
|
||
Pos = MAP_APPFONT ( 88, 14) ;
|
||
Size = MAP_APPFONT ( 77, 8) ;
|
||
Text [ de ] = "S~til" ;
|
||
Text [ en-US ] = "St~yle";
|
||
};
|
||
ListBox LB_LINESTYLE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 88 , 24 ) ;
|
||
Size = MAP_APPFONT ( 74 , 64 ) ;
|
||
};
|
||
FixedText FT_COLOR
|
||
{
|
||
Pos = MAP_APPFONT ( 88, 92 ) ;
|
||
Size = MAP_APPFONT ( 77, 8 ) ;
|
||
Text [ de ] = "~Farbe" ;
|
||
Text [ en-US ] = "~Color";
|
||
};
|
||
ListBox LB_LINECOLOR
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 88 , 102 ) ;
|
||
Size = MAP_APPFONT ( 74 , 68 ) ;
|
||
DropDown = TRUE ;
|
||
DDExtraWidth = TRUE ;
|
||
};
|
||
FixedLine FL_SEPARATOR2
|
||
{
|
||
Pos = MAP_APPFONT ( 166 , 14 ) ;
|
||
Size = MAP_APPFONT ( 4 , 100 ) ;
|
||
Vert = TRUE ;
|
||
};
|
||
FixedText FT_LEFT
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 16 ) ;
|
||
Size = MAP_APPFONT ( 34 , 8 ) ;
|
||
Text [ de ] = "~Links" ;
|
||
Text [ en-US ] = "~Left";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MetricField MF_LEFT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 213 , 14 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
Spin = TRUE ;
|
||
Repeat = TRUE ;
|
||
SpinSize = 10 ;
|
||
First = 100 ;
|
||
Last = 5000 ;
|
||
Maximum = 5000 ;
|
||
Minimum = 0 ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
};
|
||
FixedText FT_RIGHT
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 32 ) ;
|
||
Size = MAP_APPFONT ( 34 , 8 ) ;
|
||
Text [ de ] = "R~echts" ;
|
||
Text [ en-US ] = "Right";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MetricField MF_RIGHT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 213 , 30 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
Spin = TRUE ;
|
||
Repeat = TRUE ;
|
||
SpinSize = 10 ;
|
||
First = 100 ;
|
||
Last = 5000 ;
|
||
Maximum = 5000 ;
|
||
Minimum = 0 ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
};
|
||
FixedText FT_TOP
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 48 ) ;
|
||
Size = MAP_APPFONT ( 34 , 8 ) ;
|
||
Text [ de ] = "~Oben" ;
|
||
Text [ en-US ] = "~Top";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MetricField MF_TOP
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 213 , 46 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
Spin = TRUE ;
|
||
Repeat = TRUE ;
|
||
SpinSize = 10 ;
|
||
First = 100 ;
|
||
Last = 5000 ;
|
||
Maximum = 5000 ;
|
||
Minimum = 0 ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
};
|
||
FixedText FT_BOTTOM
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 64 ) ;
|
||
Size = MAP_APPFONT ( 34 , 8 ) ;
|
||
Text [ de ] = "~Unten" ;
|
||
Text [ en-US ] = "~Bottom";
|
||
};
|
||
MetricField MF_BOTTOM
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 213 , 62 ) ;
|
||
Size = MAP_APPFONT ( 38 , 12 ) ;
|
||
Spin = TRUE ;
|
||
Repeat = TRUE ;
|
||
SpinSize = 10 ;
|
||
First = 100 ;
|
||
Last = 5000 ;
|
||
Maximum = 5000 ;
|
||
Minimum = 0 ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
};
|
||
CheckBox CB_SYNC
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 78 ) ;
|
||
Size = MAP_APPFONT ( 74 , 10 ) ;
|
||
Text [ de ] = "S~ynchronisieren" ;
|
||
Text [ en-US ] = "Synchronize";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine FL_DISTANCE
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 3 ) ;
|
||
Size = MAP_APPFONT ( 83 , 8 ) ;
|
||
Text [ de ] = "Abstand zum Inhalt" ;
|
||
Text [ en-US ] = "Spacing to contents";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
FixedText FT_SHADOWPOS
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 126 ) ;
|
||
Size = MAP_APPFONT ( 74 , 8 ) ;
|
||
Text [ de ] = "~Position" ;
|
||
Text [ en-US ] = "~Position" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Control WIN_SHADOWS
|
||
{
|
||
HelpId = HID_BORDER_CTL_SHADOWS ;
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 136 ) ;
|
||
Size = MAP_APPFONT ( 74 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText FT_SHADOWSIZE
|
||
{
|
||
Pos = MAP_APPFONT ( 88 , 126 ) ;
|
||
Size = MAP_APPFONT ( 60 , 8 ) ;
|
||
Text [ de ] = "~Distanz" ;
|
||
Text [ en-US ] = "Distan~ce";
|
||
};
|
||
MetricField ED_SHADOWSIZE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 88 , 136 ) ;
|
||
Size = MAP_APPFONT ( 40 , 12 ) ;
|
||
Spin = TRUE ;
|
||
Repeat = TRUE ;
|
||
SpinSize = 10 ;
|
||
First = 100 ;
|
||
Last = 5000 ;
|
||
Maximum = 5000 ;
|
||
Minimum = 50 ;
|
||
DecimalDigits = 2 ;
|
||
Unit = FUNIT_MM ;
|
||
};
|
||
FixedText FT_SHADOWCOLOR
|
||
{
|
||
Pos = MAP_APPFONT ( 177 , 126 ) ;
|
||
Size = MAP_APPFONT ( 60 , 8 ) ;
|
||
Text [ de ] = "Far~be" ;
|
||
Text [ en-US ] = "C~olor" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ListBox LB_SHADOWCOLOR
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 177 , 136 ) ;
|
||
Size = MAP_APPFONT ( 74 , 68 ) ;
|
||
DropDown = TRUE ;
|
||
DDExtraWidth = TRUE ;
|
||
};
|
||
FixedLine FL_SHADOW
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 118 ) ;
|
||
Size = MAP_APPFONT ( 248 , 8 ) ;
|
||
Text [ de ] = "Schatten" ;
|
||
Text [ en-US ] = "Shadow style" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine FL_PROPERTIES
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 152 ) ;
|
||
Size = MAP_APPFONT ( 248 , 8 ) ;
|
||
Hide = TRUE;
|
||
Text [ de ] = "Eigenschaften" ;
|
||
Text [ en-US ] = "Properties" ;
|
||
};
|
||
CheckBox CB_MERGEWITHNEXT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 162 ) ;
|
||
Size = MAP_APPFONT ( 242 , 10 ) ;
|
||
Hide = TRUE;
|
||
Text [ de ] = "Mit dem n<>chsten Absatz ~verschmelzen" ;
|
||
Text [ en-US ] = "~Merge with next paragraph" ;
|
||
};
|
||
CheckBox CB_MERGEADJACENTBORDERS
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 173 ) ;
|
||
Size = MAP_APPFONT ( 242 , 10 ) ;
|
||
Hide = TRUE;
|
||
Text [ de ] = "Be~nachbarte Linienstile zusammenf<6E>hren" ;
|
||
Text [ en-US ] = "~Merge adjacent line styles" ;
|
||
};
|
||
|
||
#define _PREVIEW_IDLIST_ \
|
||
IdList = \
|
||
{ \
|
||
IID_PRE_CELL_NONE ; \
|
||
IID_PRE_CELL_ALL ; \
|
||
IID_PRE_CELL_LR ; \
|
||
IID_PRE_CELL_TB ; \
|
||
IID_PRE_CELL_L ; \
|
||
IID_PRE_CELL_DIAG ; \
|
||
IID_PRE_HOR_NONE ; \
|
||
IID_PRE_HOR_OUTER ; \
|
||
IID_PRE_HOR_HOR ; \
|
||
IID_PRE_HOR_ALL ; \
|
||
IID_PRE_HOR_OUTER2 ; \
|
||
IID_PRE_VER_NONE ; \
|
||
IID_PRE_VER_OUTER ; \
|
||
IID_PRE_VER_VER ; \
|
||
IID_PRE_VER_ALL ; \
|
||
IID_PRE_VER_OUTER2 ; \
|
||
IID_PRE_TABLE_NONE ; \
|
||
IID_PRE_TABLE_OUTER ; \
|
||
IID_PRE_TABLE_OUTERH ; \
|
||
IID_PRE_TABLE_ALL ; \
|
||
IID_PRE_TABLE_OUTER2 ; \
|
||
}; \
|
||
IdCount = { 21 ; };
|
||
|
||
ImageList IL_PRE_BITMAPS
|
||
{
|
||
Prefix = "pr";
|
||
MaskColor = STD_MASKCOLOR ;
|
||
_PREVIEW_IDLIST_
|
||
};
|
||
ImageList ILH_PRE_BITMAPS
|
||
{
|
||
Prefix = "prh";
|
||
MaskColor = STD_MASKCOLOR ;
|
||
_PREVIEW_IDLIST_
|
||
};
|
||
|
||
#define _SHADOW_IDLIST_ \
|
||
IdList = \
|
||
{ \
|
||
IID_SHADOWNONE ; \
|
||
IID_SHADOW_BOT_RIGHT ; \
|
||
IID_SHADOW_BOT_LEFT ; \
|
||
IID_SHADOW_TOP_RIGHT ; \
|
||
IID_SHADOW_TOP_LEFT ; \
|
||
}; \
|
||
IdCount = { 5 ; };
|
||
|
||
ImageList IL_SDW_BITMAPS
|
||
{
|
||
Prefix = "sh";
|
||
MaskColor = STD_MASKCOLOR ;
|
||
_SHADOW_IDLIST_
|
||
};
|
||
ImageList ILH_SDW_BITMAPS
|
||
{
|
||
Prefix = "shh";
|
||
MaskColor = STD_MASKCOLOR ;
|
||
_SHADOW_IDLIST_
|
||
};
|
||
};
|
||
|
||
String RID_SVXSTR_TABLE_PRESET_NONE
|
||
{
|
||
Text [ de ] = "Keine Umrandung zeichnen" ;
|
||
Text [ en-US ] = "Set No Borders" ;
|
||
};
|
||
String RID_SVXSTR_TABLE_PRESET_ONLYOUTER
|
||
{
|
||
Text [ de ] = "Nur <20>u<EFBFBD>ere Umrandung zeichnen" ;
|
||
Text [ en-US ] = "Set Outer Border Only" ;
|
||
};
|
||
String RID_SVXSTR_TABLE_PRESET_OUTERHORI
|
||
{
|
||
Text [ de ] = "<22>u<EFBFBD>ere Umrandung und horizontale Linien zeichnen" ;
|
||
Text [ en-US ] = "Set Outer Border and Horizontal Lines" ;
|
||
};
|
||
String RID_SVXSTR_TABLE_PRESET_OUTERALL
|
||
{
|
||
Text [ de ] = "<22>u<EFBFBD>ere Umrandung und alle inneren Linien zeichnen" ;
|
||
Text [ en-US ] = "Set Outer Border and All Inner Lines" ;
|
||
};
|
||
String RID_SVXSTR_TABLE_PRESET_OUTERINNER
|
||
{
|
||
Text [ de ] = "<22>u<EFBFBD>ere Umrandung zeichnen, ohne innere Linien zu ver<65>ndern" ;
|
||
Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ;
|
||
};
|
||
String RID_SVXSTR_PARA_PRESET_DIAGONAL
|
||
{
|
||
Text [ de ] = "Nur diagonale Linien zeichnen" ;
|
||
Text [ en-US ] = "Set Diagonal Lines Only" ;
|
||
};
|
||
String RID_SVXSTR_PARA_PRESET_ALL
|
||
{
|
||
Text [ de ] = "Komplette Umrandung zeichnen" ;
|
||
Text [ en-US ] = "Set All Four Borders" ;
|
||
};
|
||
String RID_SVXSTR_PARA_PRESET_LEFTRIGHT
|
||
{
|
||
Text [ de ] = "Nur linken und rechten Rand zeichnen" ;
|
||
Text [ en-US ] = "Set Left and Right Borders Only" ;
|
||
};
|
||
String RID_SVXSTR_PARA_PRESET_TOPBOTTOM
|
||
{
|
||
Text [ de ] = "Nur oberen und unteren Rand zeichnen" ;
|
||
Text [ en-US ] = "Set Top and Bottom Borders Only" ;
|
||
};
|
||
String RID_SVXSTR_PARA_PRESET_ONLYLEFT
|
||
{
|
||
Text [ de ] = "Nur linken Rand zeichnen" ;
|
||
Text [ en-US ] = "Set Left Border Only" ;
|
||
};
|
||
String RID_SVXSTR_HOR_PRESET_ONLYHOR
|
||
{
|
||
Text [ de ] = "Oberen und unteren Rand und alle inneren Linien zeichnen";
|
||
Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines";
|
||
};
|
||
String RID_SVXSTR_VER_PRESET_ONLYVER
|
||
{
|
||
Text [ de ] = "Linken und rechten Rand und alle inneren Linien zeichnen";
|
||
Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines";
|
||
};
|
||
String RID_SVXSTR_SHADOW_STYLE_NONE
|
||
{
|
||
Text [ de ] = "Kein Schatten" ;
|
||
Text [ en-US ] = "No Shadow" ;
|
||
};
|
||
String RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT
|
||
{
|
||
Text [ de ] = "Schatten nach rechts unten werfen" ;
|
||
Text [ en-US ] = "Cast Shadow to Bottom Right" ;
|
||
};
|
||
String RID_SVXSTR_SHADOW_STYLE_TOPRIGHT
|
||
{
|
||
Text [ de ] = "Schatten nach rechts oben werfen" ;
|
||
Text [ en-US ] = "Cast Shadow to Top Right" ;
|
||
};
|
||
String RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT
|
||
{
|
||
Text [ de ] = "Schatten nach links unten werfen" ;
|
||
Text [ en-US ] = "Cast Shadow to Bottom Left" ;
|
||
};
|
||
String RID_SVXSTR_SHADOW_STYLE_TOPLEFT
|
||
{
|
||
Text [ de ] = "Schatten nach links oben werfen" ;
|
||
Text [ en-US ] = "Cast Shadow to Top Left" ;
|
||
};
|
||
|
||
// **********************************************************************
|