summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-19 22:40:51 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-23 06:25:32 +0100
commitce26c58c7f5088a2982e0ce880b426771e55e234 (patch)
treec61ed7749b9777e806b9368ecbdbb24237750414 /sc/source/ui/src
parent7f7c90861d54885ba542328fffa1b5442e394590 (diff)
ManageNames: Paste names, initial layout without table
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/miscdlgs.src42
1 files changed, 13 insertions, 29 deletions
diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src
index d0b5b3cb0d77..16e0a4703040 100644
--- a/sc/source/ui/src/miscdlgs.src
+++ b/sc/source/ui/src/miscdlgs.src
@@ -1413,52 +1413,36 @@ ModalDialog RID_SCDLG_NAMES_PASTE
OutputSize = TRUE ;
HelpId = CMD_FID_INSERT_NAME ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 228 , 85 ) ;
+ Size = MAP_APPFONT ( 228 , 140 ) ;
Moveable = TRUE ;
- FixedText FT_LABEL
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 156 , 10 ) ;
- Text [ en-US ] = "Insert name" ;
- };
- ListBox LB_ENTRYLIST
- {
- HelpID = "sc:ListBox:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 14 ) ;
- Size = MAP_APPFONT ( 160 , 65 ) ;
- TabStop = TRUE ;
- VScroll = TRUE ;
- Sort = TRUE ;
- };
- OKButton BTN_OK
+ HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 172 , 4 ) ;
+ Pos = MAP_APPFONT ( 6, 120 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
- DefButton = TRUE ;
};
- CancelButton BTN_CANCEL
+ PushButton BTN_PASTE
{
- Pos = MAP_APPFONT ( 172 , 21 ) ;
+ Pos = MAP_APPFONT ( 172 , 90 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
+ Text [en-US] = "Paste";
};
- HelpButton BTN_HELP
+ PushButton BTN_PASTE_ALL
{
- Pos = MAP_APPFONT ( 172 , 41 ) ;
+ Pos = MAP_APPFONT ( 6 , 90 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
+ Text [en-US] = "Paste All";
};
- PushButton BTN_ADD
+ PushButton BTN_CLOSE
{
- HelpID = "sc:PushButton:RID_SCDLG_NAMES_PASTE:BTN_ADD";
- Pos = MAP_APPFONT ( 172 , 66 ) ;
+ Pos = MAP_APPFONT ( 172 , 120 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Insert ~All" ;
+ Text [en-US] = "Close";
};
- Text [ en-US ] = "Insert Name" ;
+ Text [ en-US ] = "Paste Names" ;
};
ModalDialog RID_SCDLG_CHARTCOLROW