KSpread::ValueParser Member List
This is the complete list of members for
KSpread::ValueParser, including all inherited members.
fmtType (defined in KSpread::ValueParser) | KSpread::ValueParser | [protected] |
locale() (defined in KSpread::ValueParser) | KSpread::ValueParser | |
parse(const QString &str, Cell *cell) | KSpread::ValueParser | |
parse(const QString &str) | KSpread::ValueParser | |
parserLocale (defined in KSpread::ValueParser) | KSpread::ValueParser | [protected] |
readInt(const QString &str, uint &pos) | KSpread::ValueParser | [protected] |
readNumber(const QString &_str, bool *ok, bool *isInt) | KSpread::ValueParser | [protected] |
readTime(const QString &intstr, bool withSeconds, bool *ok, bool &duration) | KSpread::ValueParser | [protected] |
tryParseBool(const QString &str, bool *ok=0) (defined in KSpread::ValueParser) | KSpread::ValueParser | |
tryParseBool(const QString &str, Cell *cell) (defined in KSpread::ValueParser) | KSpread::ValueParser | [protected] |
tryParseDate(const QString &str, bool *ok=0) (defined in KSpread::ValueParser) | KSpread::ValueParser | |
tryParseDate(const QString &str, Cell *cell) (defined in KSpread::ValueParser) | KSpread::ValueParser | [protected] |
tryParseNumber(const QString &str, bool *ok=0) (defined in KSpread::ValueParser) | KSpread::ValueParser | |
tryParseNumber(const QString &str, Cell *cell) (defined in KSpread::ValueParser) | KSpread::ValueParser | [protected] |
tryParseTime(const QString &str, bool *ok=0) (defined in KSpread::ValueParser) | KSpread::ValueParser | |
tryParseTime(const QString &str, Cell *cell) (defined in KSpread::ValueParser) | KSpread::ValueParser | [protected] |
ValueParser(KLocale *locale) | KSpread::ValueParser | |