From 1037e3759bf178b52d16c12a811717f94ab9950a Mon Sep 17 00:00:00 2001 From: László Németh Date: Wed, 31 Jan 2018 16:35:05 +0100 Subject: tdf#115319 references with Hungarian articles Add new alternative reference formats, stored by the proposed text:reference-language attribute. This is an implementation of the ODF improvement draft published in the bug report. Note: choose Hungarian locale setting to show the new "Article a/az + Page" etc. reference formats in dialog window "Fields". Change-Id: I210d4b9a3e821fb4e45e24643bad9c70b867c89d Reviewed-on: https://gerrit.libreoffice.org/48944 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- offapi/com/sun/star/text/textfield/GetReference.idl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/textfield/GetReference.idl b/offapi/com/sun/star/text/textfield/GetReference.idl index 110d13c95d26..f561053c8bd9 100644 --- a/offapi/com/sun/star/text/textfield/GetReference.idl +++ b/offapi/com/sun/star/text/textfield/GetReference.idl @@ -54,6 +54,19 @@ published service GetReference @see com::sun::star::text::Footnote */ [property] short SequenceNumber; + /** contains the language id of the alternative language-dependent references. +

Alternative language-dependent forms of reference types.

+ + @since LibreOffice 6.1 + +

The current set of supported languages is: +

    +
  • hu : Hungarian, reference with lowercase article "a" or "az"
  • +
  • Hu : Hungarian, reference with uppercase article "A" or "Az"
  • +
+

+ */ + [optional, property] string ReferenceFieldLanguage; }; -- cgit