22#include "../odsexception.h"
45 qDebug() <<
"empty cell";
106 QObject::tr(
"this cell is not a date :\n").append(
toString()));
119 QObject::tr(
"this cell is not a string :\n").append(
toString()));
132 QObject::tr(
"this cell is not a double :\n").append(
toString()));
145 QObject::tr(
"this cell is not a boolean :\n").append(
toString()));
192 qDebug() << __FILE__ <<
" " << __FUNCTION__ <<
" " << __LINE__ <<
" "
237 QDateTime date = QDateTime::fromString(
_string_value,
"yyyy-MM-ddThh:mm:ss");
void setOfficeValueType(const QString &type)
void setValueOfUndefinedType(const QString &value)
bool getBooleanValue() const
const QDateTime & getDateTimeValue() const
void setValueString(const QString &value)
const QString & toString() const
double getDoubleValue() const
QString _office_value_type
const QString & getStringValue() const
void setValueBoolean(bool value_bool)
void setValueDouble(double value_num)
void setDateValue(const QDateTime &date)
const QString & getOfficeValueType() const