Update Spanish translation
[gnumeric.git] / src / number-match.h
blob3f19f12bac2b6edf0ff1129bf44fd488be93d594
1 #ifndef _GNM_NUMBER_MATCH_H_
2 # define _GNM_NUMBER_MATCH_H_
4 #include <gnumeric.h>
6 G_BEGIN_DECLS
8 GnmValue *format_match_simple (char const *text);
9 GnmValue *format_match (char const *text, GOFormat const *cur_fmt,
10 GODateConventions const *date_conv);
11 GnmValue *format_match_number (char const *text, GOFormat const *cur_fmt,
12 GODateConventions const *date_conv);
13 GnmValue *format_match_decimal_number_with_locale
14 (char const *text, GOFormatFamily *family,
15 GString const *curr, GString const *thousand,
16 GString const *decimal);
18 GnmValue *format_match_datetime (char const *text,
19 GODateConventions const *date_conv,
20 gboolean month_before_day,
21 gboolean add_format,
22 gboolean presume_date);
24 G_END_DECLS
26 #endif /* _GNM_NUMBER_MATCH_H_ */