2003-07-03 15:12:34 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* $RCSfile: pgfnote.src,v $
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2007-04-19 12:21:31 +00:00
|
|
|
* $Revision: 1.31 $
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2007-04-19 12:21:31 +00:00
|
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 13:21:31 $
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* 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.
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* 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.
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
2005-09-09 09:39:10 +00:00
|
|
|
* 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
|
2003-07-03 15:12:34 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#include "globals.hrc"
|
|
|
|
#include "pgfnote.hrc"
|
|
|
|
#include "helpid.h"
|
|
|
|
TabPage TP_FOOTNOTE_PAGE
|
|
|
|
{
|
|
|
|
HelpID = HID_FOOTNOTE_PAGE ;
|
|
|
|
Pos = MAP_APPFONT ( 0 , 0 ) ;
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
Hide = TRUE;
|
|
|
|
RadioButton RB_MAXHEIGHT_PAGE
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 10 ) ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "~Not larger than page area" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
TabStop = TRUE ;
|
|
|
|
Group = TRUE ;
|
|
|
|
};
|
|
|
|
RadioButton RB_MAXHEIGHT
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 10 ) ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "Maximum footnote ~height" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
};
|
|
|
|
MetricField ED_MAXHEIGHT
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Pos = MAP_APPFONT ( 148 , 26 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Size = MAP_APPFONT ( 42 , 12 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
Group = TRUE ;
|
|
|
|
Left = TRUE ;
|
|
|
|
Repeat = TRUE ;
|
|
|
|
Spin = TRUE ;
|
|
|
|
Minimum = 50 ;
|
|
|
|
Maximum = 99999 ;
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
Value = 200 ;
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
First = 10 ;
|
|
|
|
Last = 99999 ;
|
|
|
|
SpinSize = 10 ;
|
|
|
|
};
|
|
|
|
FixedText FT_DIST
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 44 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "Space to text" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Left = TRUE ;
|
|
|
|
};
|
|
|
|
MetricField ED_DIST
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Pos = MAP_APPFONT ( 148 , 42 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Size = MAP_APPFONT ( 42 , 12 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
Left = TRUE ;
|
|
|
|
Repeat = TRUE ;
|
|
|
|
Spin = TRUE ;
|
|
|
|
Maximum = 999 ;
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
Value = 10 ;
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
First = 5 ;
|
|
|
|
Last = 99999 ;
|
|
|
|
SpinSize = 10 ;
|
|
|
|
};
|
|
|
|
FixedLine FL_FOOTNOTE_SIZE
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "Footnote area" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
};
|
|
|
|
FixedText FT_LINEPOS
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 73 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Left = TRUE ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "~Position" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
};
|
|
|
|
ListBox DLB_LINEPOS
|
|
|
|
{
|
2005-01-28 14:32:06 +00:00
|
|
|
Pos = MAP_APPFONT ( 148 , 71 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Size = MAP_APPFONT ( 57 , 40 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
Group = TRUE ;
|
|
|
|
DropDown = TRUE ;
|
|
|
|
CurPos = 0 ;
|
2004-06-26 02:38:44 +00:00
|
|
|
StringList [ en-US ] =
|
2003-07-03 15:12:34 +00:00
|
|
|
{
|
|
|
|
< "Left" ; Default ; > ;
|
|
|
|
< "Centered" ; Default ; > ;
|
|
|
|
< "Right" ; Default ; > ;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
FixedText FT_LINETYPE
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 89 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Group = TRUE ;
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "~Weight" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
};
|
|
|
|
ListBox DLB_LINETYPE
|
|
|
|
{
|
2005-01-28 14:32:06 +00:00
|
|
|
Pos = MAP_APPFONT ( 148 , 87 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Size = MAP_APPFONT ( 57 , 50 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
Group = TRUE ;
|
|
|
|
DropDown = TRUE ;
|
|
|
|
CurPos = 0 ;
|
|
|
|
};
|
|
|
|
|
|
|
|
FixedText FT_LINEWIDTH
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 105 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Left = TRUE ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "~Length" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
};
|
|
|
|
MetricField ED_LINEWIDTH
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Pos = MAP_APPFONT ( 148 , 103 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Size = MAP_APPFONT ( 42 , 12 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
Left = TRUE ;
|
|
|
|
Repeat = TRUE ;
|
|
|
|
Spin = TRUE ;
|
|
|
|
Maximum = 100 ;
|
|
|
|
Value = 100 ;
|
|
|
|
Unit = FUNIT_CUSTOM ;
|
|
|
|
CustomUnitText = "%" ;
|
|
|
|
First = 10 ;
|
|
|
|
Last = 100 ;
|
|
|
|
};
|
|
|
|
FixedText FT_LINEDIST
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 12 , 121 ) ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "~Spacing to footnote contents" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Left = TRUE ;
|
|
|
|
};
|
|
|
|
MetricField ED_LINEDIST
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
2005-01-28 14:32:06 +00:00
|
|
|
Pos = MAP_APPFONT ( 148 , 119 ) ;
|
2003-07-03 15:12:34 +00:00
|
|
|
Size = MAP_APPFONT ( 42 , 12 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
Left = TRUE ;
|
|
|
|
Repeat = TRUE ;
|
|
|
|
Spin = TRUE ;
|
|
|
|
Maximum = 999 ;
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
Value = 10 ;
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
First = 5 ;
|
|
|
|
Last = 99999 ;
|
|
|
|
SpinSize = 10 ;
|
|
|
|
};
|
|
|
|
FixedLine FL_LINE
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 6 , 60 ) ;
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
2004-06-26 02:38:44 +00:00
|
|
|
Text [ en-US ] = "Separator line" ;
|
2003-07-03 15:12:34 +00:00
|
|
|
};
|
|
|
|
};
|