Files
libreoffice/sw/source/ui/misc/num.src
Kurt Zenker eeead4997d INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.37.348); FILE MERGED
2008/02/05 10:55:43 od 1.37.348.1: #i85348# adjustment of numbering position tab page due to new list level attributes
2008-03-05 16:24:32 +00:00

371 lines
9.4 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: num.src,v $
*
* $Revision: 1.38 $
*
* last change: $Author: kz $ $Date: 2008-03-05 17:24:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 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
*
************************************************************************/
/* StarView ressource file */
#include "globals.hrc"
#include "misc.hrc"
#include "num.hrc"
#include "cmdid.h"
#include "helpid.h"
#include "svx/dialogs.hrc"
/**************************************************************************/
/* */
/* TabPage Positionen */
/* */
/**************************************************************************/
TabPage TP_NUM_POSITION
{
HelpID = HID_NUM_POSITION ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE;
FixedLine FL_LEVEL
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 35 , 8 ) ;
Text [ en-US ] = "Level" ;
};
MultiListBox LB_LEVEL
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 26 , 163 ) ;
TabStop = TRUE ;
DropDown = FALSE ;
Border = TRUE ;
SimpleMode = TRUE ;
};
FixedLine FL_POSITION
{
Pos = MAP_APPFONT ( 47 , 3 ) ;
Size = MAP_APPFONT ( 207 , 8 ) ;
Group = TRUE ;
Text [ en-US ] = "Position and spacing" ;
};
FixedText FT_BORDERDIST
{
Pos = MAP_APPFONT ( 50 , 27 ) ;
Size = MAP_APPFONT ( 105 , 10 ) ;
Text [ en-US ] = "Indent" ;
};
MetricField MF_BORDERDIST
{
Pos = MAP_APPFONT ( 198 , 25 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -1999 ;
Maximum = 1999 ;
DecimalDigits = 2 ;
Value = 0 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 1999 ;
SpinSize = 5 ;
};
CheckBox CB_RELATIVE
{
Pos = MAP_APPFONT ( 198 , 41 ) ;
Size = MAP_APPFONT ( 52 , 10 ) ;
Text [ en-US ] = "Relati~ve" ;
};
FixedText FT_INDENT
{
Pos = MAP_APPFONT ( 50 , 59 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
Text [ en-US ] = "Width of numbering" ;
};
MetricField MF_INDENT
{
Pos = MAP_APPFONT ( 198 , 57 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 1999 ;
DecimalDigits = 2 ;
Value = 0 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 1999 ;
SpinSize = 5 ;
};
FixedText FT_NUMDIST
{
Pos = MAP_APPFONT ( 50 , 75 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
Text [ en-US ] = "Minimum space numbering <-> text" ;
};
MetricField MF_NUMDIST
{
Pos = MAP_APPFONT ( 198 , 73 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 1999 ;
DecimalDigits = 2 ;
Value = 0 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 1999 ;
SpinSize = 5 ;
Border = TRUE ;
TabStop = TRUE ;
};
FixedText FT_ALIGN
{
Pos = MAP_APPFONT ( 50 , 91 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
Text [ en-US ] = "N~umbering alignment" ;
};
ListBox LB_ALIGN
{
Pos = MAP_APPFONT ( 198 , 89 ) ;
Size = MAP_APPFONT ( 40 , 40 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList [ en-US ] =
{
< "Left" ; > ;
< "Centered" ; > ;
< "Right" ; > ;
};
};
FixedText FT_LABEL_FOLLOWED_BY
{
Pos = MAP_APPFONT ( 50 , 27 ) ;
Size = MAP_APPFONT ( 105 , 10 ) ;
Text [ en-US ] = "Numbering followed by" ;
};
ListBox LB_LABEL_FOLLOWED_BY
{
Pos = MAP_APPFONT ( 198 , 25 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList [ en-US ] =
{
< "Tab stop" ; > ;
< "Space" ; > ;
< "Nothing" ; > ;
};
};
FixedText FT_LISTTAB
{
Pos = MAP_APPFONT ( 50 , 43 ) ;
Size = MAP_APPFONT ( 143 , 10 ) ;
Right = TRUE ;
Text [ en-US ] = "at" ;
};
MetricField MF_LISTTAB
{
Pos = MAP_APPFONT ( 198 , 41 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 1999 ;
DecimalDigits = 2 ;
Value = 0 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 1999 ;
SpinSize = 5 ;
};
FixedText FT_ALIGN_2
{
Pos = MAP_APPFONT ( 50 , 59 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
};
ListBox LB_ALIGN_2
{
Pos = MAP_APPFONT ( 198 , 57 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
FixedText FT_ALIGNED_AT
{
Pos = MAP_APPFONT ( 50 , 75 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
Text [ en-US ] = "Aligned at" ;
};
MetricField MF_ALIGNED_AT
{
Pos = MAP_APPFONT ( 198 , 73 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -1999 ;
Maximum = 1999 ;
DecimalDigits = 2 ;
Value = 0 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 1999 ;
SpinSize = 5 ;
Border = TRUE ;
TabStop = TRUE ;
};
FixedText FT_INDENT_AT
{
Pos = MAP_APPFONT ( 50 , 91 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
Text [ en-US ] = "Indent at" ;
};
MetricField MF_INDENT_AT
{
Pos = MAP_APPFONT ( 198 , 89 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -1999 ;
Maximum = 1999 ;
DecimalDigits = 2 ;
Value = 0 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 1999 ;
SpinSize = 5 ;
Border = TRUE ;
TabStop = TRUE ;
};
PushButton PB_STANDARD
{
Pos = MAP_APPFONT ( 198 , 165 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ en-US ] = "Default" ;
};
Window WIN_PREVIEW
{
Pos = MAP_APPFONT ( 50 , 113 ) ;
Size = MAP_APPFONT ( 143 , 67 ) ;
Border = TRUE ;
};
};
/**************************************************************************/
/* */
/* Dialog fuer Test der Svx-Implementation */
/* */
/**************************************************************************/
TabDialog DLG_SVXTEST_NUM_BULLET
{
OutputSize = TRUE ;
SVLook = TRUE ;
Text [ en-US ] = "Bullets and Numbering";
Moveable = TRUE ;
TabControl 1
{
SVLook = TRUE ;
PageList =
{
PageItem
{
Identifier = RID_SVXPAGE_PICK_BULLET ;
Text [ en-US ] = "Bullets" ;
};
PageItem
{
Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
Text [ en-US ] = "Numbering type" ;
};
PageItem
{
Identifier = RID_SVXPAGE_PICK_NUM ;
Text [ en-US ] = "Outline" ;
};
PageItem
{
Identifier = RID_SVXPAGE_PICK_BMP ;
Text [ en-US ] = "Graphics" ;
};
PageItem
{
Identifier = RID_SVXPAGE_NUM_POSITION ;
Text [ en-US ] = "Position" ;
};
PageItem
{
Identifier = RID_SVXPAGE_NUM_OPTIONS ;
/* ### ACHTUNG: Neuer Text in Resource? Optionen : ~Optionen */
Text [ en-US ] = "Options" ;
};
};
};
String ST_RESET
{
Text [ en-US ] = "~Remove" ;
};
};