summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-09 07:54:15 +0000
committerOliver Specht <os@openoffice.org>2002-08-09 07:54:15 +0000
commiteebfc1b18cdeea3e476169e00e8178dfccd329fa (patch)
tree4db7172e7a2140e08afe20878423a69f673fbbc7 /sw/source/ui/inc
parent7b903a6a4ee2565e4010c1f2b3d2139254417dbc (diff)
#100905# chaining of frames in frame dialog enabled
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/frmpage.hxx9
-rw-r--r--sw/source/ui/inc/uitool.hxx6
2 files changed, 8 insertions, 7 deletions
diff --git a/sw/source/ui/inc/frmpage.hxx b/sw/source/ui/inc/frmpage.hxx
index dbeab3cdbbd8..e8a34c7523e1 100644
--- a/sw/source/ui/inc/frmpage.hxx
+++ b/sw/source/ui/inc/frmpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmpage.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jp $ $Date: 2002-01-21 17:56:02 $
+ * last change: $Author: os $ $Date: 2002-08-09 08:52:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -289,9 +289,9 @@ class SwFrmAddPage : public SfxTabPage
FixedText aAltNameFT;
Edit aAltNameED;
FixedText aPrevFT;
- Edit aPrevED;
+ ListBox aPrevLB;
FixedText aNextFT;
- Edit aNextED;
+ ListBox aNextLB;
FixedLine aNamesFL;
CheckBox aProtectContentCB;
@@ -314,6 +314,7 @@ class SwFrmAddPage : public SfxTabPage
BOOL bNew;
DECL_LINK(EditModifyHdl, Edit*);
+ DECL_LINK(ChainModifyHdl, ListBox*);
SwFrmAddPage(Window *pParent, const SfxItemSet &rSet);
~SwFrmAddPage();
diff --git a/sw/source/ui/inc/uitool.hxx b/sw/source/ui/inc/uitool.hxx
index 159162ebaf49..6cc43ee8cd42 100644
--- a/sw/source/ui/inc/uitool.hxx
+++ b/sw/source/ui/inc/uitool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uitool.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jp $ $Date: 2001-04-27 17:53:21 $
+ * last change: $Author: os $ $Date: 2002-08-09 08:52:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ BOOL GetFileFilterNameDlg( Window& rParent, String& rFileName,
// ListBox mit allen Zeichenvorlagen fuellen - ausser Standard!
void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, BOOL bSorted = FALSE);
//inserts a string sorted into a ListBox,
-USHORT InsertStringSorted(const String& rEntry, ListBox& rToFill, BOOL bHasOffset);
+USHORT InsertStringSorted(const String& rEntry, ListBox& rToFill, USHORT nOffset);
// Tabellenbreite und Ausrichtung ermitteln
SwTwips GetTableWidth( SwFrmFmt* pFmt, SwTabCols& rCols, USHORT *pPercent,