summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMohammad Elahi <ElahiMohammad@gmail.com>2011-08-27 03:48:13 +0430
committerEike Rathke <erack@erack.de>2011-08-28 00:01:26 +0200
commit9e1b651db768667ab7f87d66a225ea008b4bd811 (patch)
treebd6e20a292f9669fde2a28ea358b7fbc9052a757 /offapi
parent7c3efe8b1ec847d36ef3bf3b4f98833b30a4655e (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')
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl8
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;
+
};
//=============================================================================