summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odk/pack/copying/idl_chapter_refs.txt4
-rw-r--r--offapi/UnoApi_offapi.mk4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/Info0.idl55
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/Info1.idl55
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/Info2.idl55
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/Info3.idl55
-rw-r--r--offapi/type_reference/types.rdbbin7646208 -> 7646208 bytes
7 files changed, 0 insertions, 228 deletions
diff --git a/odk/pack/copying/idl_chapter_refs.txt b/odk/pack/copying/idl_chapter_refs.txt
index 852ede042e0f..fe53dd7066c1 100644
--- a/odk/pack/copying/idl_chapter_refs.txt
+++ b/odk/pack/copying/idl_chapter_refs.txt
@@ -3319,7 +3319,6 @@ com.sun.star.text.textfield.ReferencePageGet
com.sun.star.text.textfield.ParagraphCount
com.sun.star.text.textfield.Author
com.sun.star.text.textfield.DatabaseNumberOfSet
-com.sun.star.text.textfield.docinfo.Info2
com.sun.star.text.XTextFieldsSupplier
com.sun.star.text.XDependentTextField
com.sun.star.text.textfield.InputUser
@@ -3329,13 +3328,11 @@ com.sun.star.text.XTextField
com.sun.star.text.textfield.docinfo.ChangeAuthor
com.sun.star.text.textfield.DateTime
com.sun.star.text.textfield.docinfo.Title
-com.sun.star.text.textfield.docinfo.Info0
com.sun.star.text.textfield.Macro
com.sun.star.container.XEnumerationAccess
com.sun.star.text.TextFieldMasters
com.sun.star.text.textfield.EmbeddedObjectCount
com.sun.star.text.textfield.DatabaseName
-com.sun.star.text.textfield.docinfo.Info3
com.sun.star.util.XUpdatable
com.sun.star.text.TextContent
com.sun.star.text.textfield.DatabaseSetNumber
@@ -3365,7 +3362,6 @@ com.sun.star.text.textfield.JumpEdit
com.sun.star.text.textfield.PageCount
com.sun.star.text.textfield.HiddenText
com.sun.star.text.textfield.docinfo.Description
-com.sun.star.text.textfield.docinfo.Info1
com.sun.star.text.textfield.DatabaseNextSet
com.sun.star.text.textfield.docinfo.PrintDateTime
TOPIC:
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index dd22ceefd82c..22261e30119c 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -1393,10 +1393,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/te
Custom \
Description \
EditTime \
- Info0 \
- Info1 \
- Info2 \
- Info3 \
Keywords \
PrintAuthor \
PrintDateTime \
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info0.idl b/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
deleted file mode 100644
index 6ad5b72494b7..000000000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_text_textfield_docinfo_Info0_idl__
-#define __com_sun_star_text_textfield_docinfo_Info0_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
- module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info0 field that is contained
- in the document information.
- @deprecated this service is no longer implemented as of OOo 3.0;
- use com::sun::star::text::textfield::docinfo::Custom instead.
- @see com::sun::star::text::TextField
-*/
-published service Info0
-{
- /** contains content information.
- */
- [property] string Content;
- /** contains the current content of the text field.
- <p> This property is especially useful for import/export purposes. </p>
- */
- [property]string CurrentPresentation;
- /** If this flag is set to <FALSE/> the content updated everytime the document
- information is changed.
- */
- [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info1.idl b/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
deleted file mode 100644
index c0d240081ff4..000000000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_text_textfield_docinfo_Info1_idl__
-#define __com_sun_star_text_textfield_docinfo_Info1_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
- module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info1 field that is contained
- in the document information.
- @deprecated this service is no longer implemented as of OOo 3.0;
- use com::sun::star::text::textfield::docinfo::Custom instead.
- @see com::sun::star::text::TextField
-*/
-published service Info1
-{
- /** contains content information.
- */
- [property] string Content;
- /** contains the current content of the text field.
- <p> This property is especially useful for import/export purposes. </p>
- */
- [property]string CurrentPresentation;
- /** If this flag is set to <FALSE/> the content updated everytime the document
- information is changed.
- */
- [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info2.idl b/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
deleted file mode 100644
index 6f0a98385c6b..000000000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_text_textfield_docinfo_Info2_idl__
-#define __com_sun_star_text_textfield_docinfo_Info2_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
- module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info2 field that is contained
- in the document information.
- @deprecated this service is no longer implemented as of OOo 3.0;
- use com::sun::star::text::textfield::docinfo::Custom instead.
- @see com::sun::star::text::TextField
-*/
-published service Info2
-{
- /** contains content information.
- */
- [property] string Content;
- /** contains the current content of the text field.
- <p> This property is especially useful for import/export purposes. </p>
- */
- [property]string CurrentPresentation;
- /** If this flag is set to <FALSE/> the content updated everytime the document
- information is changed.
- */
- [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info3.idl b/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
deleted file mode 100644
index acb8e8d735e8..000000000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __com_sun_star_text_textfield_docinfo_Info3_idl__
-#define __com_sun_star_text_textfield_docinfo_Info3_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
- module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info3 field that is contained
- in the document information.
- @deprecated this service is no longer implemented as of OOo 3.0;
- use com::sun::star::text::textfield::docinfo::Custom instead.
- @see com::sun::star::text::TextField
-*/
-published service Info3
-{
- /** contains content information.
- */
- [property] string Content;
- /** contains the current content of the text field.
- <p> This property is especially useful for import/export purposes. </p>
- */
- [property]string CurrentPresentation;
- /** If this flag is set to <FALSE/> the content updated everytime the document
- information is changed.
- */
- [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index ef224a726bc2..a8bab3724299 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ