Add more control option for worksheet

This commit is contained in:
Debao Zhang
2013-10-31 11:06:30 +08:00
parent 5f0fe45a3c
commit 93e1661aac
4 changed files with 264 additions and 28 deletions
+12 -3
View File
@@ -173,6 +173,7 @@ public:
void readMergeCells(XmlStreamReader &reader);
void readDataValidations(XmlStreamReader &reader);
void readDataValidation(XmlStreamReader &reader);
void readSheetViews(XmlStreamReader &reader);
SharedStrings *sharedStrings() const;
@@ -211,9 +212,17 @@ public:
QString name;
int id;
bool hidden;
bool selected;
bool right_to_left;
bool show_zeros;
bool windowProtection;
bool showFormulas;
bool showGridLines;
bool showRowColHeaders;
bool showZeros;
bool rightToLeft;
bool tabSelected;
bool showRuler;
bool showOutlineSymbols;
bool showWhiteSpace;
Worksheet *q_ptr;
};