diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-30 10:30:49 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-30 10:30:49 +0000 |
commit | b2cfbcab5e04301c0468569bf0c92b632ee7e77a (patch) | |
tree | 9fa54ffc1df9d3dc49bde78fdd482e51bd754ac9 /sw/inc/unoidx.hxx | |
parent | 6445b484b80d8a9790f1fc0e9911776bd0481d50 (diff) |
#80616# remaining API issues needed for XML index im-/export fixed
- added: now TOXMarks always return the same UNO wrapper object, making them comparable
- added: SwXDocumentIndexes::GetObject(): converts SwTOXBaseSection into SwXDocumentIndex
- added: DocumentIndex-property to SwXTextSection (returns smallest enclosing index)
- fixed: XInsertTextContentRelative now disregards IsProtected() flag (like remainder of API)
- added: Bibliography now supports ContentSection and HeaderSection properties
Diffstat (limited to 'sw/inc/unoidx.hxx')
-rw-r--r-- | sw/inc/unoidx.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unoidx.hxx b/sw/inc/unoidx.hxx index 29d163429eb6..8871aac8a4e0 100644 --- a/sw/inc/unoidx.hxx +++ b/sw/inc/unoidx.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoidx.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2000-11-01 15:03:18 $ + * last change: $Author: dvo $ $Date: 2000-11-30 11:30:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -296,6 +296,7 @@ public: 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 SwXDocumentIndex* GetObject(const SwTOXBaseSection* pTOX); }; /* -----------------13.09.99 16:39------------------- |