|
LibreOffice Module xmloff (master) 1
|
#include <transporttypes.hxx>
Public Member Functions | |
| SchXMLCell () | |
Public Attributes | |
| OUString | aString |
| css::uno::Sequence< OUString > | aComplexString |
| double | fValue |
| SchXMLCellType | eType |
| OUString | aRangeId |
Definition at line 37 of file transporttypes.hxx.
|
inline |
Definition at line 45 of file transporttypes.hxx.
| css::uno::Sequence< OUString > SchXMLCell::aComplexString |
Definition at line 40 of file transporttypes.hxx.
Referenced by SchXMLTableCellContext::createFastChildContext(), and lcl_ApplyCellToComplexLabel().
| OUString SchXMLCell::aRangeId |
Definition at line 43 of file transporttypes.hxx.
| OUString SchXMLCell::aString |
Definition at line 39 of file transporttypes.hxx.
Referenced by lcl_ApplyCellToComplexLabel().
| SchXMLCellType SchXMLCell::eType |
Definition at line 42 of file transporttypes.hxx.
Referenced by SchXMLTableCellContext::createFastChildContext(), lcl_ApplyCellToComplexLabel(), and SchXMLTableCellContext::startFastElement().
| double SchXMLCell::fValue |
Definition at line 41 of file transporttypes.hxx.
Referenced by lcl_ApplyCellToComplexLabel(), and SchXMLTableCellContext::startFastElement().