From 9e1b651db768667ab7f87d66a225ea008b4bd811 Mon Sep 17 00:00:00 2001 From: Mohammad Elahi Date: Sat, 27 Aug 2011 03:48:13 +0430 Subject: Add numbering type of arabic abjad sequence A localized numbering type base on arabic abjad sequence is added base on a table. --- offapi/com/sun/star/style/NumberingType.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'offapi/com') 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; + }; //============================================================================= -- cgit