Home
last modified time | relevance | path

Searched refs:QpRecCell (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/src/
H A Drecord.cc130 QpRecCell::QpRecCell(QpRecType pType) in QpRecCell() function in QpRecCell
140 QpRecCell::~QpRecCell() in ~QpRecCell()
154 QpRecCell::attributes() in attributes()
160 QpRecCell::column(QP_UINT8 pColumn) in column()
166 QpRecCell::column() in column()
172 QpRecCell::row(QP_INT16 pRow) in row()
178 QpRecCell::row() in row()
421 : QpRecCell(QpEmptyCell) in QpRecEmptyCell()
438 : QpRecCell(QpIntegerCell) in QpRecIntegerCell()
486 : QpRecCell(QpLabelCell) in QpRecLabelCell()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/qpro/
H A Drecord.h75 class QpRecCell : public QpRec
78 explicit QpRecCell(QpRecType pType);
79 ~QpRecCell();
174 class QpRecEmptyCell : public QpRecCell
184 class QpRecIntegerCell : public QpRecCell
198 class QpRecFloatingPointCell : public QpRecCell
211 class QpRecFormulaCell : public QpRecCell
231 class QpRecLabelCell : public QpRecCell