diff options
author | Suhail Alkowaileet <xsoh.k7@gmail.com> | 2017-12-25 17:38:23 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-03-13 00:30:50 +0100 |
commit | 9aa70e2d0b72b37f6c090237b661d02c560aa79a (patch) | |
tree | a98681d19c4adc27d405d0df37984d554a4e016f /offapi/com | |
parent | 8986f46072b0fa1b62f9c382b9979aed1bcef7cf (diff) |
tdf#114622 Add Numbering in Arabic-Indic numerals
Fix all comments
Change-Id: Ib11662de5cac3b073114ab4425e8f45a0c04c8c8
Reviewed-on: https://gerrit.libreoffice.org/47058
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index 77b1a108e87b..be4bb6bc2758 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -440,6 +440,24 @@ published constants NumberingType */ const short NUMBER_HEBREW = 56; + /** Numbering in Arabic-Indic numerals + + @since LibreOffice 6.1 + */ + const short NUMBER_ARABIC_INDIC = 57; + + /** Numbering in East Arabic-Indic numerals + + @since LibreOffice 6.1 + */ + const short NUMBER_EAST_ARABIC_INDIC = 58; + + /** Numbering in Indic Devanagari numerals + + @since LibreOffice 6.1 + */ + const short NUMBER_INDIC_DEVANAGARI = 59; + }; |