LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclExpChTrData Struct Reference

#include <XclExpChangeTrack.hxx>

Collaboration diagram for XclExpChTrData:
[legend]

Public Member Functions

 XclExpChTrData ()
 
 ~XclExpChTrData ()
 
void Clear ()
 
void WriteFormula (XclExpStream &rStrm, const XclExpChTrTabIdBuffer &rTabIdBuffer)
 
void Write (XclExpStream &rStrm, const XclExpChTrTabIdBuffer &rTabIdBuffer)
 

Public Attributes

std::unique_ptr< XclExpStringpString
 
XclExpStringRef mpFormattedString
 
const ScFormulaCellmpFormulaCell
 
XclTokenArrayRef mxTokArr
 
XclExpRefLog maRefLog
 
double fValue
 
sal_Int32 nRKValue
 
sal_uInt16 nType
 
std::size_t nSize
 

Detailed Description

Definition at line 436 of file XclExpChangeTrack.hxx.

Constructor & Destructor Documentation

◆ XclExpChTrData()

XclExpChTrData::XclExpChTrData ( )

Definition at line 732 of file XclExpChangeTrack.cxx.

◆ ~XclExpChTrData()

XclExpChTrData::~XclExpChTrData ( )

Definition at line 741 of file XclExpChangeTrack.cxx.

References Clear().

Member Function Documentation

◆ Clear()

void XclExpChTrData::Clear ( )

Definition at line 746 of file XclExpChangeTrack.cxx.

References EXC_CHTR_TYPE_EMPTY, fValue, maRefLog, mpFormulaCell, mxTokArr, nRKValue, nSize, nType, and pString.

Referenced by ~XclExpChTrData().

◆ Write()

void XclExpChTrData::Write ( XclExpStream rStrm,
const XclExpChTrTabIdBuffer rTabIdBuffer 
)

◆ WriteFormula()

void XclExpChTrData::WriteFormula ( XclExpStream rStrm,
const XclExpChTrTabIdBuffer rTabIdBuffer 
)

Definition at line 758 of file XclExpChangeTrack.cxx.

References XclExpChTrTabIdBuffer::GetId(), maRefLog, mxTokArr, and rStrm.

Referenced by Write().

Member Data Documentation

◆ fValue

double XclExpChTrData::fValue

Definition at line 443 of file XclExpChangeTrack.hxx.

Referenced by Clear(), and Write().

◆ maRefLog

XclExpRefLog XclExpChTrData::maRefLog

Definition at line 442 of file XclExpChangeTrack.hxx.

Referenced by Clear(), and WriteFormula().

◆ mpFormattedString

XclExpStringRef XclExpChTrData::mpFormattedString

Definition at line 439 of file XclExpChangeTrack.hxx.

◆ mpFormulaCell

const ScFormulaCell* XclExpChTrData::mpFormulaCell

Definition at line 440 of file XclExpChangeTrack.hxx.

Referenced by Clear().

◆ mxTokArr

XclTokenArrayRef XclExpChTrData::mxTokArr

Definition at line 441 of file XclExpChangeTrack.hxx.

Referenced by Clear(), and WriteFormula().

◆ nRKValue

sal_Int32 XclExpChTrData::nRKValue

Definition at line 444 of file XclExpChangeTrack.hxx.

Referenced by Clear(), and Write().

◆ nSize

std::size_t XclExpChTrData::nSize

Definition at line 446 of file XclExpChangeTrack.hxx.

Referenced by Clear().

◆ nType

sal_uInt16 XclExpChTrData::nType

Definition at line 445 of file XclExpChangeTrack.hxx.

Referenced by Clear(), and Write().

◆ pString

std::unique_ptr<XclExpString> XclExpChTrData::pString

Definition at line 438 of file XclExpChangeTrack.hxx.

Referenced by Clear(), and Write().


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