summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/sheet.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-sheet/sheet.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/sheet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-sheet/sheet.h b/noncore/apps/opie-sheet/sheet.h
index f78a684..f4e9d38 100644
--- a/noncore/apps/opie-sheet/sheet.h
+++ b/noncore/apps/opie-sheet/sheet.h
@@ -49,2 +49,3 @@ class Sheet: public QTable
QString pressedCell, releasedCell, sheetName;
+ QStringList listDataParser;
@@ -53,2 +54,3 @@ class Sheet: public QTable
bool findRowColumn(const QString &variable, int *row, int *col, bool giveError=FALSE);
+ QString findCellName(int row, int col);
bool findRange(const QString &variable1, const QString &variable2, int *row1, int *col1, int *row2, int *col2);
@@ -59,3 +61,3 @@ class Sheet: public QTable
QString getParameter(const QString &parameters, int paramNo, bool giveError=FALSE, const QString funcName="");
- QString dataParser(const QString &data);
+ QString dataParser(const QString &cell, const QString &data);
QString dataParserHelper(const QString &data);