diff options
author | Mohammad Elahi <ElahiMohammad@gmail.com> | 2011-08-27 03:48:13 +0430 |
---|---|---|
committer | Eike Rathke <erack@erack.de> | 2011-08-28 00:01:26 +0200 |
commit | 9e1b651db768667ab7f87d66a225ea008b4bd811 (patch) | |
tree | bd6e20a292f9669fde2a28ea358b7fbc9052a757 /offapi/com/sun/star/style | |
parent | 7c3efe8b1ec847d36ef3bf3b4f98833b30a4655e (diff) |
Add numbering type of arabic abjad sequence
A localized numbering type base on arabic abjad sequence is
added base on a table.
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r-- | offapi/com/sun/star/style/NumberingType.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl index da9a9865b6dc..39bbf2cbd075 100644 --- a/offapi/com/sun/star/style/NumberingType.idl +++ b/offapi/com/sun/star/style/NumberingType.idl @@ -485,6 +485,14 @@ published constants NumberingType */ const short CHARS_GREEK_LOWER_LETTER = 53; + + //------------------------------------------------------------------------- + /** Numbering in Arabic alphabet using abjad sequence + + @since OOo 3.5 + */ + const short CHARS_ARABIC_ABJAD = 54; + }; //============================================================================= |