diff options
-rw-r--r-- | sw/inc/unomap.hxx | 20 | ||||
-rw-r--r-- | sw/inc/unomid.h | 14 | ||||
-rw-r--r-- | sw/inc/unoobj.hxx | 13 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 20 |
4 files changed, 50 insertions, 17 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index ab30492d56a0..580dd1644a0c 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomap.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2000-11-07 09:57:22 $ + * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,14 +128,14 @@ #define WID_SEARCH_ALL 11 //Sections -#define WID_SECT_CONDITION 0 -#define WID_SECT_DDE_TYPE 1 -#define WID_SECT_DDE_FILE 2 -#define WID_SECT_DDE_ELEMENT 3 -#define WID_SECT_LINK 4 -#define WID_SECT_VISIBLE 5 -#define WID_SECT_PROTECTED 6 -#define WID_SECT_REGION 7 +#define WID_SECT_CONDITION 8000 +#define WID_SECT_DDE_TYPE 8001 +#define WID_SECT_DDE_FILE 8002 +#define WID_SECT_DDE_ELEMENT 8003 +#define WID_SECT_LINK 8004 +#define WID_SECT_VISIBLE 8005 +#define WID_SECT_PROTECTED 8006 +#define WID_SECT_REGION 8007 //Verzeichnisse #define WID_PRIMARY_KEY 1000 diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h index 4d53115ba559..e348e5730534 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -2,9 +2,9 @@ * * $RCSfile: unomid.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-10-24 09:55:47 $ + * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,4 +121,14 @@ #define MID_COLUMNS 0 #define MID_COLUMN_SEPARATOR_LINE 1 + +//SwFmtFtnAtTxtEnd +#define MID_COLLECT 0 +#define MID_RESTART_NUM 1 +#define MID_NUM_START_AT 2 +#define MID_OWN_NUM 3 +#define MID_NUM_TYPE 4 +#define MID_PREFIX 5 +#define MID_SUFFIX 6 + #endif diff --git a/sw/inc/unoobj.hxx b/sw/inc/unoobj.hxx index c5c3f5279968..121a7ff797b8 100644 --- a/sw/inc/unoobj.hxx +++ b/sw/inc/unoobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoobj.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-09-22 09:34:03 $ + * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -828,9 +828,10 @@ public: --------------------------------------------------*/ struct SwTextSectionProperties_Impl; -class SwXTextSection : public cppu::WeakImplHelper5 +class SwXTextSection : public cppu::WeakImplHelper6 < ::com::sun::star::text::XTextSection, + ::com::sun::star::beans::XPropertyState, ::com::sun::star::beans::XPropertySet, ::com::sun::star::lang::XServiceInfo, ::com::sun::star::container::XNamed, @@ -877,6 +878,12 @@ public: virtual void SAL_CALL addVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); virtual void SAL_CALL removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); + //XPropertyState + virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getPropertyStates( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL setPropertyToDefault( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault( const ::rtl::OUString& aPropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); + //XNamed virtual rtl::OUString SAL_CALL getName(void) throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL setName(const rtl::OUString& Name_) throw( ::com::sun::star::uno::RuntimeException ); diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 6c2eb455e120..233d250da04f 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: os $ $Date: 2000-11-02 15:03:38 $ + * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -555,6 +555,22 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_LINE_IS_ON; extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SKIP_HIDDEN_TEXT; extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SKIP_PROTECTED_TEXT; extern const SwPropNameLen __FAR_DATA UNO_NAME_DOCUMENT_INDEX_MARKS; + +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_IS_COLLECT_AT_TEXT_END ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_IS_RESTART_NUMBERING ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_RESTART_NUMBERING_AT ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_IS_OWN_NUMBERING ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_NUMBERING_TYPE ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_NUMBERING_PREFIX ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_NUMBERING_SUFFIX ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_IS_COLLECT_AT_TEXT_END ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_IS_RESTART_NUMBERING ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_RESTART_NUMBERING_AT ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_IS_OWN_NUMBERING ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_NUMBERING_TYPE ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_NUMBERING_PREFIX ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_NUMBERING_SUFFIX ; + #endif |