summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/dbinsdlg.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-25 13:43:23 +0000
committerFrank Meies <fme@openoffice.org>2001-05-25 13:43:23 +0000
commit5f0db5b67b73279676491a7848317f809f957516 (patch)
tree1840b3872d33214f6ed997aed4794a7b269ba2c3 /sw/source/ui/inc/dbinsdlg.hxx
parent56a2a360f2ef1e13040d448ebf772a805769448e (diff)
Fix #86988#: Dialog redesign
Diffstat (limited to 'sw/source/ui/inc/dbinsdlg.hxx')
-rw-r--r--sw/source/ui/inc/dbinsdlg.hxx21
1 files changed, 11 insertions, 10 deletions
diff --git a/sw/source/ui/inc/dbinsdlg.hxx b/sw/source/ui/inc/dbinsdlg.hxx
index 4b0a6dd29705..a207678fc0d1 100644
--- a/sw/source/ui/inc/dbinsdlg.hxx
+++ b/sw/source/ui/inc/dbinsdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbinsdlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-02-21 12:27:36 $
+ * last change: $Author: fme $ $Date: 2001-05-25 14:42:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,31 +150,30 @@ class SwInsertDBColAutoPilot : public SfxModalDialog, public utl::ConfigItem
RadioButton aRbAsField;
RadioButton aRbAsText;
- GroupBox aGbSelection;
+ FixedLine aFlHead;
FixedText aFtDbColumn;
ListBox aLbTblDbColumn;
ListBox aLbTxtDbColumn;
- GroupBox aGbDbFormat;
+ FixedLine aFlFormat;
RadioButton aRbDbFmtFromDb;
RadioButton aRbDbFmtFromUsr;
NumFormatListBox aLbDbFmtFromUsr;
/* ----- Page Text/Field ------- */
- PushButton aPbDbcolToEdit;
+ ImageButton aIbDbcolToEdit;
MultiLineEdit aEdDbText;
FixedText aFtDbParaColl;
ListBox aLbDbParaColl;
/* ----- Page Table ------------ */
- PushButton aPbDbcolAllTo;
- PushButton aPbDbcolOneTo;
- PushButton aPbDbcolOneFrom;
- PushButton aPbDbcolAllFrom;
+ ImageButton aIbDbcolAllTo;
+ ImageButton aIbDbcolOneTo;
+ ImageButton aIbDbcolOneFrom;
+ ImageButton aIbDbcolAllFrom;
FixedText aFtTableCol;
ListBox aLbTableCol;
- GroupBox aGbTableHead;
CheckBox aCbTableHeadon;
RadioButton aRbHeadlColnms;
RadioButton aRbHeadlEmpty;
@@ -185,6 +184,8 @@ class SwInsertDBColAutoPilot : public SfxModalDialog, public utl::ConfigItem
CancelButton aBtCancel;
HelpButton aBtHelp;
+ FixedLine aFlBottom;
+
SwInsDBColumns aDBColumns;
const SwDBData aDBData;