summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextDocument.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-05-09 13:06:21 +0000
committerMichael Hönnig <mi@openoffice.org>2001-05-09 13:06:21 +0000
commit254996941d416244eb05a4e57e8b11c2c26572f5 (patch)
treed4a168c89c142334174f917ec6ba3b985be3f69b /offapi/com/sun/star/text/TextDocument.idl
parentadded bootstrap helpers (diff)
downloadcore-254996941d416244eb05a4e57e8b11c2c26572f5.tar.gz
core-254996941d416244eb05a4e57e8b11c2c26572f5.zip
HypertextDocument and AdvancedTextDocument now deprecated, all members now optional in TextDocument
Diffstat (limited to 'offapi/com/sun/star/text/TextDocument.idl')
-rw-r--r--offapi/com/sun/star/text/TextDocument.idl84
1 files changed, 82 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextDocument.idl b/offapi/com/sun/star/text/TextDocument.idl
index a38ef7a16470..17f61251b2ce 100644
--- a/offapi/com/sun/star/text/TextDocument.idl
+++ b/offapi/com/sun/star/text/TextDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextDocument.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2001-05-09 14:06:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,6 +108,83 @@ service TextDocument
// DocMerge: empty anyway
interface com::sun::star::util::XRefreshable;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XFootnotesSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XEndnotesSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::util::XReplaceable;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XPagePrintable;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XReferenceMarksSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XLineNumberingSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XChapterNumberingSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::beans::XPropertySet;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XTextGraphicObjectsSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XTextEmbeddedObjectsSupplier;
+
+ // DocMerge: empty anyway
+ [optional] interface com::sun::star::text::XTextTablesSupplier;
+
+ //-------------------------------------------------------------------------
+
+ // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharLocale
+ /** contains the identifier of the default locale of the document.
+ */
+ [optional, property] com::sun::star::lang::Locale CharLocale;
+
+ //-------------------------------------------------------------------------
+
+ // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharacterCount
+ /** contains the count of all characters in the document.
+ */
+ [optional, readonly, property] long CharacterCount;
+
+
+ //-------------------------------------------------------------------------
+
+ // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::ParagraphCount
+ /** contains the count of all paragraphs in the document.
+ */
+ [optional, readonly, property] long ParagraphCount;
+
+ //-------------------------------------------------------------------------
+
+ // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::WordCount
+ /** contains the count of all words in the document.@see WordSeparator
+ */
+ [optional, readonly, property] long WordCount;
+
+ //-------------------------------------------------------------------------
+
+ // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::WordSeparator
+ /** contains a string that consists of characters that mark the
+ separation of words in counting the words in a document.
+
+
+
+ <p> I.e. slash and backslash. Whitespaces (tab stop,
+ space, paragraph break, line break) always separate
+ words.</p>@see WordCount
+ */
+ [optional, property] string WordSeparator;
+
};
//=============================================================================
@@ -117,6 +194,9 @@ service TextDocument
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:03 hjs
initial import