This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO418 by this push:
new 2d7c67a Make dialog for custom slide show wider
2d7c67a is described below
commit 2d7c67a694be39a35a9b45f3f38d5601070f40ad
Author: mseidel <[email protected]>
AuthorDate: Mon May 11 08:49:44 2020 +0200
Make dialog for custom slide show wider
---
main/sd/source/ui/dlg/custsdlg.src | 115 +++++++++++++++++++------------------
1 file changed, 58 insertions(+), 57 deletions(-)
diff --git a/main/sd/source/ui/dlg/custsdlg.src
b/main/sd/source/ui/dlg/custsdlg.src
index 06f4c84..13a14be 100644
--- a/main/sd/source/ui/dlg/custsdlg.src
+++ b/main/sd/source/ui/dlg/custsdlg.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.
- *
+ *
*************************************************************/
@@ -31,77 +31,77 @@ ModalDialog DLG_CUSTOMSHOW
HelpID = CMD_SID_CUSTOMSHOW_DLG ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 175 + DIFF , 114 + DIFF_Y ) ;
+ Size = MAP_APPFONT ( 195 + DIFF, 114 + DIFF_Y ) ;
Moveable = TRUE ;
Closeable = TRUE ;
PushButton BTN_NEW
{
- HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_NEW";
- Pos = MAP_APPFONT ( 120 + DIFF , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_NEW" ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~New..." ;
};
PushButton BTN_EDIT
{
- HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_EDIT";
- Pos = MAP_APPFONT ( 120 + DIFF , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_EDIT" ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Edit..." ;
};
PushButton BTN_REMOVE
{
- HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE";
- Pos = MAP_APPFONT ( 120 + DIFF , 40 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE" ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 40 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Delete" ;
};
PushButton BTN_COPY
{
- HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_COPY";
- Pos = MAP_APPFONT ( 120 + DIFF , 57 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_COPY" ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 57 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Cop~y" ;
};
HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 120 + DIFF , 74 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 74 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
PushButton BTN_STARTSHOW
{
- HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_STARTSHOW";
- Pos = MAP_APPFONT ( 120 + DIFF , 94 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_STARTSHOW" ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 94 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Start" ;
};
OKButton BTN_OK
{
- Pos = MAP_APPFONT ( 120 + DIFF , 94 + DIFF_Y ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 140 + DIFF, 94 + DIFF_Y ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
Text [ en-US ] = "~Close" ;
};
ListBox LB_CUSTOMSHOWS
{
- HelpID = "sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS";
+ HelpID = "sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 102 + DIFF , 86 + DIFF_Y ) ;
+ Pos = MAP_APPFONT ( 6, 6 ) ;
+ Size = MAP_APPFONT ( 128 + DIFF, 86 + DIFF_Y ) ;
TabStop = TRUE ;
QuickHelpText [ en-US ] = "Custom Screen Show" ;
};
CheckBox CBX_USE_CUSTOMSHOW
{
- HelpID = "sd:CheckBox:DLG_CUSTOMSHOW:CBX_USE_CUSTOMSHOW";
- Pos = MAP_APPFONT ( 6 , 96 + DIFF_Y ) ;
- Size = MAP_APPFONT ( 112 + DIFF , 12 ) ;
+ HelpID = "sd:CheckBox:DLG_CUSTOMSHOW:CBX_USE_CUSTOMSHOW" ;
+ Pos = MAP_APPFONT ( 6, 96 + DIFF_Y ) ;
+ Size = MAP_APPFONT ( 128 + DIFF, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Use Custom Slide Show" ;
};
@@ -112,56 +112,56 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 248 , 117 ) ;
+ Size = MAP_APPFONT ( 248, 117 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
OKButton BTN_OK
{
- Pos = MAP_APPFONT ( 187 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 187, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT ( 187 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 187, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 187 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 187, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
FixedText FT_NAME
{
- Pos = MAP_APPFONT ( 6 , 8 ) ;
- Size = MAP_APPFONT ( 30 , 10 ) ;
+ Pos = MAP_APPFONT ( 6, 8 ) ;
+ Size = MAP_APPFONT ( 30, 10 ) ;
Text [ en-US ] = "Name" ;
};
Edit EDT_NAME
{
- HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME";
+ HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 38 , 6 ) ;
- Size = MAP_APPFONT ( 141 , 12 ) ;
+ Pos = MAP_APPFONT ( 38, 6 ) ;
+ Size = MAP_APPFONT ( 141, 12 ) ;
TabStop = TRUE ;
};
MultiListBox LB_PAGES
{
- HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES";
+ HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 35 ) ;
- Size = MAP_APPFONT ( 75 , 75 ) ;
+ Pos = MAP_APPFONT ( 6, 35 ) ;
+ Size = MAP_APPFONT ( 75, 75 ) ;
TabStop = TRUE ;
SimpleMode = TRUE ;
};
PushButton BTN_ADD
{
- HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD";
- Pos = MAP_APPFONT ( 84 , 67 ) ;
- Size = MAP_APPFONT ( 14 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD" ;
+ Pos = MAP_APPFONT ( 84, 67 ) ;
+ Size = MAP_APPFONT ( 14, 14 ) ;
Text = "~>>" ;
TabStop = TRUE ;
};
@@ -169,30 +169,31 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
{
HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 103 , 35 ) ;
- Size = MAP_APPFONT ( 75 , 75 ) ;
+ Pos = MAP_APPFONT ( 103, 35 ) ;
+ Size = MAP_APPFONT ( 75, 75 ) ;
TabStop = TRUE ;
};
PushButton BTN_REMOVE
{
- HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE";
- Pos = MAP_APPFONT ( 84 , 95 ) ;
- Size = MAP_APPFONT ( 14 , 14 ) ;
+ HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE" ;
+ Pos = MAP_APPFONT ( 84, 95 ) ;
+ Size = MAP_APPFONT ( 14, 14 ) ;
Text = "~<<" ;
TabStop = TRUE ;
};
FixedText FT_PAGES
{
- Pos = MAP_APPFONT ( 6 , 24 ) ;
- Size = MAP_APPFONT ( 83 , 10 ) ;
+ Pos = MAP_APPFONT ( 6, 24 ) ;
+ Size = MAP_APPFONT ( 83, 10 ) ;
Text [ en-US ] = "Existing slides" ;
};
FixedText FT_CUSTOM_PAGES
{
- Pos = MAP_APPFONT ( 103 , 24 ) ;
- Size = MAP_APPFONT ( 80 , 10 ) ;
+ Pos = MAP_APPFONT ( 103, 24 ) ;
+ Size = MAP_APPFONT ( 80, 10 ) ;
Text [ en-US ] = "Selected slides" ;
};
Text [ en-US ] = "Define Custom Slide Show" ;
};
+// ********************************************************************** EOF