summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
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/inc
parent7f7c90861d54885ba542328fffa1b5442e394590 (diff)
ManageNames: Paste names, initial layout without table
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/miscdlgs.hrc4
-rw-r--r--sc/source/ui/inc/namepast.hxx12
-rw-r--r--sc/source/ui/inc/scui_def.hxx1
3 files changed, 9 insertions, 8 deletions
diff --git a/sc/source/ui/inc/miscdlgs.hrc b/sc/source/ui/inc/miscdlgs.hrc
index 3f1faa5492aa..a281ae91847e 100644
--- a/sc/source/ui/inc/miscdlgs.hrc
+++ b/sc/source/ui/inc/miscdlgs.hrc
@@ -91,6 +91,10 @@
#define FL_SEP1 51
#define FL_SEP2 52
+#define BTN_CLOSE 60
+#define BTN_PASTE 61
+#define BTN_PASTE_ALL 62
+
// Tabelle einfuegen/loeschen
#define FT_DEST 1
#define LB_DEST 2
diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx
index 618201aead6c..c94e3dc0cf52 100644
--- a/sc/source/ui/inc/namepast.hxx
+++ b/sc/source/ui/inc/namepast.hxx
@@ -42,16 +42,12 @@ class ScRangeName;
class ScNamePasteDlg : public ModalDialog
{
DECL_LINK( ButtonHdl, Button * );
- DECL_LINK( ListSelHdl, ListBox * );
- DECL_LINK( ListDblClickHdl, ListBox * );
protected:
- FixedText aLabelText;
- ListBox aNameList;
- OKButton aOKButton;
- CancelButton aCancelButton;
- HelpButton aHelpButton;
- PushButton aInsListButton;
+ HelpButton maHelpButton;
+ PushButton maBtnClose;
+ PushButton maBtnPaste;
+ PushButton maBtnPasteAll;
public:
ScNamePasteDlg( Window * pParent, const ScRangeName* pList, const ScRangeName* pLocalList, bool bInsList=true );
diff --git a/sc/source/ui/inc/scui_def.hxx b/sc/source/ui/inc/scui_def.hxx
index 564b9f6eb362..e0311d22de56 100644
--- a/sc/source/ui/inc/scui_def.hxx
+++ b/sc/source/ui/inc/scui_def.hxx
@@ -50,6 +50,7 @@
#define BTN_PASTE_NAME 100 // from namepast.hxx
#define BTN_PASTE_LIST 101 // from namepast.hxx
+#define BTN_PASTE_CLOSE 102 // from namepast.hxx
#define BTN_EXTEND_RANGE 150
#define BTN_CURRENT_SELECTION 151