summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/dlg/dlgsnap.cxx10
-rw-r--r--sd/source/ui/dlg/dlgsnap.src47
-rw-r--r--sd/source/ui/inc/dlgsnap.hrc8
-rw-r--r--sd/source/ui/inc/dlgsnap.hxx8
4 files changed, 37 insertions, 36 deletions
diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx
index 4f1892feb00a..b736be359784 100644
--- a/sd/source/ui/dlg/dlgsnap.cxx
+++ b/sd/source/ui/dlg/dlgsnap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgsnap.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:32 $
+ * last change: $Author: af $ $Date: 2001-05-16 15:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,8 +91,8 @@ SdSnapLineDlg::SdSnapLineDlg(Window* pWindow, const SfxItemSet& rInAttrs,
aFtY (this, SdResId(FT_Y)),
aMtrFldX (this, SdResId(MTR_FLD_X)),
aMtrFldY (this, SdResId(MTR_FLD_Y)),
- aGrpPos (this, SdResId(GRP_POSITION)),
- aGrpDir (this, SdResId(GRP_DIRECTION)),
+ aFlPos (this, SdResId(FL_POSITION)),
+ aFlDir (this, SdResId(FL_DIRECTION)),
aRbHorz (this, SdResId(RB_HORIZONTAL)),
aRbVert (this, SdResId(RB_VERTICAL)),
aRbPoint (this, SdResId(RB_POINT)),
@@ -205,7 +205,7 @@ void SdSnapLineDlg::GetAttr(SfxItemSet& rOutAttrs)
void SdSnapLineDlg::HideRadioGroup()
{
- aGrpDir.Hide();
+ aFlDir.Hide();
aRbHorz.Hide();
aRbVert.Hide();
aRbPoint.Hide();
diff --git a/sd/source/ui/dlg/dlgsnap.src b/sd/source/ui/dlg/dlgsnap.src
index 0d01c0d9f912..3ea8a66ef1e9 100644
--- a/sd/source/ui/dlg/dlgsnap.src
+++ b/sd/source/ui/dlg/dlgsnap.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgsnap.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2001-05-10 06:41:52 $
+ * last change: $Author: af $ $Date: 2001-05-16 15:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,26 +84,26 @@ ModalDialog DLG_SNAPLINE
Moveable = TRUE ;
OKButton BTN_OK
{
- Pos = MAP_APPFONT ( 86 , 6 ) ;
+ Pos = MAP_APPFONT ( 88 , 6 ) ;
Size = MAP_APPFONT ( 46 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT ( 86 , 22 ) ;
+ Pos = MAP_APPFONT ( 88 , 23 ) ;
Size = MAP_APPFONT ( 46 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 86 , 40 ) ;
+ Pos = MAP_APPFONT ( 88 , 43 ) ;
Size = MAP_APPFONT ( 46 , 14 ) ;
TabStop = TRUE ;
};
PushButton BTN_DELETE
{
- Pos = MAP_APPFONT ( 86 , 59 ) ;
+ Pos = MAP_APPFONT ( 88 , 63 ) ;
Size = MAP_APPFONT ( 46 , 14 ) ;
/* ### ACHTUNG: Neuer Text in Resource? ~Lschen : ~Lschen */
Text = "~Lschen" ;
@@ -132,10 +132,10 @@ ModalDialog DLG_SNAPLINE
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Eliminar";
};
- GroupBox GRP_POSITION
+ FixedLine FL_POSITION
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 70 , 46 ) ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 76 , 8 ) ;
Text = "Position" ;
Text [ ENGLISH ] = "Position" ;
Text [ norwegian ] = "Posisjon" ;
@@ -163,15 +163,15 @@ ModalDialog DLG_SNAPLINE
};
FixedText FT_X
{
- Pos = MAP_APPFONT ( 12 , 17 ) ;
+ Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 7 , 10 ) ;
Text = "~X" ;
};
MetricField MTR_FLD_X
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 22 , 15 ) ;
- Size = MAP_APPFONT ( 48 , 12 ) ;
+ Pos = MAP_APPFONT ( 22 , 14 ) ;
+ Size = MAP_APPFONT ( 54 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -193,8 +193,8 @@ ModalDialog DLG_SNAPLINE
MetricField MTR_FLD_Y
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 22 , 30 ) ;
- Size = MAP_APPFONT ( 48 , 12 ) ;
+ Pos = MAP_APPFONT ( 22 , 30 ) ;
+ Size = MAP_APPFONT ( 54 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -207,10 +207,10 @@ ModalDialog DLG_SNAPLINE
Last = 5000000 ;
SpinSize = 50 ;
};
- GroupBox GRP_DIRECTION
+ FixedLine FL_DIRECTION
{
- Pos = MAP_APPFONT ( 6 , 52 ) ;
- Size = MAP_APPFONT ( 70 , 67 ) ;
+ Pos = MAP_APPFONT ( 6 , 50 ) ;
+ Size = MAP_APPFONT ( 76 , 8 ) ;
Text = "Art" ;
Text [ ENGLISH ] = "Kind" ;
Text [ norwegian ] = "+++Kind" ;
@@ -238,8 +238,8 @@ ModalDialog DLG_SNAPLINE
};
ImageRadioButton RB_POINT
{
- Pos = MAP_APPFONT ( 12 , 62 ) ;
- Size = MAP_APPFONT ( 60 , 16 ) ;
+ Pos = MAP_APPFONT ( 12 , 61 ) ;
+ Size = MAP_APPFONT ( 64 , 16 ) ;
Text = "~Punkt" ;
Text [ ENGLISH ] = "~Point" ;
Text [ norwegian ] = "~Punkt" ;
@@ -273,8 +273,8 @@ ModalDialog DLG_SNAPLINE
};
ImageRadioButton RB_VERTICAL
{
- Pos = MAP_APPFONT ( 12 , 80 ) ;
- Size = MAP_APPFONT ( 60 , 16 ) ;
+ Pos = MAP_APPFONT ( 12 , 81 ) ;
+ Size = MAP_APPFONT ( 64 , 16 ) ;
Text = "~Vertikal" ;
Text [ ENGLISH ] = "~Vertical" ;
Text [ norwegian ] = "~Vertikal" ;
@@ -308,8 +308,8 @@ ModalDialog DLG_SNAPLINE
};
ImageRadioButton RB_HORIZONTAL
{
- Pos = MAP_APPFONT ( 12 , 98 ) ;
- Size = MAP_APPFONT ( 60 , 16 ) ;
+ Pos = MAP_APPFONT ( 12 , 101 ) ;
+ Size = MAP_APPFONT ( 65 , 16 ) ;
Text = "~Horizontal" ;
Text [ ENGLISH ] = "~Horizontal" ;
Text [ norwegian ] = "~Horisontal" ;
@@ -353,3 +353,4 @@ ModalDialog DLG_SNAPLINE
Text[ language_user1 ] = " ";
Text[ catalan ] = "Nuevo objeto de captura";
};
+
diff --git a/sd/source/ui/inc/dlgsnap.hrc b/sd/source/ui/inc/dlgsnap.hrc
index f273004235a5..f5829c28f167 100644
--- a/sd/source/ui/inc/dlgsnap.hrc
+++ b/sd/source/ui/inc/dlgsnap.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgsnap.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:38 $
+ * last change: $Author: af $ $Date: 2001-05-16 15:54:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,12 +63,12 @@
#define BTN_CANCEL 2
#define BTN_HELP 3
#define BTN_DELETE 4
-#define GRP_POSITION 5
+#define FL_POSITION 5
#define FT_X 6
#define MTR_FLD_X 7
#define FT_Y 8
#define MTR_FLD_Y 9
-#define GRP_DIRECTION 10
+#define FL_DIRECTION 10
#define RB_HORIZONTAL 11
#define RB_VERTICAL 12
#define RB_POINT 13
diff --git a/sd/source/ui/inc/dlgsnap.hxx b/sd/source/ui/inc/dlgsnap.hxx
index cb149574fb69..e6ff569b1421 100644
--- a/sd/source/ui/inc/dlgsnap.hxx
+++ b/sd/source/ui/inc/dlgsnap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgsnap.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:38 $
+ * last change: $Author: af $ $Date: 2001-05-16 15:54:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,12 +104,12 @@ enum SnapKind { SK_HORIZONTAL, SK_VERTICAL, SK_POINT };
class SdSnapLineDlg : public ModalDialog
{
private:
- GroupBox aGrpPos;
+ FixedLine aFlPos;
FixedText aFtX;
MetricField aMtrFldX;
FixedText aFtY;
MetricField aMtrFldY;
- GroupBox aGrpDir;
+ FixedLine aFlDir;
ImageRadioButton aRbPoint;
ImageRadioButton aRbVert;
ImageRadioButton aRbHorz;