24 #if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined(Q_OS_FREEBSD) || defined(Q_OS_HAIKU)
29 #define XLocaleType _locale_t
31 #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined(Q_OS_FREEBSD) || defined(Q_OS_HAIKU)
32 #define XLocaleType char* //dummy?
34 #define XLocaleType locale_t
38 #include "scribusapi.h"
47 static ScCLocale * m_instance;
48 static ScCLocale * that();
51 static double toDoubleC(
const QString& str,
bool * ok = 0);
52 static double toDoubleC(
const QString& str,
double defValue);
53 static float toFloatC(
const QString& str,
bool * ok = 0);
54 static float toFloatC(
const QString& str,
float defValue);
55 static QString toQStringC(
double d,
int prec = 3);
56 static double strtod (
const char * str,
char ** endptr );
Definition: scclocale.h:40