Kaydet (Commit) 943b477d authored tarafından Oliver Specht's avatar Oliver Specht

redline properties at tables and sections

üst 7134a4c7
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: cmdid.h,v $ * $RCSfile: cmdid.h,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: jp $ $Date: 2000-12-21 13:00:02 $ * last change: $Author: os $ $Date: 2001-01-11 12:32:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -875,6 +875,8 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr ...@@ -875,6 +875,8 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr
#define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72) #define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)
#define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73) #define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73)
#define FN_UNO_Z_ORDER (FN_EXTRA2 + 74) #define FN_UNO_Z_ORDER (FN_EXTRA2 + 74)
#define FN_UNO_REDLINE_NODE_START (FN_EXTRA2 + 75)
#define FN_UNO_REDLINE_NODE_END (FN_EXTRA2 + 76)
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
Bereich: Fenster Bereich: Fenster
--------------------------------------------------------------------*/ --------------------------------------------------------------------*/
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unoprnms.hxx,v $ * $RCSfile: unoprnms.hxx,v $
* *
* $Revision: 1.30 $ * $Revision: 1.31 $
* *
* last change: $Author: dvo $ $Date: 2001-01-10 21:11:43 $ * last change: $Author: os $ $Date: 2001-01-11 12:32:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -643,6 +643,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_TYPE; ...@@ -643,6 +643,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_TYPE;
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_SUCCESSOR_DATA; extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_SUCCESSOR_DATA;
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_IDENTIFIER; extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_IDENTIFIER;
extern const SwPropNameLen __FAR_DATA UNO_NAME_START_REDLINE;
extern const SwPropNameLen __FAR_DATA UNO_NAME_END_REDLINE;
#endif #endif
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unoredline.hxx,v $ * $RCSfile: unoredline.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: dvo $ $Date: 2001-01-10 21:11:43 $ * last change: $Author: os $ $Date: 2001-01-11 12:32:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -64,7 +64,11 @@ ...@@ -64,7 +64,11 @@
#ifndef _UNOPORT_HXX #ifndef _UNOPORT_HXX
#include <unoport.hxx> #include <unoport.hxx>
#endif #endif
#ifndef _UNOOBJ_HXX
#include <unoobj.hxx>
#endif
class SwRedline;
/* -----------------------------19.12.00 11:35-------------------------------- /* -----------------------------19.12.00 11:35--------------------------------
---------------------------------------------------------------------------*/ ---------------------------------------------------------------------------*/
...@@ -132,5 +136,9 @@ public: ...@@ -132,5 +136,9 @@ public:
//XPropertySet //XPropertySet
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > CreateRedlineProperties( const SwRedline& rRedline ) throw();
}; };
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment