|
LibreOffice Module sc (master) 1
|
#include <datastream.hxx>
Classes | |
| struct | Str |
Public Member Functions | |
| Cell () | |
| Cell (const Cell &r) | |
Public Attributes | |
| union { | |
| Str maStr | |
| double mfValue | |
| }; | |
| bool | mbValue |
Definition at line 37 of file datastream.hxx.
| sc::DataStream::Cell::Cell | ( | ) |
Definition at line 223 of file datastream.cxx.
| sc::DataStream::Cell::Cell | ( | const Cell & | r | ) |
Definition at line 225 of file datastream.cxx.
References maStr, mbValue, mfValue, sc::DataStream::Cell::Str::Pos, and sc::DataStream::Cell::Str::Size.
| union { ... } sc::DataStream::Cell::@11 |
| Str sc::DataStream::Cell::maStr |
Definition at line 47 of file datastream.hxx.
Referenced by Cell(), and sc::DataStream::Text2Doc().
| bool sc::DataStream::Cell::mbValue |
Definition at line 51 of file datastream.hxx.
Referenced by Cell(), and sc::DataStream::Text2Doc().
| double sc::DataStream::Cell::mfValue |
Definition at line 48 of file datastream.hxx.
Referenced by Cell(), and sc::DataStream::Text2Doc().