LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
LwpNumericValue Class Referencefinal

VO_NUMERICVALUE object. More...

#include <lwptblcell.hxx>

Inheritance diagram for LwpNumericValue:
[legend]
Collaboration diagram for LwpNumericValue:
[legend]

Public Member Functions

 LwpNumericValue (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
double GetValue () const
 
void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
- Public Member Functions inherited from LwpObject
 LwpObject (LwpObjectHeader objHdr, LwpSvStream *pStrm)
 @descr construct lwpobject from stream More...
 
void QuickRead ()
 @descr QuickRead template More...
 
void DoRegisterStyle ()
 
void DoParse (IXFStream *pOutputStream)
 
void DoXFConvert (XFContentContainer *pCont)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
sal_uInt32 GetTag () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Member Functions

void Read () override
 @descr default read function More...
 
virtual ~LwpNumericValue () override
 

Private Attributes

double cNumber
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from LwpObject
virtual ~LwpObject () override
 @descr dtor() More...
 
virtual void Read ()
 @descr default read function More...
 
virtual void RegisterStyle ()
 @descr default register style function More...
 
virtual void Parse (IXFStream *pOutputStream)
 @descr default parse function More...
 
virtual void XFConvert (XFContentContainer *pCont)
 @descr default XFConvert function pCont is the XFContentContainer for the object conversion More...
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from LwpObject
LwpObjectHeader m_ObjHdr
 
std::unique_ptr< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

VO_NUMERICVALUE object.

Definition at line 122 of file lwptblcell.hxx.

Constructor & Destructor Documentation

◆ LwpNumericValue()

LwpNumericValue::LwpNumericValue ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 109 of file lwptblcell.cxx.

◆ ~LwpNumericValue()

LwpNumericValue::~LwpNumericValue ( )
overrideprivatevirtual

Definition at line 115 of file lwptblcell.cxx.

Member Function Documentation

◆ GetValue()

double LwpNumericValue::GetValue ( ) const
inline

Definition at line 127 of file lwptblcell.hxx.

References cNumber.

Referenced by LwpCellList::Convert().

◆ Parse()

void LwpNumericValue::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Definition at line 123 of file lwptblcell.cxx.

◆ Read()

void LwpNumericValue::Read ( )
overrideprivatevirtual

@descr default read function

Reimplemented from LwpObject.

Definition at line 117 of file lwptblcell.cxx.

References cNumber, and LwpObject::m_pObjStrm.

Member Data Documentation

◆ cNumber

double LwpNumericValue::cNumber
private

Definition at line 133 of file lwptblcell.hxx.

Referenced by GetValue(), and Read().


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