| afterRestore() | Spreadsheet::Cell | |
| ALIGNMENT_BOTTOM | Spreadsheet::Cell | static |
| ALIGNMENT_HCENTER | Spreadsheet::Cell | static |
| ALIGNMENT_HIMPLIED | Spreadsheet::Cell | static |
| ALIGNMENT_HORIZONTAL | Spreadsheet::Cell | static |
| ALIGNMENT_LEFT | Spreadsheet::Cell | static |
| ALIGNMENT_RIGHT | Spreadsheet::Cell | static |
| ALIGNMENT_TOP | Spreadsheet::Cell | static |
| ALIGNMENT_VCENTER | Spreadsheet::Cell | static |
| ALIGNMENT_VERTICAL | Spreadsheet::Cell | static |
| ALIGNMENT_VIMPLIED | Spreadsheet::Cell | static |
| Cell(const App::CellAddress &_address, PropertySheet *_owner) | Spreadsheet::Cell | |
| Cell(PropertySheet *_owner, const Cell &other) | Spreadsheet::Cell | |
| clearDirty() | Spreadsheet::Cell | |
| clearException() | Spreadsheet::Cell | |
| clearResolveException() | Spreadsheet::Cell | |
| decodeAlignment(const std::string &itemStr, int alignment) | Spreadsheet::Cell | static |
| decodeColor(const std::string &color, const App::Color &defaultColor) | Spreadsheet::Cell | static |
| encodeAlignment(int alignment) | Spreadsheet::Cell | static |
| encodeColor(const App::Color &color) | Spreadsheet::Cell | static |
| encodeStyle(const std::set< std::string > &style) | Spreadsheet::Cell | static |
| getAddress() const | Spreadsheet::Cell | |
| getAlias(std::string &n) const | Spreadsheet::Cell | |
| getAlignment(int &_alignment) const | Spreadsheet::Cell | |
| getBackground(App::Color &color) const | Spreadsheet::Cell | |
| getComputedUnit(Base::Unit &unit) const | Spreadsheet::Cell | |
| getDisplayUnit(DisplayUnit &unit) const | Spreadsheet::Cell | |
| getException() const | Spreadsheet::Cell | |
| getExpression(bool withFormat=false) const | Spreadsheet::Cell | |
| getForeground(App::Color &color) const | Spreadsheet::Cell | |
| getFormattedQuantity(void) | Spreadsheet::Cell | |
| getSpans(int &rows, int &columns) const | Spreadsheet::Cell | |
| getStringContent(std::string &s, bool persistent=false) const | Spreadsheet::Cell | |
| getStyle(std::set< std::string > &style) const | Spreadsheet::Cell | |
| hasException() const | Spreadsheet::Cell | |
| isMarked() const | Spreadsheet::Cell | |
| isUsed() const | Spreadsheet::Cell | |
| mark() | Spreadsheet::Cell | |
| moveAbsolute(App::CellAddress newAddress) | Spreadsheet::Cell | |
| operator=(const Cell &rhs) | Spreadsheet::Cell | |
| PropertySheet class | Spreadsheet::Cell | friend |
| restore(Base::XMLReader &reader, bool checkAlias=false) | Spreadsheet::Cell | |
| save(Base::Writer &writer) const | Spreadsheet::Cell | |
| save(std::ostream &os, const char *indent, bool noContent) const | Spreadsheet::Cell | |
| setAlias(const std::string &n) | Spreadsheet::Cell | |
| setAlignment(int _alignment) | Spreadsheet::Cell | |
| setBackground(const App::Color &color) | Spreadsheet::Cell | |
| setComputedUnit(const Base::Unit &unit) | Spreadsheet::Cell | |
| setContent(const char *value) | Spreadsheet::Cell | |
| setDirty() | Spreadsheet::Cell | |
| setDisplayUnit(const std::string &unit) | Spreadsheet::Cell | |
| setException(const std::string &e, bool silent=false) | Spreadsheet::Cell | |
| setForeground(const App::Color &color) | Spreadsheet::Cell | |
| setResolveException(const std::string &e) | Spreadsheet::Cell | |
| setSpans(int rows, int columns) | Spreadsheet::Cell | |
| setStyle(const std::set< std::string > &_style) | Spreadsheet::Cell | |
| spansChanged() const | Spreadsheet::Cell | |
| visit(App::ExpressionVisitor &v) | Spreadsheet::Cell | |
| ~Cell() | Spreadsheet::Cell | |