summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-07-12 12:10:27 +0000
committerOliver Specht <os@openoffice.org>2001-07-12 12:10:27 +0000
commit78572ee750ae0e0ff870ea5953657ea0e5bfa281 (patch)
treec77310a9d934cb2286d7fa2e2c20101efc81c89d /sw/source/ui/inc
parentOpt #89492#: Store the default font for the paragraph (diff)
downloadcore-78572ee750ae0e0ff870ea5953657ea0e5bfa281.tar.gz
core-78572ee750ae0e0ff870ea5953657ea0e5bfa281.zip
#88848# notification for changing the current data base implemented
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/unodispatch.hxx6
-rw-r--r--sw/source/ui/inc/unotxvw.hxx5
-rw-r--r--sw/source/ui/inc/view.hxx6
-rw-r--r--sw/source/ui/inc/wrtsh.hxx8
4 files changed, 17 insertions, 8 deletions
diff --git a/sw/source/ui/inc/unodispatch.hxx b/sw/source/ui/inc/unodispatch.hxx
index 27bf9b34b03b..e6afe78e7c06 100644
--- a/sw/source/ui/inc/unodispatch.hxx
+++ b/sw/source/ui/inc/unodispatch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodispatch.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-03-13 10:45:47 $
+ * last change: $Author: os $ $Date: 2001-07-12 13:10:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,8 @@ public:
//XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException);
+
+ static const sal_Char* GetDBChangeURL();
};
#endif
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 609d69e0b8a8..ed11006825bc 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxvw.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-06-05 07:44:35 $
+ * last change: $Author: os $ $Date: 2001-07-12 13:10:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -182,6 +182,7 @@ public:
virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException );
void NotifySelChanged();
+ void NotifyDBChanged();
SwView* GetView() {return pView;}
void Invalidate();
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 53188627489d..15cf54964555 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-04-30 15:59:40 $
+ * last change: $Author: os $ $Date: 2001-07-12 13:10:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -600,6 +600,8 @@ public:
SwView(SfxViewFrame* pFrame, SfxViewShell*);
~SwView();
+
+ void NotifyDBChanged();
};
// ----------------- inline Methoden ----------------------
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 7ebfd9e79b6a..37aa4a6ba6c9 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jp $ $Date: 2001-05-07 08:51:42 $
+ * last change: $Author: os $ $Date: 2001-07-12 13:10:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -262,6 +262,9 @@ typedef FASTBOOL (SwWrtShell:: *FNSimpleMove)();
void Edit();
BOOL IsNoEdit() const { return bNoEdit; }
+ // change current data base and notify
+ void ChgDBData(const SwDBData& SwDBData);
+
// Loeschen
long DelToEndOfLine();
long DelToStartOfLine();
@@ -572,6 +575,7 @@ private:
FASTBOOL MoveBookMark( BookMarkMove eFuncId,
USHORT nPos = 0,
BOOL bStart = TRUE );
+
};
inline void SwWrtShell::ResetCursorStack()