summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-30 19:40:31 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-30 19:42:03 +0100
commit8674c120cf4eb0f180ec40044a060ef1b345e40c (patch)
tree0ae1bc43dd08678158ab5c858c63824fffd97c52
parent57045024d66e4ffbd04be3c646805aac3ef32deb (diff)
API CHANGE: remove com.sun.star.text.XLineNumberingSupplier
This interface has been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/text/XLineNumberingSupplier" exists only in registry 1 SERVICE: /UCR/com/sun/star/text/GenericTextDocument service1 contains 1 more references as service2 incompatible change: Reference 10 ('XLineNumberingSupplier') in 'r1' is not longer a reference of this service in 'r2' Change-Id: I24ff18d0fe22d3caa893a7d5c766d352b7ca99c3
-rw-r--r--offapi/UnoApi_offapi.mk1
-rw-r--r--offapi/com/sun/star/text/GenericTextDocument.idl3
-rw-r--r--offapi/com/sun/star/text/XLineNumberingSupplier.idl62
-rw-r--r--offapi/type_reference/types.rdbbin7459840 -> 7458816 bytes
-rw-r--r--qadevOOo/Jar_OOoRunner.mk1
-rw-r--r--qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XLineNumberingSupplier.java55
7 files changed, 0 insertions, 124 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 67a29e215e9f..b9fd090a87bb 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3628,7 +3628,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/text,\
3628 XHeaderFooter \ 3628 XHeaderFooter \
3629 XHeaderFooterPageStyle \ 3629 XHeaderFooterPageStyle \
3630 XLineNumberingProperties \ 3630 XLineNumberingProperties \
3631 XLineNumberingSupplier \
3632 XMailMergeBroadcaster \ 3631 XMailMergeBroadcaster \
3633 XMailMergeListener \ 3632 XMailMergeListener \
3634 XMultiTextMarkup \ 3633 XMultiTextMarkup \
diff --git a/offapi/com/sun/star/text/GenericTextDocument.idl b/offapi/com/sun/star/text/GenericTextDocument.idl
index 09e18867b043..9956b8026206 100644
--- a/offapi/com/sun/star/text/GenericTextDocument.idl
+++ b/offapi/com/sun/star/text/GenericTextDocument.idl
@@ -28,7 +28,6 @@
28#include <com/sun/star/util/XReplaceable.idl> 28#include <com/sun/star/util/XReplaceable.idl>
29#include <com/sun/star/text/XPagePrintable.idl> 29#include <com/sun/star/text/XPagePrintable.idl>
30#include <com/sun/star/text/XReferenceMarksSupplier.idl> 30#include <com/sun/star/text/XReferenceMarksSupplier.idl>
31#include <com/sun/star/text/XLineNumberingSupplier.idl>
32#include <com/sun/star/text/XChapterNumberingSupplier.idl> 31#include <com/sun/star/text/XChapterNumberingSupplier.idl>
33#include <com/sun/star/text/XTextGraphicObjectsSupplier.idl> 32#include <com/sun/star/text/XTextGraphicObjectsSupplier.idl>
34#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.idl> 33#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.idl>
@@ -87,8 +86,6 @@ published service GenericTextDocument
87 86
88 [optional] interface com::sun::star::text::XReferenceMarksSupplier; 87 [optional] interface com::sun::star::text::XReferenceMarksSupplier;
89 88
90 [optional] interface com::sun::star::text::XLineNumberingSupplier;
91
92 [optional] interface com::sun::star::text::XChapterNumberingSupplier; 89 [optional] interface com::sun::star::text::XChapterNumberingSupplier;
93 90
94 [optional] interface com::sun::star::beans::XPropertySet; 91 [optional] interface com::sun::star::beans::XPropertySet;
diff --git a/offapi/com/sun/star/text/XLineNumberingSupplier.idl b/offapi/com/sun/star/text/XLineNumberingSupplier.idl
deleted file mode 100644
index ae087411a68c..000000000000
--- a/offapi/com/sun/star/text/XLineNumberingSupplier.idl
+++ /dev/null
@@ -1,62 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__
20#define __com_sun_star_text_XLineNumberingSupplier_idl__
21
22#include <com/sun/star/uno/XInterface.idl>
23
24#include <com/sun/star/beans/PropertyValue.idl>
25
26
27 module com { module sun { module star { module text {
28
29
30// DocMerge from xml: interface com::sun::star::text::XLineNumberingSupplier
31/** contains the settings of the line numbering in a text document.
32
33 @deprecated
34 */
35published interface XLineNumberingSupplier: com::sun::star::uno::XInterface
36{
37
38 // DocMerge from idl: method com::sun::star::text::XLineNumberingSupplier::getLineNumberingRules
39 /** @return the <type>LineNumberingSettings</type> of the object.
40 */
41 sequence< sequence<com::sun::star::beans::PropertyValue> > getLineNumberingRules();
42
43
44 // DocMerge from xml: method com::sun::star::text::XLineNumberingSupplier::setLineNumberingRules
45 /** sets a sequence of numbering rules.
46
47
48
49 <p>The elements of the sequence are representing the chapter levels,
50 index 0 for the major chapter level.</p>
51 */
52 void setLineNumberingRules( [in] sequence< sequence<com::sun::star::beans::PropertyValue> > aRules );
53
54};
55
56
57}; }; }; };
58
59
60#endif
61
62/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 0cc9a607bde3..dc13d62f1eaa 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index c0481c103f55..9da1f31fc1ce 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -852,7 +852,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
852 qadevOOo/tests/java/ifc/text/_XFootnotesSettingsSupplier \ 852 qadevOOo/tests/java/ifc/text/_XFootnotesSettingsSupplier \
853 qadevOOo/tests/java/ifc/text/_XFootnotesSupplier \ 853 qadevOOo/tests/java/ifc/text/_XFootnotesSupplier \
854 qadevOOo/tests/java/ifc/text/_XLineNumberingProperties \ 854 qadevOOo/tests/java/ifc/text/_XLineNumberingProperties \
855 qadevOOo/tests/java/ifc/text/_XLineNumberingSupplier \
856 qadevOOo/tests/java/ifc/text/_XMailMergeBroadcaster \ 855 qadevOOo/tests/java/ifc/text/_XMailMergeBroadcaster \
857 qadevOOo/tests/java/ifc/text/_XPageCursor \ 856 qadevOOo/tests/java/ifc/text/_XPageCursor \
858 qadevOOo/tests/java/ifc/text/_XPagePrintable \ 857 qadevOOo/tests/java/ifc/text/_XPagePrintable \
diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv
index dd21e266c688..e7e989da76d7 100644
--- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv
+++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv
@@ -36,8 +36,6 @@
36"SwXTextDocument";"com::sun::star::frame::XStorable";"store()" 36"SwXTextDocument";"com::sun::star::frame::XStorable";"store()"
37"SwXTextDocument";"com::sun::star::frame::XStorable";"storeAsURL()" 37"SwXTextDocument";"com::sun::star::frame::XStorable";"storeAsURL()"
38"SwXTextDocument";"com::sun::star::frame::XStorable";"storeToURL()" 38"SwXTextDocument";"com::sun::star::frame::XStorable";"storeToURL()"
39"SwXTextDocument";"com::sun::star::text::XLineNumberingSupplier#optional";"getLineNumberingRules()"
40"SwXTextDocument";"com::sun::star::text::XLineNumberingSupplier#optional";"setLineNumberingRules()"
41"SwXTextDocument";"com::sun::star::document::XEventsSupplier#optional";"getEvents()" 39"SwXTextDocument";"com::sun::star::document::XEventsSupplier#optional";"getEvents()"
42"SwXTextDocument";"com::sun::star::text::XPagePrintable#optional";"getPagePrintSettings()" 40"SwXTextDocument";"com::sun::star::text::XPagePrintable#optional";"getPagePrintSettings()"
43"SwXTextDocument";"com::sun::star::text::XPagePrintable#optional";"setPagePrintSettings()" 41"SwXTextDocument";"com::sun::star::text::XPagePrintable#optional";"setPagePrintSettings()"
diff --git a/qadevOOo/tests/java/ifc/text/_XLineNumberingSupplier.java b/qadevOOo/tests/java/ifc/text/_XLineNumberingSupplier.java
deleted file mode 100644
index 309354ef996d..000000000000
--- a/qadevOOo/tests/java/ifc/text/_XLineNumberingSupplier.java
+++ /dev/null
@@ -1,55 +0,0 @@
1/*
2 * This file is part of the LibreOffice project.
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 *
8 * This file incorporates work covered by the following license notice:
9 *
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
17 */
18
19package ifc.text;
20
21import lib.MultiMethodTest;
22
23import com.sun.star.beans.PropertyValue;
24import com.sun.star.text.XLineNumberingSupplier;
25
26/**
27 * Testing <code>com.sun.star.text.XLineNumberingSupplier</code>
28 * interface methods :
29 * <ul>
30 * <li><code> getLineNumberingRules()</code></li>
31 * <li><code> setLineNumberingRules()</code></li>
32 * </ul> <p>
33 * Test is <b> NOT </b> multithread compilant. <p>
34 * @see com.sun.star.text.XLineNumberingSupplier
35 */
36public class _XLineNumberingSupplier extends MultiMethodTest {
37
38 public static XLineNumberingSupplier oObj = null;
39
40 public PropertyValue[][] lineNumberingSettings = null;
41
42 /**
43 * Test calls the method. <p>
44 * Has <b> OK </b> status if the method returns not
45 * <code>null</code> value.
46 */
47 public void _getLineNumberingRules() {
48 boolean res = false;
49 lineNumberingSettings = oObj.getLineNumberingRules();
50 res = lineNumberingSettings != null ;
51 tRes.tested("getLineNumberingRules()",res);
52 }
53
54} // finish class _XLineNumberingSupplier
55