--- psiconv/trunk/lib/psiconv/data.h 2001/03/06 23:59:46 111 +++ psiconv/trunk/lib/psiconv/data.h 2001/07/10 22:38:49 125 @@ -457,19 +457,19 @@ psiconv_numberformat_triads, psiconv_numberformat_boolean, psiconv_numberformat_text, - psiconv_numberformat_date_ddmm, - psiconv_numberformat_date_mmdd, + psiconv_numberformat_date_dmm, + psiconv_numberformat_date_mmd, psiconv_numberformat_date_ddmmyy, psiconv_numberformat_date_mmddyy, psiconv_numberformat_date_yymmdd, - psiconv_numberformat_date_ddmmm, + psiconv_numberformat_date_dmmm, + psiconv_numberformat_date_dmmmyy, psiconv_numberformat_date_ddmmmyy, - psiconv_numberformat_date_ddmmmyyyy, psiconv_numberformat_date_mmm, psiconv_numberformat_date_monthname, psiconv_numberformat_date_mmmyy, psiconv_numberformat_date_monthnameyy, - psiconv_numberformat_date_monthnameddyyyy, + psiconv_numberformat_date_monthnamedyyyy, psiconv_numberformat_datetime_ddmmyyyyhhii, psiconv_numberformat_datetime_ddmmyyyyHHii, psiconv_numberformat_datetime_mmddyyyyhhii, @@ -769,6 +769,7 @@ /* Get a numbered style. Returns NULL if the style is unknown. */ extern psiconv_word_style psiconv_get_style (psiconv_word_styles_section ss, int nr); +extern psiconv_formula psiconv_get_formula (psiconv_formula_list ss, int nr); extern void psiconv_free_color(psiconv_color color); extern void psiconv_free_border(psiconv_border border);