This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 6a332f8 Cleaned up resource files
6a332f8 is described below
commit 6a332f86869cb018f6a9442bdb6a9e2810a84e5e
Author: mseidel <[email protected]>
AuthorDate: Fri Jul 31 17:28:31 2020 +0200
Cleaned up resource files
(cherry picked from commit 96181bbdd55728c2d8242201a4239f808c69ac32)
---
main/sd/source/ui/dlg/animobjs.src | 249 ++++++++++++++-----------------------
main/sd/source/ui/dlg/dlgolbul.src | 11 +-
main/sd/source/ui/dlg/dlgpage.src | 70 +++--------
main/sd/source/ui/dlg/dlgsnap.src | 22 ++--
main/sd/source/ui/dlg/morphdlg.src | 85 ++++---------
5 files changed, 155 insertions(+), 282 deletions(-)
diff --git a/main/sd/source/ui/dlg/animobjs.src
b/main/sd/source/ui/dlg/animobjs.src
index d3aa5ad..cac5a73 100644
--- a/main/sd/source/ui/dlg/animobjs.src
+++ b/main/sd/source/ui/dlg/animobjs.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -28,10 +28,10 @@
#define BUTTON_WIDTH 16
#define BUTTON_HEIGHT 14
-#define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_HEIGHT );
+#define BUTTON_SIZE MAP_APPFONT ( BUTTON_WIDTH, BUTTON_HEIGHT ) ;
#define MIN_BUTTON_WIDTH 12
#define MIN_BUTTON_HEIGHT 12
-#define MIN_BUTTON_SIZE MAP_APPFONT( MIN_BUTTON_WIDTH, MIN_BUTTON_HEIGHT );
+#define MIN_BUTTON_SIZE MAP_APPFONT ( MIN_BUTTON_WIDTH, MIN_BUTTON_HEIGHT ) ;
DockingWindow FLT_WIN_ANIMATION
{
HelpID = CMD_SID_ANIMATION_OBJECTS ;
@@ -44,36 +44,35 @@ DockingWindow FLT_WIN_ANIMATION
Zoomable = TRUE ;
Dockable = TRUE ;
EnableResizing = TRUE ;
- Size = MAP_APPFONT ( 159 , 236 ) ;
+ Size = MAP_APPFONT ( 159, 236 ) ;
Text [ en-US ] = "Animation" ;
Control CTL_DISPLAY
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 147 , 87 ) ;
+ Pos = MAP_APPFONT ( 6, 6 ) ;
+ Size = MAP_APPFONT ( 147, 87 ) ;
TabStop = TRUE ;
};
ImageButton BTN_FIRST
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_FIRST";
- Pos = MAP_APPFONT ( 6 , 100 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_FIRST" ;
+ Pos = MAP_APPFONT ( 6, 100 ) ;
Size = MIN_BUTTON_SIZE
Symbol = IMAGEBUTTON_WINDSTART ;
QuickHelpText [ en-US ] = "First Image" ;
};
ImageButton BTN_REVERSE
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REVERSE";
- Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH , 100 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REVERSE" ;
+ Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH, 100 ) ;
Size = MIN_BUTTON_SIZE
Symbol = IMAGEBUTTON_REVERSEPLAY ;
- /* ### ACHTUNG: Neuer Text in Resource? R�ckw�rts : R�ckw�rts */
QuickHelpText [ en-US ] = "Backwards" ;
};
ImageButton BTN_STOP
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_STOP";
- Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 2 , 100 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_STOP" ;
+ Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 2, 100 ) ;
Size = MIN_BUTTON_SIZE
Symbol = IMAGEBUTTON_STOP ;
Disable = TRUE ;
@@ -81,26 +80,26 @@ DockingWindow FLT_WIN_ANIMATION
};
ImageButton BTN_PLAY
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_PLAY";
- Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 3 , 100 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_PLAY" ;
+ Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 3, 100 ) ;
Size = MIN_BUTTON_SIZE
Symbol = IMAGEBUTTON_PLAY ;
QuickHelpText [ en-US ] = "Play" ;
};
ImageButton BTN_LAST
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_LAST";
- Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 4 , 100 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_LAST" ;
+ Pos = MAP_APPFONT ( 6 + MIN_BUTTON_WIDTH * 4, 100 ) ;
Size = MIN_BUTTON_SIZE
Symbol = IMAGEBUTTON_WINDEND ;
QuickHelpText [ en-US ] = "Last Image" ;
};
NumericField NUM_FLD_BITMAP
{
- HelpID = "sd:NumericField:FLT_WIN_ANIMATION:NUM_FLD_BITMAP";
+ HelpID = "sd:NumericField:FLT_WIN_ANIMATION:NUM_FLD_BITMAP" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 + 3 + MIN_BUTTON_WIDTH * 5 , 100 ) ;
- Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 , 12 ) ;
+ Pos = MAP_APPFONT ( 6 + 3 + MIN_BUTTON_WIDTH * 5, 100 ) ;
+ Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2, 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -114,10 +113,10 @@ DockingWindow FLT_WIN_ANIMATION
};
TimeField TIME_FIELD
{
- HelpID = "sd:TimeField:FLT_WIN_ANIMATION:TIME_FIELD";
+ HelpID = "sd:TimeField:FLT_WIN_ANIMATION:TIME_FIELD" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 + 6 + MIN_BUTTON_WIDTH * 7 , 100 ) ;
- Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 12 ) ;
+ Pos = MAP_APPFONT ( 6 + 6 + MIN_BUTTON_WIDTH * 7, 100 ) ;
+ Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3, 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -137,238 +136,176 @@ DockingWindow FLT_WIN_ANIMATION
};
ListBox LB_LOOP_COUNT
{
- HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_LOOP_COUNT";
+ HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_LOOP_COUNT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 + 12 + MIN_BUTTON_WIDTH * 9 , 100 ) ;
- Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3 , 100 ) ;
+ Pos = MAP_APPFONT ( 6 + 12 + MIN_BUTTON_WIDTH * 9, 100 ) ;
+ Size = MAP_APPFONT ( MIN_BUTTON_WIDTH * 2 + 3, 100 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList [ en-US ] =
{
- < "1" ; > ;
- < "2" ; > ;
- < "3" ; > ;
- < "4" ; > ;
- < "5" ; > ;
- < "6" ; > ;
- < "7" ; > ;
- < "8" ; > ;
- < "9" ; > ;
- < "10" ; > ;
- < "12" ; > ;
- < "15" ; > ;
- < "20" ; > ;
- < "25" ; > ;
- < "50" ; > ;
- < "100" ; > ;
- < "500" ; > ;
- < "1000" ; > ;
- < "Max." ; > ;
+ < "1" ; > ;
+ < "2" ; > ;
+ < "3" ; > ;
+ < "4" ; > ;
+ < "5" ; > ;
+ < "6" ; > ;
+ < "7" ; > ;
+ < "8" ; > ;
+ < "9" ; > ;
+ < "10" ; > ;
+ < "12" ; > ;
+ < "15" ; > ;
+ < "20" ; > ;
+ < "25" ; > ;
+ < "50" ; > ;
+ < "100" ; > ;
+ < "500" ; > ;
+ < "1000" ; > ;
+ < "Max." ; > ;
};
- /* ### ACHTUNG: Neuer Text in Resource? Anzahl der Durchl�ufe :
Anzahl der Durchl�ufe */
QuickHelpText [ en-US ] = "Loop Count" ;
};
ImageButton BTN_GET_ONE_OBJECT
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ONE_OBJECT";
- Pos = MAP_APPFONT ( 12 , 132 ) ;
- Size = MAP_APPFONT ( 16 , 14 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ONE_OBJECT" ;
+ Pos = MAP_APPFONT ( 12, 132 ) ;
+ Size = MAP_APPFONT ( 16, 14 ) ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "get1obj.png" ;
};
- MaskColor = IMAGE_MASK_STDCOLOR;
- };
+ };
TabStop = TRUE ;
- /* ### ACHTUNG: Neuer Text in Resource? Objekt �bernehmen :
Objekt �bernehmen */
QuickHelpText [ en-US ] = "Apply Object" ;
};
ImageButton BTN_GET_ALL_OBJECTS
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ALL_OBJECTS";
- Pos = MAP_APPFONT ( 31 , 132 ) ;
- Size = MAP_APPFONT ( 16 , 14 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_GET_ALL_OBJECTS"
;
+ Pos = MAP_APPFONT ( 31, 132 ) ;
+ Size = MAP_APPFONT ( 16, 14 ) ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "getallob.png" ;
};
- MaskColor = IMAGE_MASK_STDCOLOR;
};
TabStop = TRUE ;
- /* ### ACHTUNG: Neuer Text in Resource? Objekte einzeln
�bernehmen : Objekte einzeln �bernehmen */
QuickHelpText [ en-US ] = "Apply Objects Individually" ;
};
ImageButton BTN_REMOVE_BITMAP
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_BITMAP";
- Pos = MAP_APPFONT ( 60 , 132 ) ;
- Size = MAP_APPFONT ( 16 , 14 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_BITMAP" ;
+ Pos = MAP_APPFONT ( 60, 132 ) ;
+ Size = MAP_APPFONT ( 16, 14 ) ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "del1bmp.png" ;
};
- MaskColor = IMAGE_MASK_STDCOLOR;
};
TabStop = TRUE ;
- /* ### ACHTUNG: Neuer Text in Resource? Aktuelles Bild l�schen
: Aktuelles Bild l�schen */
QuickHelpText [ en-US ] = "Delete Current Image" ;
};
ImageButton BTN_REMOVE_ALL
{
- HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_ALL";
- Pos = MAP_APPFONT ( 79 , 132 ) ;
- Size = MAP_APPFONT ( 16 , 14 ) ;
+ HelpID = "sd:ImageButton:FLT_WIN_ANIMATION:BTN_REMOVE_ALL" ;
+ Pos = MAP_APPFONT ( 79, 132 ) ;
+ Size = MAP_APPFONT ( 16, 14 ) ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "delall.png" ;
};
- MaskColor = IMAGE_MASK_STDCOLOR;
};
TabStop = TRUE ;
- /* ### ACHTUNG: Neuer Text in Resource? Alle Bilder l�schen :
Alle Bilder l�schen */
QuickHelpText [ en-US ] = "Delete All Images" ;
};
FixedText FT_COUNT
{
- Pos = MAP_APPFONT ( 106 , 135 ) ;
- Size = MAP_APPFONT ( 26 , 10 ) ;
+ Pos = MAP_APPFONT ( 106, 135 ) ;
+ Size = MAP_APPFONT ( 26, 10 ) ;
Text [ en-US ] = "Number" ;
};
FixedText FI_COUNT
{
- Pos = MAP_APPFONT ( 133 , 135 ) ;
- Size = MAP_APPFONT ( 15 , 10 ) ;
- DeltaLang [ de ]= < Default ; Default ; Default ; Default ; > ;
+ Pos = MAP_APPFONT ( 133, 135 ) ;
+ Size = MAP_APPFONT ( 15, 10 ) ;
DeltaLang [ en-US ] = < 2 ; Default ; Default ; Default ; > ;
Text = "67" ;
};
FixedLine GRP_BITMAP
{
- Pos = MAP_APPFONT ( 6 , 120 ) ;
- Size = MAP_APPFONT ( 147 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 120 ) ;
+ Size = MAP_APPFONT ( 147, 8 ) ;
Text [ en-US ] = "Image" ;
};
RadioButton RBT_GROUP
{
- HelpID = "sd:RadioButton:FLT_WIN_ANIMATION:RBT_GROUP";
- Pos = MAP_APPFONT ( 12 , 167 ) ;
- Size = MAP_APPFONT ( 140 , 12 ) ;
+ HelpID = "sd:RadioButton:FLT_WIN_ANIMATION:RBT_GROUP" ;
+ Pos = MAP_APPFONT ( 12, 167 ) ;
+ Size = MAP_APPFONT ( 140, 12 ) ;
Text [ en-US ] = "Group object" ;
};
RadioButton RBT_BITMAP
{
- HelpID = "sd:RadioButton:FLT_WIN_ANIMATION:RBT_BITMAP";
- Pos = MAP_APPFONT ( 12 , 181 ) ;
- Size = MAP_APPFONT ( 140 , 12 ) ;
+ HelpID = "sd:RadioButton:FLT_WIN_ANIMATION:RBT_BITMAP" ;
+ Pos = MAP_APPFONT ( 12, 181 ) ;
+ Size = MAP_APPFONT ( 140, 12 ) ;
Text [ en-US ] = "Bitmap object" ;
};
FixedText FT_ADJUSTMENT
{
- Pos = MAP_APPFONT ( 12 , 198 ) ;
- Size = MAP_APPFONT ( 62 , 10 ) ;
- DeltaLang [ de ] = < Default ; Default ; Default ; Default ; > ;
+ Pos = MAP_APPFONT ( 12, 198 ) ;
+ Size = MAP_APPFONT ( 62, 10 ) ;
DeltaLang [ en-US ] = < -1 ; Default ; -2 ; Default ; > ;
Text [ en-US ] = "Alignment" ;
};
ListBox LB_ADJUSTMENT
{
- HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_ADJUSTMENT";
+ HelpID = "sd:ListBox:FLT_WIN_ANIMATION:LB_ADJUSTMENT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 75 , 196 ) ;
- Size = MAP_APPFONT ( 72 , 100 ) ;
- DeltaLang [ de ] = < Default ; Default ; Default ; Default ; > ;
+ Pos = MAP_APPFONT ( 75, 196 ) ;
+ Size = MAP_APPFONT ( 72, 100 ) ;
DeltaLang [ en-US ] = < -1 ; Default ; Default ; Default ; > ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList [ en-US ] =
{
- < "Top Left" ; Default ; > ;
- < "Left" ; Default ; > ;
- < "Bottom Left" ; Default ; > ;
- < "Top" ; Default ; > ;
- < "Centered" ; Default ; > ;
- < "Bottom" ; Default ; > ;
- < "Top Right" ; Default ; > ;
- < "Right" ; Default ; > ;
- < "Bottom Right" ; Default ; > ;
+ < "Top Left" ; Default ; > ;
+ < "Left" ; Default ; > ;
+ < "Bottom Left" ; Default ; > ;
+ < "Top" ; Default ; > ;
+ < "Centered" ; Default ; > ;
+ < "Bottom" ; Default ; > ;
+ < "Top Right" ; Default ; > ;
+ < "Right" ; Default ; > ;
+ < "Bottom Right" ; Default ; > ;
};
};
PushButton BTN_CREATE_GROUP
{
- HelpID = "sd:PushButton:FLT_WIN_ANIMATION:BTN_CREATE_GROUP";
- Pos = MAP_APPFONT ( 107 , 216 ) ;
- Size = MAP_APPFONT ( 41 , 14 ) ;
+ HelpID = "sd:PushButton:FLT_WIN_ANIMATION:BTN_CREATE_GROUP" ;
+ Pos = MAP_APPFONT ( 107, 216 ) ;
+ Size = MAP_APPFONT ( 41, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Create" ;
};
FixedLine GRP_ANIMATION_GROUP
{
- Pos = MAP_APPFONT ( 6 , 155 ) ;
- Size = MAP_APPFONT ( 147 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 155 ) ;
+ Size = MAP_APPFONT ( 147, 8 ) ;
Text [ en-US ] = "Animation group" ;
};
String STR_DISPLAY
{
- Text [ en-US ] = "Preview";
+ Text [ en-US ] = "Preview" ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/dlg/dlgolbul.src
b/main/sd/source/ui/dlg/dlgolbul.src
index c7a8b99..b208255 100644
--- a/main/sd/source/ui/dlg/dlgolbul.src
+++ b/main/sd/source/ui/dlg/dlgolbul.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -28,7 +28,7 @@ TabDialog TAB_OUTLINEBULLET
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Text [ en-US ] = "Bullets and Numbering" ;
+ Text [ en-US ] = "Bullets and Numbering" ;
Moveable = TRUE ;
TabControl 1
{
@@ -64,3 +64,4 @@ TabDialog TAB_OUTLINEBULLET
};
};
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/dlg/dlgpage.src
b/main/sd/source/ui/dlg/dlgpage.src
index 9010103..840e132 100644
--- a/main/sd/source/ui/dlg/dlgpage.src
+++ b/main/sd/source/ui/dlg/dlgpage.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -27,15 +27,15 @@ TabDialog TAB_PAGE
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 289 , 176 ) ;
+ Size = MAP_APPFONT ( 289, 176 ) ;
Text [ en-US ] = "Page Setup" ;
Moveable = TRUE ;
Closeable = TRUE ;
TabControl 1
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 3 , 3 ) ;
- Size = MAP_APPFONT ( 260 , 135 ) ;
+ Pos = MAP_APPFONT ( 3, 3 ) ;
+ Size = MAP_APPFONT ( 260, 135 ) ;
PageList =
{
PageItem
@@ -47,69 +47,37 @@ TabDialog TAB_PAGE
PageItem
{
- Identifier = RID_SVXPAGE_AREA;
- PageResID = RID_SVXPAGE_AREA;
- Text [ en-US ] = "Background";
+ Identifier = RID_SVXPAGE_AREA ;
+ PageResID = RID_SVXPAGE_AREA ;
+ Text [ en-US ] = "Background" ;
};
};
};
OKButton 1
{
- Pos = MAP_APPFONT ( 6 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 6, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
CancelButton 1
{
- Pos = MAP_APPFONT ( 60 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 60, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
- Pos = MAP_APPFONT ( 114 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 114, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
PushButton 1
{
- Pos = MAP_APPFONT ( 169 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
+ Pos = MAP_APPFONT ( 169, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "Return" ;
TabStop = TRUE ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/dlg/dlgsnap.src
b/main/sd/source/ui/dlg/dlgsnap.src
index d41786c..aaa01f7 100644
--- a/main/sd/source/ui/dlg/dlgsnap.src
+++ b/main/sd/source/ui/dlg/dlgsnap.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -130,7 +130,7 @@ ModalDialog DLG_SNAPLINE
TabStop = TRUE ;
RadioButtonImage = Image
{
- ImageBitmap = Bitmap { File = "hlppoint.png" ; };
+ ImageBitmap = Bitmap {File = "hlppoint.png" ;} ;
};
};
ImageRadioButton RB_VERTICAL
@@ -142,7 +142,7 @@ ModalDialog DLG_SNAPLINE
TabStop = TRUE ;
RadioButtonImage = Image
{
- ImageBitmap = Bitmap { File = "hlplvert.png" ; };
+ ImageBitmap = Bitmap {File = "hlplvert.png" ;} ;
};
};
ImageRadioButton RB_HORIZONTAL
@@ -154,22 +154,24 @@ ModalDialog DLG_SNAPLINE
TabStop = TRUE ;
RadioButtonImage = Image
{
- ImageBitmap = Bitmap { File = "hlplhorz.png" ; };
+ ImageBitmap = Bitmap {File = "hlplhorz.png" ;} ;
};
};
Image BMP_POINT_H
{
- ImageBitmap = Bitmap { File = "hlppoint_h.png" ; };
+ ImageBitmap = Bitmap {File = "hlppoint_h.png" ;} ;
};
Image BMP_VERTICAL_H
{
- ImageBitmap = Bitmap { File = "hlplvert_h.png" ; };
+ ImageBitmap = Bitmap {File = "hlplvert_h.png" ;} ;
};
Image BMP_HORIZONTAL_H
{
- ImageBitmap = Bitmap { File = "hlplhorz_h.png" ; };
+ ImageBitmap = Bitmap {File = "hlplhorz_h.png" ;} ;
};
};
+
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/dlg/morphdlg.src
b/main/sd/source/ui/dlg/morphdlg.src
index 4ab8907..f31a66c 100644
--- a/main/sd/source/ui/dlg/morphdlg.src
+++ b/main/sd/source/ui/dlg/morphdlg.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -27,8 +27,6 @@
/******************************************************************************
|*
-|*
-|*
\******************************************************************************/
ModalDialog DLG_MORPH
{
@@ -36,47 +34,46 @@ ModalDialog DLG_MORPH
HelpID = ".uno:Morphing" ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 196 , 68 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? �berblenden : �berblenden */
+ Size = MAP_APPFONT ( 196, 68 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
OKButton BTN_OK
{
- Pos = MAP_APPFONT ( 141 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 141, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT ( 141 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 141, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 140 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 140, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
FixedLine GRP_PRESET
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 129 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 129, 8 ) ;
Text [ en-US ] = "Settings" ;
};
FixedText FT_STEPS
{
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
+ Pos = MAP_APPFONT ( 12, 16 ) ;
+ Size = MAP_APPFONT ( 40, 10 ) ;
Text [ en-US ] = "Increments" ;
};
MetricField MTF_STEPS
{
- HelpID = "sd:MetricField:DLG_MORPH:MTF_STEPS";
+ HelpID = "sd:MetricField:DLG_MORPH:MTF_STEPS" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 56 , 14 ) ;
- Size = MAP_APPFONT ( 30 , 12 ) ;
+ Pos = MAP_APPFONT ( 56, 14 ) ;
+ Size = MAP_APPFONT ( 30, 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
@@ -87,53 +84,21 @@ ModalDialog DLG_MORPH
};
CheckBox CBX_ATTRIBUTES
{
- HelpID = "sd:CheckBox:DLG_MORPH:CBX_ATTRIBUTES";
- Pos = MAP_APPFONT ( 12 , 29 ) ;
- Size = MAP_APPFONT ( 121 , 12 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Attributierung
�berblenden : Attributierung �berblenden */
+ HelpID = "sd:CheckBox:DLG_MORPH:CBX_ATTRIBUTES" ;
+ Pos = MAP_APPFONT ( 12, 29 ) ;
+ Size = MAP_APPFONT ( 121, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Cross-fade attributes" ;
};
CheckBox CBX_ORIENTATION
{
- HelpID = "sd:CheckBox:DLG_MORPH:CBX_ORIENTATION";
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 121 , 12 ) ;
+ HelpID = "sd:CheckBox:DLG_MORPH:CBX_ORIENTATION" ;
+ Pos = MAP_APPFONT ( 12, 44 ) ;
+ Size = MAP_APPFONT ( 121, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Same orientation" ;
};
Text [ en-US ] = "Cross-fading" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF