LibreOffice Module sc (master) 1
Classes | Public Member Functions | Public Attributes | List of all members
sc::DataStream::Cell Struct Reference

#include <datastream.hxx>

Collaboration diagram for sc::DataStream::Cell:
[legend]

Classes

struct  Str
 

Public Member Functions

 Cell ()
 
 Cell (const Cell &r)
 

Public Attributes

union {
   Str   maStr
 
   double   mfValue
 
}; 
 
bool mbValue
 

Detailed Description

Definition at line 37 of file datastream.hxx.

Constructor & Destructor Documentation

◆ Cell() [1/2]

sc::DataStream::Cell::Cell ( )

Definition at line 223 of file datastream.cxx.

◆ Cell() [2/2]

sc::DataStream::Cell::Cell ( const Cell r)

Member Data Documentation

◆ 

union { ... } sc::DataStream::Cell::@11

◆ maStr

Str sc::DataStream::Cell::maStr

Definition at line 47 of file datastream.hxx.

Referenced by Cell(), and sc::DataStream::Text2Doc().

◆ mbValue

bool sc::DataStream::Cell::mbValue

Definition at line 51 of file datastream.hxx.

Referenced by Cell(), and sc::DataStream::Text2Doc().

◆ mfValue

double sc::DataStream::Cell::mfValue

Definition at line 48 of file datastream.hxx.

Referenced by Cell(), and sc::DataStream::Text2Doc().


The documentation for this struct was generated from the following files: