diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-08 13:14:56 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-08 13:14:56 +0000 |
commit | 7aaf01e8b7baf7b0b890906fb13898f3938d9b64 (patch) | |
tree | eeba2a1c5f7c4628fb82fca2880e54f72855dc06 /sw/inc | |
parent | fff4946c805356612ec44f5d10f2fe4ae13d63e3 (diff) |
- added: property InstanceName to field masters
- added: property IsInHeaderFooter to redline object
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unofield.hxx | 8 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx index 688e265d1138..66403c417e41 100644 --- a/sw/inc/unofield.hxx +++ b/sw/inc/unofield.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unofield.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2001-02-21 12:13:10 $ + * last change: $Author: dvo $ $Date: 2001-03-08 14:14:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,6 +82,7 @@ class SwDoc; class SwFmtFld; class SwField; class SwSetExpField; +class String; /* -----------------04.12.98 12:49------------------- * * --------------------------------------------------*/ @@ -262,6 +263,9 @@ public: virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException ); + + + static sal_Bool getInstanceName(const SwFieldType& rFldType, String& rName); }; /* -----------------21.12.98 10:26------------------- diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 766435f28d52..f7e6ebb20bc0 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: os $ $Date: 2001-03-06 15:42:27 $ + * last change: $Author: dvo $ $Date: 2001-03-08 14:14:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -563,6 +563,7 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_CATEGORY extern const SwPropNameLen __FAR_DATA UNO_NAME_DEPENDENT_TEXT_FIELDS ; extern const SwPropNameLen __FAR_DATA UNO_NAME_CURRENT_PRESENTATION ; extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_INSTANCE_NAME; extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_PORTION_TYPE; extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTROL_CHARACTER; @@ -649,6 +650,7 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_COMMENT; 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_IDENTIFIER; +extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_IN_HEADER_FOOTER; extern const SwPropNameLen __FAR_DATA UNO_NAME_START_REDLINE; extern const SwPropNameLen __FAR_DATA UNO_NAME_END_REDLINE; |