summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/dbgui/pvfundlg.cxx27
-rw-r--r--sc/source/ui/dbgui/pvfundlg.hrc6
-rw-r--r--sc/source/ui/dbgui/pvfundlg.src34
-rw-r--r--sc/source/ui/inc/pvfundlg.hxx10
-rw-r--r--sc/source/ui/inc/tptable.hxx25
-rw-r--r--sc/source/ui/pagedlg/pagedlg.hrc6
-rw-r--r--sc/source/ui/pagedlg/pagedlg.src141
-rw-r--r--sc/source/ui/pagedlg/tptable.cxx24
-rw-r--r--sc/source/ui/src/optdlg.src354
9 files changed, 293 insertions, 334 deletions
diff --git a/sc/source/ui/dbgui/pvfundlg.cxx b/sc/source/ui/dbgui/pvfundlg.cxx
index 8a5d11be6..f9bf768b5 100644
--- a/sc/source/ui/dbgui/pvfundlg.cxx
+++ b/sc/source/ui/dbgui/pvfundlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvfundlg.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:54 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:05:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ ScPivotFunctionDlg::ScPivotFunctionDlg( Window* pParent,
aBtnNone ( this, ScResId( BTN_NONE ) ),
aBtnAuto ( this, ScResId( BTN_AUTO ) ),
aBtnUser ( this, ScResId( BTN_USER ) ),
- aGbFunc ( this, ScResId( GB_FUNC ) ),
+ aFlFunc ( this, ScResId( FL_FUNC ) ),
aCbShowAll ( this, ScResId( CB_SHOWALL ) ),
aFtNameLabel( this, ScResId( FT_NAMELABEL ) ),
aFtName ( this, ScResId( FT_NAME ) ),
@@ -182,7 +182,7 @@ void ScPivotFunctionDlg::SetUI( BOOL bSubTotals )
if ( bSubTotals )
{
- aGbFunc.SetText( ScResId( STR_SUBTOTALS ) );
+ aFlFunc.SetText( ScResId( STR_SUBTOTALS ) );
aBtnNone.SetClickHdl ( LINK( this, ScPivotFunctionDlg, RadioClickHdl ) );
aBtnAuto.SetClickHdl ( LINK( this, ScPivotFunctionDlg, RadioClickHdl ) );
@@ -206,9 +206,9 @@ void ScPivotFunctionDlg::SetUI( BOOL bSubTotals )
}
else
{
- aGbFunc.SetText( ScResId( STR_DATAFUNC ) );
+ aFlFunc.SetText( ScResId( STR_DATAFUNC ) );
- Size aSize( aGbFunc.GetSizePixel() );
+ Size aSize( aFlFunc.GetSizePixel() );
Point aPos1( aFtNameLabel.GetPosPixel() );
Point aPos2( aFtName.GetPosPixel() );
long nYDiff = aBtnUser.GetPosPixel().Y()
@@ -216,11 +216,9 @@ void ScPivotFunctionDlg::SetUI( BOOL bSubTotals )
+ aBtnNone.GetSizePixel().Height()
+ LogicToPixel( Point(5,0), MAP_APPFONT ).X();
- aSize.Height() -= nYDiff;
aPos1.Y() -= nYDiff;
aPos2.Y() -= nYDiff;
- aGbFunc .SetSizePixel( aSize );
aLbFunc .SetPosPixel( aBtnNone.GetPosPixel() );
aFtNameLabel.SetPosPixel( aPos1 );
aFtName .SetPosPixel( aPos2 );
@@ -301,21 +299,24 @@ IMPL_LINK( ScPivotFunctionDlg, ClickHdl, PushButton *, pBtn )
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 16:44:54 hr
+ initial import
+
Revision 1.15 2000/09/17 14:08:57 willem.vandorp
OpenOffice header added.
-
+
Revision 1.14 2000/08/31 16:38:20 willem.vandorp
Header and footer replaced
-
+
Revision 1.13 2000/02/11 12:23:45 hr
#70473# changes for unicode ( patched by automated patchtool )
-
+
Revision 1.12 1999/11/02 08:47:39 nn
show all
-
+
Revision 1.11 1997/12/05 18:55:36 ANK
Includes geaendert
-
+
Rev 1.10 05 Dec 1997 19:55:36 ANK
Includes geaendert
diff --git a/sc/source/ui/dbgui/pvfundlg.hrc b/sc/source/ui/dbgui/pvfundlg.hrc
index bbef33a12..c0c9388a9 100644
--- a/sc/source/ui/dbgui/pvfundlg.hrc
+++ b/sc/source/ui/dbgui/pvfundlg.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: pvfundlg.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:54 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:05:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
#define BTN_AUTO 2
#define BTN_USER 3
#define LB_FUNC 1
-#define GB_FUNC 1
+#define FL_FUNC 1
#define FT_FUNC 1
#define FT_NAMELABEL 2
diff --git a/sc/source/ui/dbgui/pvfundlg.src b/sc/source/ui/dbgui/pvfundlg.src
index 617cd5047..899f135b7 100644
--- a/sc/source/ui/dbgui/pvfundlg.src
+++ b/sc/source/ui/dbgui/pvfundlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: pvfundlg.src,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2001-05-17 07:58:57 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:05:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,7 @@ ModalDialog RID_SCDLG_PIVOTSUBT
OutputSize = TRUE ;
HelpId = HID_SC_PIVOTSUBT ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 220 , 188 ) ;
+ Size = MAP_APPFONT ( 220 , 190 ) ;
Text = "Datenfeld" ;
Text [ ENGLISH ] = "Data Field" ;
Text [ norwegian ] = "Data Field" ;
@@ -79,7 +79,7 @@ ModalDialog RID_SCDLG_PIVOTSUBT
RadioButton BTN_NONE
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Size = MAP_APPFONT ( 143 , 10 ) ;
Text = "~Keine" ;
Text [ ENGLISH ] = "~None" ;
Text [ norwegian ] = "~Ingen " ;
@@ -108,8 +108,8 @@ ModalDialog RID_SCDLG_PIVOTSUBT
};
RadioButton BTN_AUTO
{
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 28 ) ;
+ Size = MAP_APPFONT ( 143 , 10 ) ;
Text = "~Automatisch" ;
Text [ ENGLISH ] = "~Auto" ;
Text [ norwegian ] = "~Auto" ;
@@ -138,8 +138,8 @@ ModalDialog RID_SCDLG_PIVOTSUBT
};
RadioButton BTN_USER
{
- Pos = MAP_APPFONT ( 12 , 40 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 42 ) ;
+ Size = MAP_APPFONT ( 143 , 10 ) ;
Text = "~Benutzerdefiniert" ;
Text [ ENGLISH ] = "~Userdefined" ;
Text [ norwegian ] = "~Brukerdefinert " ;
@@ -171,7 +171,7 @@ ModalDialog RID_SCDLG_PIVOTSUBT
Disable = TRUE ;
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 56 ) ;
- Size = MAP_APPFONT ( 140 , 90 ) ;
+ Size = MAP_APPFONT ( 143 , 100 ) ;
TabStop = TRUE ;
AutoHScroll = TRUE ;
StringList =
@@ -514,15 +514,15 @@ ModalDialog RID_SCDLG_PIVOTSUBT
< "Varianzas (Poblacin)" ; Default ; > ;
};
};
- GroupBox GB_FUNC
+ FixedLine FL_FUNC
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 152 , 150 ) ;
+ Size = MAP_APPFONT ( 152 , 8 ) ;
};
CheckBox CB_SHOWALL
{
- Pos = MAP_APPFONT ( 6 , 159 ) ;
- Size = MAP_APPFONT ( 152 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 160 ) ;
+ Size = MAP_APPFONT ( 143 , 10 ) ;
Text = "~Elemente ohne Daten anzeigen" ;
Text [ ENGLISH ] = "Show elements without data" ;
TabStop = TRUE ;
@@ -550,8 +550,8 @@ ModalDialog RID_SCDLG_PIVOTSUBT
};
FixedText FT_NAMELABEL
{
- Pos = MAP_APPFONT ( 6 , 174 ) ;
- Size = MAP_APPFONT ( 25 , 10 ) ;
+ Pos = MAP_APPFONT ( 6 , 176 ) ;
+ Size = MAP_APPFONT ( 25 , 8 ) ;
Text = "Name:" ;
Text [ ENGLISH ] = "Name:" ;
Text [ norwegian ] = "Navn:" ;
@@ -579,8 +579,8 @@ ModalDialog RID_SCDLG_PIVOTSUBT
};
FixedText FT_NAME
{
- Pos = MAP_APPFONT ( 32 , 174 ) ;
- Size = MAP_APPFONT ( 125 , 10 ) ;
+ Pos = MAP_APPFONT ( 32 , 176 ) ;
+ Size = MAP_APPFONT ( 126 , 8 ) ;
};
OKButton BTN_OK
{
diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx
index 0891464e1..2d0a0f3e0 100644
--- a/sc/source/ui/inc/pvfundlg.hxx
+++ b/sc/source/ui/inc/pvfundlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvfundlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:00 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:06:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,8 @@
#ifndef _STDCTRL_HXX //autogen
#include <svtools/stdctrl.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
+#ifndef _FIXED_HXX //autogen
+#include <vcl/fixed.hxx>
#endif
#ifndef _LSTBOX_HXX //autogen
#include <vcl/lstbox.hxx>
@@ -101,11 +101,11 @@ public:
BOOL GetShowAll() const;
private:
+ FixedLine aFlFunc;
RadioButton aBtnNone;
RadioButton aBtnAuto;
RadioButton aBtnUser;
MultiListBox aLbFunc;
- GroupBox aGbFunc;
CheckBox aCbShowAll;
OKButton aBtnOk;
CancelButton aBtnCancel;
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx
index 44abb383a..60538184b 100644
--- a/sc/source/ui/inc/tptable.hxx
+++ b/sc/source/ui/inc/tptable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tptable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-05-25 15:24:33 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:06:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,15 @@ private:
const SfxItemSet& rCoreSet );
~ScTablePage();
private:
+ FixedLine aFlPageDir;
+ RadioButton aBtnTopDown;
+ RadioButton aBtnLeftRight;
+ FixedBitmap aBmpPageDir;
+ Bitmap aImgLeftRight;
+ Bitmap aImgTopDown;
+ CheckBox aBtnPageNo;
+ NumericField aEdPageNo;
+
FixedLine aFlPrint;
CheckBox aBtnHeaders;
CheckBox aBtnGrid;
@@ -101,20 +110,10 @@ private:
CheckBox aBtnFormulas;
CheckBox aBtnNullVals;
- FixedLine aFlSep;
- FixedLine aFlPageDir;
- RadioButton aBtnTopDown;
- RadioButton aBtnLeftRight;
- FixedBitmap aBmpPageDir;
- Bitmap aImgLeftRight;
- Bitmap aImgTopDown;
- CheckBox aBtnPageNo;
- NumericField aEdPageNo;
-
FixedLine aFlScale;
RadioButton aBtnScaleAll;
RadioButton aBtnScalePageNum;
- NumericField aEdScaleAll;
+ MetricField aEdScaleAll;
NumericField aEdScalePageNum;
#ifdef _TPTABLE_CXX
diff --git a/sc/source/ui/pagedlg/pagedlg.hrc b/sc/source/ui/pagedlg/pagedlg.hrc
index 8c4417349..bf7e30423 100644
--- a/sc/source/ui/pagedlg/pagedlg.hrc
+++ b/sc/source/ui/pagedlg/pagedlg.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: pagedlg.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2001-05-25 15:23:16 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:08:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,6 @@
//================================================
// TabPage: Tabelle
-#define FL_SEP 1
-
#define BTN_GRID 10
#define BTN_HEADER 11
#define BTN_NOTES 12
diff --git a/sc/source/ui/pagedlg/pagedlg.src b/sc/source/ui/pagedlg/pagedlg.src
index 8c2330b69..7394e082e 100644
--- a/sc/source/ui/pagedlg/pagedlg.src
+++ b/sc/source/ui/pagedlg/pagedlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: pagedlg.src,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: dr $ $Date: 2001-05-25 15:23:16 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:08:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -708,8 +708,8 @@ TabPage RID_SCPAGE_TABLE
Size = MAP_APPFONT ( 260 , 185 ) ;
CheckBox BTN_HEADER
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 91 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 73 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Zeilen- & Sp~altenkpfe : Zeilen- & Sp~altenkpfe */
Text = "Zeilen- & Sp~altenkpfe" ;
Text [ ENGLISH ] = "Column- & row he~adings" ;
@@ -738,8 +738,8 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_GRID
{
- Pos = MAP_APPFONT ( 12 , 28 ) ;
- Size = MAP_APPFONT ( 91 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 87 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
Text = "Tabellen~gitter" ;
Text [ ENGLISH ] = "~Grid" ;
Text [ norwegian ] = "~Grid" ;
@@ -767,8 +767,8 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_NOTES
{
- Pos = MAP_APPFONT ( 12 , 42 ) ;
- Size = MAP_APPFONT ( 91 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 101 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
Text = "~Notizen" ;
Text [ ENGLISH ] = "~Notes" ;
Text [ norwegian ] = "~Notes" ;
@@ -796,8 +796,8 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_OBJECTS
{
- Pos = MAP_APPFONT ( 12 , 56 ) ;
- Size = MAP_APPFONT ( 91 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 115 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
Text = "~Objekte/Grafiken" ;
Text [ ENGLISH ] = "~Objects/Images" ;
Text [ norwegian ] = "~Objects/Images" ;
@@ -825,7 +825,7 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_CHARTS
{
- Pos = MAP_APPFONT ( 12 , 70 ) ;
+ Pos = MAP_APPFONT ( 160 , 73 ) ;
Size = MAP_APPFONT ( 91 , 10 ) ;
Text = "~Diagramme" ;
Text [ ENGLISH ] = "~Charts" ;
@@ -854,7 +854,7 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_DRAWINGS
{
- Pos = MAP_APPFONT ( 12 , 84 ) ;
+ Pos = MAP_APPFONT ( 160 , 87 ) ;
Size = MAP_APPFONT ( 91 , 10 ) ;
Text = "Zeichenob~jekte" ;
Text [ ENGLISH ] = "Drawob~jects" ;
@@ -883,7 +883,7 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_FORMULAS
{
- Pos = MAP_APPFONT ( 12 , 98 ) ;
+ Pos = MAP_APPFONT ( 160 , 101 ) ;
Size = MAP_APPFONT ( 91 , 10 ) ;
Text = "~Formeln" ;
Text [ ENGLISH ] = "~Formulas" ;
@@ -912,7 +912,7 @@ TabPage RID_SCPAGE_TABLE
};
CheckBox BTN_NULLVALS
{
- Pos = MAP_APPFONT ( 12 , 112 ) ;
+ Pos = MAP_APPFONT ( 160 , 115 ) ;
Size = MAP_APPFONT ( 91 , 10 ) ;
Text = "N~ullwerte" ;
Text [ ENGLISH ] = "N~ull values" ;
@@ -941,8 +941,8 @@ TabPage RID_SCPAGE_TABLE
};
FixedLine FL_PRINT
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 100 , 8 ) ;
+ Pos = MAP_APPFONT ( 6 , 62 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Drucken" ;
Text [ ENGLISH ] = "Print" ;
Text [ norwegian ] = "Skriv ut" ;
@@ -967,17 +967,12 @@ TabPage RID_SCPAGE_TABLE
Text[ turkish ] = "Yazdr";
Text[ catalan ] = "Imprimir";
};
- FixedLine FL_SEP
- {
- Pos = MAP_APPFONT ( 109 , 14 ) ;
- Size = MAP_APPFONT ( 1 , 108 ) ;
- };
RadioButton BTN_TOPDOWN
{
- Pos = MAP_APPFONT ( 118 , 14 ) ;
- Size = MAP_APPFONT ( 82 , 10 ) ;
- Text = "Von o~ben nach unten" ;
- Text [ ENGLISH ] = "~Top to bottom" ;
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
+ Text = "Von o~ben nach unten, dann nach rechts" ;
+ Text [ ENGLISH ] = "~Top to bottom, then to right" ;
Text [ norwegian ] = "~Top to bottom" ;
Text [ italian ] = "Dall'al~to in basso" ;
Text [ portuguese_brazilian ] = "~De cima para baixo" ;
@@ -1003,10 +998,10 @@ TabPage RID_SCPAGE_TABLE
};
RadioButton BTN_LEFTRIGHT
{
- Pos = MAP_APPFONT ( 118 , 28 ) ;
- Size = MAP_APPFONT ( 82 , 10 ) ;
- Text = "Von lin~ks nach rechts" ;
- Text [ ENGLISH ] = "Left to rig~ht" ;
+ Pos = MAP_APPFONT ( 12 , 28 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
+ Text = "Von lin~ks nach rechts, dann nach unten" ;
+ Text [ ENGLISH ] = "Left to rig~ht, then to bottom" ;
Text [ norwegian ] = "Left to rig~ht" ;
Text [ italian ] = "Da sinistra a d~estra" ;
Text [ portuguese_brazilian ] = "Da esquerda para a di~reita" ;
@@ -1033,7 +1028,7 @@ TabPage RID_SCPAGE_TABLE
};
FixedBitmap BMP_PAGEDIR
{
- Pos = MAP_APPFONT ( 214 , 13 ) ;
+ Pos = MAP_APPFONT ( 160 , 14 ) ;
Size = MAP_APPFONT ( 25 , 25 ) ;
};
// Image IMG_LEFTRIGHT { BMP( "lftrgt.bmp" ); COLMASK; };
@@ -1042,7 +1037,7 @@ TabPage RID_SCPAGE_TABLE
Bitmap IMG_TOPDOWN { File = "topdown.bmp" ; };
CheckBox BTN_PAGENO
{
- Pos = MAP_APPFONT ( 118 , 46 ) ;
+ Pos = MAP_APPFONT ( 12 , 46 ) ;
Size = MAP_APPFONT ( 70 , 10 ) ;
Text = "Erste Seiten~zahl" ;
Text [ ENGLISH ] = "First ~page" ;
@@ -1072,7 +1067,7 @@ TabPage RID_SCPAGE_TABLE
NumericField ED_PAGENO
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 191 , 44 ) ;
+ Pos = MAP_APPFONT ( 86 , 44 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
@@ -1083,8 +1078,8 @@ TabPage RID_SCPAGE_TABLE
};
FixedLine FL_PAGEDIR
{
- Pos = MAP_APPFONT ( 112 , 3 ) ;
- Size = MAP_APPFONT ( 142 , 8 ) ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Seitenreihenfolge" ;
Text [ ENGLISH ] = "Page Order" ;
Text [ norwegian ] = "Page Order" ;
@@ -1111,67 +1106,25 @@ TabPage RID_SCPAGE_TABLE
};
RadioButton BTN_SCALEALL
{
- Pos = MAP_APPFONT ( 118 , 75 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text = "A~lles auf [%]" ;
- Text [ ENGLISH ] = "~All pages to [%]" ;
- Text [ norwegian ] = "~All pages to [%]" ;
- Text [ italian ] = "~Tutto a [%]" ;
- Text [ portuguese_brazilian ] = "~Todas as p?ginas para [%]" ;
- Text [ portuguese ] = "~Tudo para [%]" ;
- Text [ DANISH ] = "Alt til [%]" ;
- Text [ ENGLISH_US ] = "~All to [%]" ;
- Text [ SPANISH ] = "~Todo al [%]" ;
- Text [ FINNISH ] = "~Kaikki -> [%]" ;
- Text [ FRENCH ] = "~Tout [%]" ;
- Text [ DUTCH ] = "~Alles naar [%]" ;
- Text [ SWEDISH ] = "A~llt till (%)" ;
+ Pos = MAP_APPFONT ( 12 , 144 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
+ Text = "Ausdruck verk~leinern/vergrern" ;
+ Text [ ENGLISH ] = "Sc~ale down/scale up printout" ;
TabStop = TRUE ;
- Text[ chinese_simplified ] = "ȫðٷֱ[%](~A)";
- Text[ russian ] = " [%]";
- Text[ polish ] = "Wszystko na [%] ";
- Text[ japanese ] = "ׂ [%](~A)";
- Text[ greek ] = "~ [%]";
- Text[ korean ] = "ü [%] (~A)";
- Text[ chinese_traditional ] = "ĥ[%](~A)";
- Text[ arabic ] = " [%]";
- Text[ turkish ] = "T~m [%]";
- Text[ catalan ] = "~Todo al [%]";
};
RadioButton BTN_SCALEPAGENUM
{
- Pos = MAP_APPFONT ( 118 , 91 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text = "Ma~x. Seitenzahl" ;
- Text [ ENGLISH ] = "To ~fit on pages" ;
- Text [ norwegian ] = "To ~fit on pages" ;
- Text [ italian ] = "Num. massimo pagine" ;
- Text [ portuguese_brazilian ] = "Para ~se ajustar nas p?ginas" ;
- Text [ portuguese ] = "~Mximo de pginas" ;
- Text [ DANISH ] = "Maks. antal sider" ;
- Text [ ENGLISH_US ] = "~Max. no. of pages" ;
- Text [ SPANISH ] = "Nm. ~mx. de pginas" ;
- Text [ FINNISH ] = "~Sivujen enimmismr" ;
- Text [ FRENCH ] = "Nbre ~max. de pages" ;
- Text [ DUTCH ] = "Hoogste ~paginanr." ;
- Text [ SWEDISH ] = "Ma~x antal sidor" ;
+ Pos = MAP_APPFONT ( 12 , 160 ) ;
+ Size = MAP_APPFONT ( 142 , 10 ) ;
+ Text = "Ausdruck auf Seitenzahl an~passen" ;
+ Text [ ENGLISH ] = "~Fit printout on pages" ;
TabStop = TRUE ;
- Text[ chinese_simplified ] = "ҳ(~M)";
- Text[ russian ] = " ";
- Text[ polish ] = "Maks. licz~ba stron";
- Text[ japanese ] = "ō߰ސ(~M)";
- Text[ chinese_traditional ] = "̦h(~M)";
- Text[ arabic ] = " ";
- Text[ greek ] = "~. ";
- Text[ korean ] = "ִ (~M)";
- Text[ turkish ] = "A~zami sayfa says";
- Text[ catalan ] = "Nm. ~mx. de pginas";
- };
- NumericField ED_SCALEALL
+ };
+ MetricField ED_SCALEALL
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 191 , 73 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 160 , 142 ) ;
+ Size = MAP_APPFONT ( 35 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
@@ -1179,12 +1132,14 @@ TabPage RID_SCPAGE_TABLE
First = 15 ;
Last = 200 ;
SpinSize = 1 ;
+ Unit = FUNIT_CUSTOM ;
+ CustomUnitText = "%" ;
};
NumericField ED_SCALEPAGENUM
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 191 , 89 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 160 , 158 ) ;
+ Size = MAP_APPFONT ( 35 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
@@ -1194,9 +1149,9 @@ TabPage RID_SCPAGE_TABLE
};
FixedLine FL_SCALE
{
- Pos = MAP_APPFONT ( 112 , 62 ) ;
- Size = MAP_APPFONT ( 142 , 8 ) ;
- Text = "Skalierung" ;
+ Pos = MAP_APPFONT ( 6 , 131 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Skalieren" ;
Text [ ENGLISH ] = "Scale" ;
Text [ ENGLISH_US ] = "Scale" ;
Text [ dutch ] = "Schaal" ;
diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx
index 01499942b..2a43445e3 100644
--- a/sc/source/ui/pagedlg/tptable.cxx
+++ b/sc/source/ui/pagedlg/tptable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tptable.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-05-25 15:23:16 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:08:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,8 @@ BOOL lcl_PutScaleItem( USHORT nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const RadioButton& rBtn,
- const NumericField& rEd );
+ const SpinField& rEd,
+ UINT16 nValue );
BOOL lcl_PutBoolItem( USHORT nWhich,
SfxItemSet& rCoreSet,
@@ -133,7 +134,6 @@ ScTablePage::ScTablePage( Window* pParent,
aBtnFormulas ( this, ScResId( BTN_FORMULAS ) ),
aBtnNullVals ( this, ScResId( BTN_NULLVALS ) ),
aFlPrint ( this, ScResId( FL_PRINT ) ),
- aFlSep ( this, ScResId( FL_SEP ) ),
aBtnTopDown ( this, ScResId( BTN_TOPDOWN ) ),
aBtnLeftRight ( this, ScResId( BTN_LEFTRIGHT ) ),
aBmpPageDir ( this, ScResId( BMP_PAGEDIR ) ),
@@ -154,7 +154,10 @@ ScTablePage::ScTablePage( Window* pParent,
aBtnLeftRight .SetClickHdl( PAGEDIR_HDL );
aBtnScaleAll .SetClickHdl( SCALE_HDL );
aBtnScalePageNum .SetClickHdl( SCALE_HDL );
- aFlSep.SetStyle( aFlSep.GetStyle() | WB_VERT );
+
+ Size aBmpSize = Bitmap( IMG_LEFTRIGHT ).GetSizePixel();
+ aBmpPageDir.SetOutputSizePixel( aBmpSize );
+
FreeResource();
}
@@ -341,11 +344,13 @@ BOOL __EXPORT ScTablePage::FillItemSet( SfxItemSet& rCoreSet )
bDataChanged |= lcl_PutScaleItem( GetWhich(SID_SCATTR_PAGE_SCALE),
rCoreSet, rOldSet,
- aBtnScaleAll, aEdScaleAll );
+ aBtnScaleAll, aEdScaleAll,
+ (UINT16)aEdScaleAll.GetValue() );
bDataChanged |= lcl_PutScaleItem( GetWhich(SID_SCATTR_PAGE_SCALETOPAGES),
rCoreSet, rOldSet,
- aBtnScalePageNum, aEdScalePageNum );
+ aBtnScalePageNum, aEdScalePageNum,
+ (UINT16)aEdScalePageNum.GetValue() );
return bDataChanged;
}
@@ -460,9 +465,10 @@ BOOL lcl_PutScaleItem( USHORT nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const RadioButton& rBtn,
- const NumericField& rEd )
+ const SpinField& rEd,
+ UINT16 nValue )
{
- UINT16 nValue = (UINT16)rEd.GetValue();
+// UINT16 nValue = (UINT16)rEd.GetValue();
BOOL bIsChecked = rBtn.IsChecked();
BOOL bSaveValue = rBtn.GetSavedValue();
BOOL bDataChanged = FALSE;
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 7daa86de7..0dc2f60f0 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optdlg.src,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: kz $ $Date: 2001-05-19 05:16:47 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:09:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,7 +226,7 @@ TabPage RID_SCPAGE_CALC
CheckBox BTN_ITERATE
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 49 , 10 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Iterationen" ;
Text [ ENGLISH ] = "~Iterations" ;
Text [ norwegian ] = "~Iterations" ;
@@ -255,7 +255,7 @@ TabPage RID_SCPAGE_CALC
FixedText FT_STEPS
{
Pos = MAP_APPFONT ( 20 , 28 ) ;
- Size = MAP_APPFONT ( 52 , 8 ) ;
+ Size = MAP_APPFONT ( 58 , 8 ) ;
Text = "Sch~ritte" ;
Text [ ENGLISH ] = "S~teps" ;
Text [ norwegian ] = "S~teps" ;
@@ -283,8 +283,8 @@ TabPage RID_SCPAGE_CALC
};
FixedText FT_EPS
{
- Pos = MAP_APPFONT ( 20 , 44 ) ;
- Size = MAP_APPFONT ( 52 , 16 ) ;
+ Pos = MAP_APPFONT ( 20 , 42 ) ;
+ Size = MAP_APPFONT ( 58 , 16 ) ;
Text = "Minimaler nderungs~wert" ;
Text [ ENGLISH ] = "Minimum Chan~ge" ;
Text [ ENGLISH_US ] = "~Minimum Change" ;
@@ -313,8 +313,8 @@ TabPage RID_SCPAGE_CALC
NumericField ED_STEPS
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 74 , 27 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 82 , 26 ) ;
+ Size = MAP_APPFONT ( 42 , 12 ) ;
TabStop = TRUE ;
Minimum = 1 ;
Maximum = 1000 ;
@@ -323,19 +323,19 @@ TabPage RID_SCPAGE_CALC
Edit ED_EPS
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 74 , 43 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 82 , 42 ) ;
+ Size = MAP_APPFONT ( 42 , 12 ) ;
};
FixedLine GB_ZREFS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 114 , 8 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Zirkulre Referenzen" ;
- Text [ ENGLISH ] = "~Circular References" ;
- Text [ norwegian ] = "~Circular References" ;
- Text [ italian ] = "Riferimenti ~circolari" ;
- Text [ portuguese_brazilian ] = "~Circular References" ;
- Text [ portuguese ] = "~Referncias circulares" ;
+ Text [ ENGLISH ] = "Circular References" ;
+ Text [ norwegian ] = "Circular References" ;
+ Text [ italian ] = "Riferimenti circolari" ;
+ Text [ portuguese_brazilian ] = "Circular References" ;
+ Text [ portuguese ] = "Referncias circulares" ;
Text [ finnish ] = "Iterointiviitteet" ;
Text [ danish ] = "Cirkulre referencer" ;
Text [ french ] = "Rfrences circulaires" ;
@@ -357,12 +357,12 @@ TabPage RID_SCPAGE_CALC
};
RadioButton BTN_DATESTD
{
- Pos = MAP_APPFONT ( 132 , 14 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 14 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
QuickHelpText = "Wert 0 entspricht dem 30.12.1899" ;
QuickHelpText [ ENGLISH ] = "Value 0 yields 30.12.1899" ;
- Text = "30.12.1899 ( ~Standard )" ;
- Text [ ENGLISH ] = "St~andard" ;
+ Text = "30.12.1899 (~Standard)" ;
+ Text [ ENGLISH ] = "12/30/1899 (Standa~rd)" ;
Text [ norwegian ] = "St~andard" ;
Text [ italian ] = "30/12/1899 (~Standard )" ;
Text [ portuguese_brazilian ] = "P~adr?o" ;
@@ -406,13 +406,13 @@ TabPage RID_SCPAGE_CALC
};
RadioButton BTN_DATESC10
{
- Pos = MAP_APPFONT ( 132 , 28 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 28 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
QuickHelpText = "Wert 0 entspricht dem 01.01.1900" ;
QuickHelpText [ ENGLISH ] = "Value 0 yields 01.01.1900" ;
/* ### ACHTUNG: Neuer Text in Resource? 01.01.1900 ( Star~Calc 1.0 ) : StarCa~lc 1.0 */
- Text = "01.01.1900 ( Star~Calc 1.0 )" ;
- Text [ ENGLISH ] = "StarCa~lc 1.0" ;
+ Text = "01.01.1900 (Star~Calc 1.0)" ;
+ Text [ ENGLISH ] = "01/01/1900 (Star~Calc 1.0)" ;
Text [ norwegian ] = "StarCa~lc 1.0" ;
Text [ italian ] = "01/01/1900 (Star~Calc 1.0)" ;
Text [ portuguese_brazilian ] = "StarCa~lc 1.0" ;
@@ -456,13 +456,13 @@ TabPage RID_SCPAGE_CALC
};
RadioButton BTN_DATE1904
{
- Pos = MAP_APPFONT ( 132 , 42 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 42 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
QuickHelpText = "Wert 0 entspricht dem 01.01.1904" ;
QuickHelpText [ ENGLISH ] = "Value 0 yields 01.01.1904" ;
/* ### ACHTUNG: Neuer Text in Resource? ~01.01.1904 : ~1904 */
Text = "~01.01.1904" ;
- Text [ ENGLISH ] = "~1904" ;
+ Text [ ENGLISH ] = "~01/01/1904" ;
Text [ norwegian ] = "~1904" ;
Text [ italian ] = "~01/01/1904" ;
Text [ portuguese_brazilian ] = "~1904" ;
@@ -506,13 +506,13 @@ TabPage RID_SCPAGE_CALC
};
FixedLine FL_SEPARATOR
{
- Pos = MAP_APPFONT ( 121 , 10 ) ;
- Size = MAP_APPFONT ( 4 , 50 ) ;
+ Pos = MAP_APPFONT ( 130 , 14 ) ;
+ Size = MAP_APPFONT ( 1 , 44 ) ;
};
FixedLine GB_DATE
{
- Pos = MAP_APPFONT ( 126 , 3 ) ;
- Size = MAP_APPFONT ( 128 , 8 ) ;
+ Pos = MAP_APPFONT ( 133 , 3 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Datum" ;
Text [ ENGLISH ] = "Date" ;
Text [ norwegian ] = "Date" ;
@@ -540,13 +540,13 @@ TabPage RID_SCPAGE_CALC
};
FixedLine FL_H_SEPARATOR
{
- Pos = MAP_APPFONT ( 6 , 66 ) ;
+ Pos = MAP_APPFONT ( 6 , 64 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
};
FixedText FT_PREC
{
- Pos = MAP_APPFONT ( 160 , 78 ) ;
- Size = MAP_APPFONT ( 65 , 8 ) ;
+ Pos = MAP_APPFONT ( 150 , 77 ) ;
+ Size = MAP_APPFONT ( 72 , 8 ) ;
Text = "Nach~kommastellen" ;
Text [ ENGLISH ] = "~Precision" ;
Text [ norwegian ] = "~Precision" ;
@@ -576,15 +576,15 @@ TabPage RID_SCPAGE_CALC
NumericField ED_PREC
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 229 , 77 ) ;
+ Pos = MAP_APPFONT ( 226 , 75 ) ;
Size = MAP_APPFONT ( 25 , 12 ) ;
Maximum = 20 ;
Spin = TRUE ;
};
CheckBox BTN_CASE
{
- Pos = MAP_APPFONT ( 6 , 78 ) ;
- Size = MAP_APPFONT ( 120 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 77 ) ;
+ Size = MAP_APPFONT ( 130 , 10 ) ;
Text = "~Gro-/Kleinschreibung beachten" ;
Text [ ENGLISH ] = "~Case sensitive" ;
Text [ norwegian ] = "~Case sensitive" ;
@@ -612,8 +612,8 @@ TabPage RID_SCPAGE_CALC
};
CheckBox BTN_CALC
{
- Pos = MAP_APPFONT ( 6 , 91 ) ;
- Size = MAP_APPFONT ( 120 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 91 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
Text = "Gena~uigkeit wie angezeigt" ;
Text [ ENGLISH ] = "Calc~ulate as precise as shown" ;
Text [ norwegian ] = "Calc~ulate as precise as shown" ;
@@ -641,8 +641,8 @@ TabPage RID_SCPAGE_CALC
};
CheckBox BTN_MATCH
{
- Pos = MAP_APPFONT ( 6 , 105 ) ;
- Size = MAP_APPFONT ( 240 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 105 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
Text = "Suchkri~terien = und <> mssen auf ganze Zellen zutreffen" ;
Text [ ENGLISH ] = "Search cri~terias = and <> must match entire cells" ;
Text [ english_us ] = "Search criteria = and <> must apply to ~whole cells" ;
@@ -669,36 +669,36 @@ TabPage RID_SCPAGE_CALC
};
CheckBox BTN_REGEX
{
- Pos = MAP_APPFONT ( 6 , 119 ) ;
- Size = MAP_APPFONT ( 240 , 10 ) ;
- Text = "Regulre Ausdrcke in Formeln ermglichen" ;
- Text [ ENGLISH ] = "Enable regular expressions in formulas" ;
- Text [ english_us ] = "Enable regular expressions in formulas" ;
- Text [ italian ] = "Enable regular expressions in formulas" ;
- Text [ spanish ] = "Enable regular expressions in formulas" ;
- Text [ french ] = "Enable regular expressions in formulas" ;
- Text [ dutch ] = "Enable regular expressions in formulas" ;
- Text [ swedish ] = "Enable regular expressions in formulas" ;
- Text [ danish ] = "Enable regular expressions in formulas" ;
- Text [ portuguese_brazilian ] = "Enable regular expressions in formulas" ;
- Text [ portuguese ] = "Enable regular expressions in formulas" ;
- Text[ chinese_simplified ] = "Enable regular expressions in formulas";
- Text[ russian ] = "Enable regular expressions in formulas";
- Text[ polish ] = "Enable regular expressions in formulas";
- Text[ japanese ] = "Enable regular expressions in formulas";
- Text[ chinese_traditional ] = "Enable regular expressions in formulas";
- Text[ arabic ] = "Enable regular expressions in formulas";
- Text[ greek ] = "Enable regular expressions in formulas";
- Text[ korean ] = "Enable regular expressions in formulas";
- Text[ turkish ] = "Enable regular expressions in formulas";
+ Pos = MAP_APPFONT ( 12 , 119 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
+ Text = "Regulre Ausdrcke in ~Formeln ermglichen" ;
+ Text [ ENGLISH ] = "Enable regular expressions in ~formulas" ;
+ Text [ english_us ] = "Enable regular expressions in ~formulas" ;
+ Text [ italian ] = "Enable regular expressions in ~formulas" ;
+ Text [ spanish ] = "Enable regular expressions in ~formulas" ;
+ Text [ french ] = "Enable regular expressions in ~formulas" ;
+ Text [ dutch ] = "Enable regular expressions in ~formulas" ;
+ Text [ swedish ] = "Enable regular expressions in ~formulas" ;
+ Text [ danish ] = "Enable regular expressions in ~formulas" ;
+ Text [ portuguese_brazilian ] = "Enable regular expressions in ~formulas" ;
+ Text [ portuguese ] = "Enable regular expressions in ~formulas" ;
+ Text[ chinese_simplified ] = "Enable regular expressions in ~formulas";
+ Text[ russian ] = "Enable regular expressions in ~formulas";
+ Text[ polish ] = "Enable regular expressions in ~formulas";
+ Text[ japanese ] = "Enable regular expressions in ~formulas";
+ Text[ chinese_traditional ] = "Enable regular expressions in ~formulas";
+ Text[ arabic ] = "Enable regular expressions in ~formulas";
+ Text[ greek ] = "Enable regular expressions in ~formulas";
+ Text[ korean ] = "Enable regular expressions in ~formulas";
+ Text[ turkish ] = "Enable regular expressions in ~formulas";
Text[ language_user1 ] = " ";
- Text[ finnish ] = "Enable regular expressions in formulas";
- Text[ catalan ] = "Enable regular expressions in formulas";
+ Text[ finnish ] = "Enable regular expressions in ~formulas";
+ Text[ catalan ] = "Enable regular expressions in ~formulas";
};
CheckBox BTN_LOOKUP
{
- Pos = MAP_APPFONT ( 6 , 133 ) ;
- Size = MAP_APPFONT ( 240 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 133 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
Text = "Spalten-/Zeilen~beschriftungen automatisch suchen" ;
Text [ ENGLISH ] = "Search column and row ~labels automatically" ;
Text [ english_us ] = "~Automatically find column and row labels " ;
@@ -1116,7 +1116,7 @@ TabPage RID_SCPAGE_CONTENT
FixedLine GB_LINES
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 118 , 8 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Optische Hilfen" ;
Text [ ENGLISH ] = "Visual aids" ;
Text[ english_us ] = "Visual aids";
@@ -1143,7 +1143,7 @@ TabPage RID_SCPAGE_CONTENT
CheckBox CB_GRID
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Gitterlinien" ;
Text [ ENGLISH ] = "~Grid" ;
Text [ norwegian ] = "~Grid" ;
@@ -1171,8 +1171,8 @@ TabPage RID_SCPAGE_CONTENT
};
FixedText FT_COLOR
{
- Pos = MAP_APPFONT ( 22 , 29 ) ;
- Size = MAP_APPFONT ( 23 , 8 ) ;
+ Pos = MAP_APPFONT ( 20 , 28 ) ;
+ Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "F~arbe" ;
Text [ ENGLISH ] = "~Color" ;
Text [ norwegian ] = "~Color" ;
@@ -1201,15 +1201,15 @@ TabPage RID_SCPAGE_CONTENT
ListBox LB_COLOR
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 48 , 28 ) ;
- Size = MAP_APPFONT ( 75 , 86 ) ;
+ Pos = MAP_APPFONT ( 54 , 26 ) ;
+ Size = MAP_APPFONT ( 70 , 86 ) ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
};
CheckBox CB_PAGEBREAKS
{
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 42 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Seitenumbrche" ;
Text [ ENGLISH ] = "Page breaks" ;
Text [ english_us ] = "~Page breaks" ;
@@ -1236,10 +1236,10 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_GUIDELINE
{
- Pos = MAP_APPFONT ( 12 , 58 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 56 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "H~ilfslinien whrend der Bewegung" ;
- Text [ ENGLISH ] = "Guides while moving" ;
+ Text [ ENGLISH ] = "Guides ~while moving" ;
Text[ english_us ] = "Guides ~while moving";
Text[ portuguese ] = "Guias durante o movimento";
Text[ russian ] = " ";
@@ -1263,8 +1263,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_HANDLES
{
- Pos = MAP_APPFONT ( 12 , 72 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 70 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Einfache Griffe" ;
Text [ ENGLISH ] = "~Simple Handles" ;
Text[ english_us ] = "~Simple handles";
@@ -1291,8 +1291,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_BIGHANDLES
{
- Pos = MAP_APPFONT ( 12 , 86 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 84 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "Gr~oe Griffe" ;
Text [ ENGLISH ] = "~Big Handles" ;
Text[ english_us ] = "~Large handles";
@@ -1319,13 +1319,13 @@ TabPage RID_SCPAGE_CONTENT
};
FixedLine FL_SEPARATOR1
{
- Pos = MAP_APPFONT ( 125 , 10 ) ;
- Size = MAP_APPFONT ( 4 , 93 ) ;
+ Pos = MAP_APPFONT ( 130 , 14 ) ;
+ Size = MAP_APPFONT ( 1 , 88 ) ;
};
FixedLine GB_DISPLAY
{
- Pos = MAP_APPFONT ( 130 , 3 ) ;
- Size = MAP_APPFONT ( 124 , 8 ) ;
+ Pos = MAP_APPFONT ( 133 , 3 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Anzeigen" ;
Text [ ENGLISH ] = "Display" ;
Text [ norwegian ] = "Display" ;
@@ -1353,8 +1353,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_FORMULA
{
- Pos = MAP_APPFONT ( 136 , 14 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 14 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Formeln" ;
Text [ ENGLISH ] = "~Formulas" ;
Text [ norwegian ] = "~Formulas" ;
@@ -1382,8 +1382,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_NIL
{
- Pos = MAP_APPFONT ( 136 , 27 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 27 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Nullwerte" ;
Text [ ENGLISH ] = "~Null values" ;
Text [ norwegian ] = "~Null values" ;
@@ -1411,9 +1411,9 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_ANNOT
{
- Pos = MAP_APPFONT ( 136 , 40 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
- Text = "Not~izanzeiger" ;
+ Pos = MAP_APPFONT ( 139 , 40 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "Noti~zanzeiger" ;
Text [ ENGLISH ] = "Note Tag~s" ;
Text [ norwegian ] = "Note Tag~s" ;
Text [ italian ] = "Indica~zione note" ;
@@ -1440,8 +1440,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_VALUE
{
- Pos = MAP_APPFONT ( 136 , 53 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 53 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "Werte her~vorheben" ;
Text [ ENGLISH ] = "Syntax highlighting" ;
Text [ norwegian ] = "Syntax highlighting" ;
@@ -1469,9 +1469,9 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_ANCHOR
{
- Pos = MAP_APPFONT ( 136 , 66 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
- Text = "~Anker" ;
+ Pos = MAP_APPFONT ( 139 , 66 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "An~ker" ;
Text [ ENGLISH ] = "Anchor" ;
Text [ dutch ] = "~Anker" ;
Text [ english_us ] = "~Anchor" ;
@@ -1497,8 +1497,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_CLIP
{
- Pos = MAP_APPFONT ( 136 , 79 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 79 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Textberlauf" ;
Text [ ENGLISH ] = "~Text overflow" ;
Text [ english_us ] = "Te~xt overflow" ;
@@ -1525,10 +1525,10 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_RFIND
{
- Pos = MAP_APPFONT ( 136 , 92 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 92 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Referenzen farbig anzeigen" ;
- Text [ ENGLISH ] = "Show colored references" ;
+ Text [ ENGLISH ] = "Show r~eferences in color" ;
Text [ english_us ] = "Sho~w references in color" ;
Text [ portuguese_brazilian ] = "~Referenzen farbig anzeigen" ;
Text [ swedish ] = "Visa ~referenser i frg" ;
@@ -1554,7 +1554,7 @@ TabPage RID_SCPAGE_CONTENT
FixedLine GB_OBJECT
{
Pos = MAP_APPFONT ( 6 , 108 ) ;
- Size = MAP_APPFONT ( 118 , 8 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Objekte" ;
Text [ ENGLISH ] = "Objects" ;
Text[ chinese_simplified ] = "";
@@ -1584,7 +1584,7 @@ TabPage RID_SCPAGE_CONTENT
{
Pos = MAP_APPFONT ( 12 , 121 ) ;
Size = MAP_APPFONT ( 68 , 8 ) ;
- Text = "~Objekte/Grafiken" ;
+ Text = "Ob~jekte/Grafiken" ;
Text [ ENGLISH ] = "Objects/Images" ;
Text [ norwegian ] = "Objects/Images" ;
Text [ italian ] = "~Oggetti/immagini" ;
@@ -1611,7 +1611,7 @@ TabPage RID_SCPAGE_CONTENT
};
ListBox LB_OBJGRF
{
- Pos = MAP_APPFONT ( 83 , 119 ) ;
+ Pos = MAP_APPFONT ( 84 , 119 ) ;
LB_OBJECTMODE
};
FixedText FT_DIAGRAM
@@ -1645,14 +1645,14 @@ TabPage RID_SCPAGE_CONTENT
};
ListBox LB_DIAGRAM
{
- Pos = MAP_APPFONT ( 83 , 135 ) ;
+ Pos = MAP_APPFONT ( 84 , 135 ) ;
LB_OBJECTMODE
};
FixedText FT_DRAW
{
Pos = MAP_APPFONT ( 12 , 153 ) ;
Size = MAP_APPFONT ( 68 , 8 ) ;
- Text = "~Zeichenobjekte" ;
+ Text = "Zei~chenobjekte" ;
Text [ ENGLISH ] = "Draw objects" ;
Text [ norwegian ] = "Draw objects" ;
Text [ italian ] = "Oggetti di disegno" ;
@@ -1679,18 +1679,18 @@ TabPage RID_SCPAGE_CONTENT
};
ListBox LB_DRAW
{
- Pos = MAP_APPFONT ( 83 , 151 ) ;
+ Pos = MAP_APPFONT ( 84 , 151 ) ;
LB_OBJECTMODE
};
FixedLine FL_SEPARATOR2
{
- Pos = MAP_APPFONT ( 125 , 115 ) ;
- Size = MAP_APPFONT ( 4 , 64 ) ;
+ Pos = MAP_APPFONT ( 130 , 119 ) ;
+ Size = MAP_APPFONT ( 1 , 62 ) ;
};
FixedLine GB_WINDOW
{
- Pos = MAP_APPFONT ( 130 , 108 ) ;
- Size = MAP_APPFONT ( 124 , 8 ) ;
+ Pos = MAP_APPFONT ( 133 , 108 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Fenster" ;
Text [ ENGLISH ] = "Window" ;
Text [ norwegian ] = "Window" ;
@@ -1718,9 +1718,9 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_ROWCOLHEADER
{
- Pos = MAP_APPFONT ( 136 , 119) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
- Text = "~Zeilen- und Spaltenkpfe" ;
+ Pos = MAP_APPFONT ( 139 , 119 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "Zeilen- und Spaltenk~pfe" ;
Text [ ENGLISH ] = "Colu~mn-/Row Headings" ;
Text [ norwegian ] = "Colu~mn-/Row Headings" ;
Text [ italian ] = "Intestazioni colo~nna/riga" ;
@@ -1747,8 +1747,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_HSCROLL
{
- Pos = MAP_APPFONT ( 136 , 132) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 132 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Horizontale Bildlaufleiste" ;
Text [ ENGLISH ] = " ~Horizontal scrollbar" ;
Text [ norwegian ] = " ~Horizontal scrollbar" ;
@@ -1776,9 +1776,9 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_VSCROLL
{
- Pos = MAP_APPFONT ( 136 , 145 ) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
- Text = "~Vertikale Bildlaufleiste" ;
+ Pos = MAP_APPFONT ( 139 , 145 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "Vertika~le Bildlaufleiste" ;
Text [ ENGLISH ] = "~Vertical scrollbar" ;
Text [ norwegian ] = "~Vertical scrollbar" ;
Text [ italian ] = "Barra di scorrimento verticale" ;
@@ -1805,10 +1805,10 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_TBLREG
{
- Pos = MAP_APPFONT ( 136 , 158) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
- Text = "Tabellen~register" ;
- Text [ ENGLISH ] = "Table ~registers" ;
+ Pos = MAP_APPFONT ( 139 , 158 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "Ta~bellenregister" ;
+ Text [ ENGLISH ] = "S~heet tabs" ;
Text [ norwegian ] = "Table ~registers" ;
Text [ italian ] = "Schede a tabella" ;
Text [ portuguese_brazilian ] = "Table ~registers" ;
@@ -1834,8 +1834,8 @@ TabPage RID_SCPAGE_CONTENT
};
CheckBox CB_OUTLINE
{
- Pos = MAP_APPFONT ( 136 , 171) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 171 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "Glieder~ungssymbole" ;
Text [ ENGLISH ] = "O~utliner" ;
Text [ norwegian ] = "O~utliner" ;
@@ -1880,19 +1880,19 @@ TabPage RID_SCPAGE_LAYOUT
FixedLine GB_UNIT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 118 , 8 ) ;
- Text = "~Metriken" ;
+ Size = MAP_APPFONT ( 115 , 8 ) ;
+ Text = "Metriken" ;
Text [ ENGLISH ] = "Metrics" ;
Text[ english_us ] = "Metrics";
- Text[ portuguese ] = "~Mtricas";
+ Text[ portuguese ] = "Mtricas";
Text[ russian ] = "";
- Text[ greek ] = "~";
- Text[ dutch ] = "~Metrieken";
- Text[ french ] = "~Mtriques";
- Text[ spanish ] = "~Mtricas";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Metrieken";
+ Text[ french ] = "Mtriques";
+ Text[ spanish ] = "Mtricas";
Text[ italian ] = "Metrici";
Text[ danish ] = "Metrics";
- Text[ swedish ] = "~Metriker";
+ Text[ swedish ] = "Metriker";
Text[ polish ] = "Metryki";
Text[ portuguese_brazilian ] = "Metrics";
Text[ japanese ] = "د";
@@ -1901,15 +1901,15 @@ TabPage RID_SCPAGE_LAYOUT
Text[ chinese_traditional ] = "rث";
Text[ turkish ] = "Metrics";
Text[ arabic ] = "";
- Text[ finnish ] = "~Metriken";
+ Text[ finnish ] = "Metriken";
Text[ catalan ] = "Metrics";
};
FixedText FT_UNIT
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
- Text = "Maeinheit" ;
- Text [ ENGLISH ] = "Measurement unit" ;
+ Text = "~Maeinheit" ;
+ Text [ ENGLISH ] = "~Measurement unit" ;
Text[ english_us ] = "Measurement unit";
Text[ portuguese ] = "Unidade de medida";
Text[ russian ] = " ";
@@ -1935,7 +1935,7 @@ TabPage RID_SCPAGE_LAYOUT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 63 , 14 ) ;
- Size = MAP_APPFONT ( 60 , 52 ) ;
+ Size = MAP_APPFONT ( 55 , 52 ) ;
DropDown = TRUE ;
};
StringArray ST_UNIT
@@ -2234,8 +2234,8 @@ TabPage RID_SCPAGE_LAYOUT
{
Pos = MAP_APPFONT ( 12 , 32 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
- Text = "Tabulator" ;
- Text [ ENGLISH ] = "Tab stops" ;
+ Text = "~Tabulator" ;
+ Text [ ENGLISH ] = "~Tab stops" ;
Text[ english_us ] = "Tab stops";
Text[ portuguese ] = "Tabulao";
Text[ russian ] = "";
@@ -2261,7 +2261,7 @@ TabPage RID_SCPAGE_LAYOUT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 63 , 30 ) ;
- Size = MAP_APPFONT ( 60 , 12 ) ;
+ Size = MAP_APPFONT ( 55 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -2275,13 +2275,13 @@ TabPage RID_SCPAGE_LAYOUT
};
FixedLine FL_SEPARATOR
{
- Pos = MAP_APPFONT ( 125 , 10 ) ;
- Size = MAP_APPFONT ( 4 , 50 ) ;
+ Pos = MAP_APPFONT ( 124 , 14 ) ;
+ Size = MAP_APPFONT ( 1 , 49 ) ;
};
FixedLine GB_LINK
{
- Pos = MAP_APPFONT ( 130 , 3 ) ;
- Size = MAP_APPFONT ( 124 , 8 ) ;
+ Pos = MAP_APPFONT ( 127 , 3 ) ;
+ Size = MAP_APPFONT ( 127 , 8 ) ;
Text = "Aktualisierung" ;
Text [ English ] = "Update" ;
Text[ english_us ] = "Updating";
@@ -2308,8 +2308,8 @@ TabPage RID_SCPAGE_LAYOUT
};
FixedText FT_UPDATE_LINKS
{
- Pos = MAP_APPFONT ( 136 , 14 ) ;
- Size = MAP_APPFONT ( 118 , 8 ) ;
+ Pos = MAP_APPFONT ( 133 , 14 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
Text = "Verknpfungen beim Laden aktualisieren" ;
Text [ English ] = "Update links when loading" ;
Text[ english_us ] = "Update links when opening";
@@ -2335,8 +2335,8 @@ TabPage RID_SCPAGE_LAYOUT
};
RadioButton RB_ALWAYS
{
- Pos = MAP_APPFONT ( 142 , 26 ) ;
- Size = MAP_APPFONT ( 75 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 25 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Immer" ;
Text [ ENGLISH ] = "~Always" ;
TabStop = TRUE ;
@@ -2364,10 +2364,10 @@ TabPage RID_SCPAGE_LAYOUT
};
RadioButton RB_REQUEST
{
- Pos = MAP_APPFONT ( 142 , 39 ) ;
- Size = MAP_APPFONT ( 75 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 39 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "Auf Nach~frage" ;
- Text [ ENGLISH ] = "On request" ;
+ Text [ ENGLISH ] = "~On request" ;
TabStop = TRUE ;
Text[ italian ] = "Su richiesta";
Text[ portuguese_brazilian ] = "On request";
@@ -2393,10 +2393,10 @@ TabPage RID_SCPAGE_LAYOUT
};
RadioButton RB_NEVER
{
- Pos = MAP_APPFONT ( 142 , 52 ) ;
- Size = MAP_APPFONT ( 75 , 10 ) ;
+ Pos = MAP_APPFONT ( 139 , 53 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
Text = "~Nie" ;
- Text [ ENGLISH ] = "Never" ;
+ Text [ ENGLISH ] = "~Never" ;
TabStop = TRUE ;
Text[ italian ] = "Mai";
Text[ portuguese_brazilian ] = "Never";
@@ -2422,7 +2422,7 @@ TabPage RID_SCPAGE_LAYOUT
};
FixedLine GB_OPTIONS
{
- Pos = MAP_APPFONT ( 6 , 68 ) ;
+ Pos = MAP_APPFONT ( 6 , 69 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Eingabeeinstellungen" ;
Text [ ENGLISH ] = "Input settings" ;
@@ -2449,10 +2449,10 @@ TabPage RID_SCPAGE_LAYOUT
};
CheckBox CB_ALIGN
{
- Pos = MAP_APPFONT ( 12 , 81 ) ;
- Size = MAP_APPFONT ( 170 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 82 ) ;
+ Size = MAP_APPFONT ( 175 , 10 ) ;
Text = "Eingabebesttigung setzt die ~Selektion nach" ;
- Text [ ENGLISH ] = "Press Enter to move selection" ;
+ Text [ ENGLISH ] = "Press Enter to move ~selection" ;
Text [ dutch ] = "Na bevestiging met Enter volgt de ~selectie" ;
Text [ english_us ] = "Press Enter to ~move selection" ;
Text [ swedish ] = "Tryck Retur fr att flytta ~markering" ;
@@ -2477,7 +2477,7 @@ TabPage RID_SCPAGE_LAYOUT
};
ListBox LB_ALIGN
{
- Pos = MAP_APPFONT ( 188 , 79 ) ;
+ Pos = MAP_APPFONT ( 191 , 80 ) ;
Size = MAP_APPFONT ( 60 , 60 ) ;
Border = TRUE ;
DropDown = TRUE ;
@@ -2646,10 +2646,10 @@ TabPage RID_SCPAGE_LAYOUT
};
CheckBox CB_EDITMODE
{
- Pos = MAP_APPFONT ( 12 , 95 ) ;
- Size = MAP_APPFONT ( 236 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 96 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
Text = "Eingabetaste schaltet in den ~Editmodus" ;
- Text [ ENGLISH ] = "Return key switches edit mode on" ;
+ Text [ ENGLISH ] = "Return key switches ~edit mode on" ;
Text [ english_us ] = "Press Enter to switch to ~edit mode" ;
Text [ swedish ] = "Retur vxlar till r~edigeringslge" ;
Text [ danish ] = "Enter-tast skifter til redigeringstilstand" ;
@@ -2674,10 +2674,10 @@ TabPage RID_SCPAGE_LAYOUT
};
CheckBox CB_FORMAT
{
- Pos = MAP_APPFONT ( 12 , 109 ) ;
- Size = MAP_APPFONT ( 236 , 10 ) ;
- Text = "~Formatierung ausdehnen" ;
- Text [ ENGLISH ] = "Expand formatting" ;
+ Pos = MAP_APPFONT ( 12 , 110 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
+ Text = "Formatierung ~ausdehnen" ;
+ Text [ ENGLISH ] = "Expand ~formatting" ;
Text [ english_us ] = "Expand ~formatting" ;
Text [ swedish ] = "Utka ~formatering" ;
Text [ danish ] = "Udvid formatering" ;
@@ -2702,10 +2702,10 @@ TabPage RID_SCPAGE_LAYOUT
};
CheckBox CB_EXPREF
{
- Pos = MAP_APPFONT ( 12 , 123 ) ;
- Size = MAP_APPFONT ( 236 , 10 ) ;
- Text = "Refere~nzen beim Spalten-/Zeileneinfgen an deren Rndern ausdehnen" ;
- Text [ ENGLISH ] = "Expand refere~nces if inserting columns/rows at their edges" ;
+ Pos = MAP_APPFONT ( 12 , 124 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
+ Text = "~Referenzen beim Spalten-/Zeileneinfgen an deren Rndern ausdehnen" ;
+ Text [ ENGLISH ] = "Expand ~references if inserting columns/rows at their edges" ;
Text [ english_us ] = "Expand ~references when new columns/rows are inserted" ;
Text [ portuguese_brazilian ] = "Refere~nzen beim Spalten-/Zeileneinf?en an deren R?ndern ausdehnen" ;
Text [ swedish ] = "Utka refere~nser i kanterna nr kolumner/rader infogas" ;
@@ -2730,8 +2730,8 @@ TabPage RID_SCPAGE_LAYOUT
};
CheckBox CB_MARKHDR
{
- Pos = MAP_APPFONT ( 12 , 137 ) ;
- Size = MAP_APPFONT ( 236 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 138 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
Text = "Se~lektion in Spalten-/Zeilenkpfen hervorheben" ;
Text [ ENGLISH ] = "~Highlight selection in Column-/Row Headings" ;
Text [ english_us ] = "Highlight sele~ction in column/row headers" ;
@@ -2758,10 +2758,10 @@ TabPage RID_SCPAGE_LAYOUT
};
CheckBox CB_TEXTFMT
{
- Pos = MAP_APPFONT ( 12 , 151 ) ;
- Size = MAP_APPFONT ( 236 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 152 ) ;
+ Size = MAP_APPFONT ( 239 , 10 ) ;
Text = "~Druckermae fr Textformatierung verwenden" ;
- Text [ ENGLISH ] = "Use printer metrics for text formatting" ;
+ Text [ ENGLISH ] = "Use ~printer metrics for text formatting" ;
};
};