kspread
KSpread::Oasis Namespace Reference
Functions | |
QString | decodeFormula (const QString &expr, const KLocale *locale=0) |
KSPREAD_EXPORT QString | encodeFormula (const QString &expr, const KLocale *locale=0) |
Function Documentation
KSPREAD_EXPORT QString KSpread::Oasis::decodeFormula | ( | const QString & | expr, | |
const KLocale * | locale = 0 | |||
) |
Converts an OpenDocument representation of a formula/cell reference to a localized formula/cell reference.
- Parameters:
-
expr The expression to convert from OpenDocument format. locale The locale to which the expression should be converted.
Definition at line 1011 of file kspread_util.cc.
KSPREAD_EXPORT QString KSpread::Oasis::encodeFormula | ( | const QString & | expr, | |
const KLocale * | locale = 0 | |||
) |
Converts a localized formula/cell reference to an OpenDocument representation of a formula/cell reference.
- Parameters:
-
expr The expression to convert to OpenDocument format. locale The locale from which the expression should be converted.