LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwXMLTableCell_Impl Class Reference
Collaboration diagram for SwXMLTableCell_Impl:
[legend]

Public Member Functions

 SwXMLTableCell_Impl (sal_uInt32 nRSpan=1, sal_uInt32 nCSpan=1)
 
void Set (const OUString &rStyleName, sal_uInt32 nRSpan, sal_uInt32 nCSpan, const SwStartNode *pStNd, SwXMLTableContext *pTable, bool bProtect, const OUString *pFormula, bool bHasValue, bool bCovered, double dVal, OUString const *const pStringValue)
 
bool IsUsed () const
 
sal_uInt32 GetRowSpan () const
 
void SetRowSpan (sal_uInt32 nSet)
 
sal_uInt32 GetColSpan () const
 
void SetStyleName (const OUString &rStyleName)
 
const OUString & GetStyleName () const
 
const OUString & GetFormula () const
 
double GetValue () const
 
bool HasValue () const
 
bool IsProtected () const
 
bool IsCovered () const
 
bool HasStringValue () const
 
OUString const * GetStringValue () const
 
const SwStartNodeGetStartNode () const
 
void SetStartNode (const SwStartNode *pSttNd)
 
SwXMLTableContextGetSubTable () const
 
void Dispose ()
 

Private Attributes

OUString m_aStyleName
 
OUString m_StringValue
 
OUString m_sFormula
 
double m_dValue
 
SvXMLImportContextRef m_xSubTable
 
const SwStartNodem_pStartNode
 
sal_uInt32 m_nRowSpan
 
sal_uInt32 m_nColSpan
 
bool m_bProtected: 1
 
bool m_bHasValue
 
bool mbCovered
 
bool m_bHasStringValue
 

Detailed Description

Definition at line 85 of file xmltbli.cxx.

Constructor & Destructor Documentation

◆ SwXMLTableCell_Impl()

SwXMLTableCell_Impl::SwXMLTableCell_Impl ( sal_uInt32  nRSpan = 1,
sal_uInt32  nCSpan = 1 
)
inline

Definition at line 107 of file xmltbli.cxx.

Member Function Documentation

◆ Dispose()

void SwXMLTableCell_Impl::Dispose ( )
inline

Definition at line 198 of file xmltbli.cxx.

References m_xSubTable.

◆ GetColSpan()

sal_uInt32 SwXMLTableCell_Impl::GetColSpan ( ) const
inline

◆ GetFormula()

const OUString & SwXMLTableCell_Impl::GetFormula ( ) const
inline

Definition at line 136 of file xmltbli.cxx.

References m_sFormula.

Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().

◆ GetRowSpan()

sal_uInt32 SwXMLTableCell_Impl::GetRowSpan ( ) const
inline

◆ GetStartNode()

const SwStartNode * SwXMLTableCell_Impl::GetStartNode ( ) const
inline

◆ GetStringValue()

OUString const * SwXMLTableCell_Impl::GetStringValue ( ) const
inline

◆ GetStyleName()

const OUString & SwXMLTableCell_Impl::GetStyleName ( ) const
inline

Definition at line 135 of file xmltbli.cxx.

References m_aStyleName.

Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().

◆ GetSubTable()

SwXMLTableContext * SwXMLTableCell_Impl::GetSubTable ( ) const
inline

◆ GetValue()

double SwXMLTableCell_Impl::GetValue ( ) const
inline

Definition at line 137 of file xmltbli.cxx.

References m_dValue.

Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().

◆ HasStringValue()

bool SwXMLTableCell_Impl::HasStringValue ( ) const
inline

Definition at line 141 of file xmltbli.cxx.

References m_bHasStringValue.

Referenced by SwXMLTableContext::MakeTableBox().

◆ HasValue()

bool SwXMLTableCell_Impl::HasValue ( ) const
inline

Definition at line 138 of file xmltbli.cxx.

References m_bHasValue.

Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().

◆ IsCovered()

bool SwXMLTableCell_Impl::IsCovered ( ) const
inline

Definition at line 140 of file xmltbli.cxx.

References mbCovered.

Referenced by SwXMLTableContext::MakeTableLine().

◆ IsProtected()

bool SwXMLTableCell_Impl::IsProtected ( ) const
inline

Definition at line 139 of file xmltbli.cxx.

References m_bProtected.

Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().

◆ IsUsed()

bool SwXMLTableCell_Impl::IsUsed ( ) const
inline

Definition at line 128 of file xmltbli.cxx.

References m_bProtected, m_pStartNode, and m_xSubTable.

Referenced by SwXMLTableContext::InsertCell().

◆ Set()

void SwXMLTableCell_Impl::Set ( const OUString &  rStyleName,
sal_uInt32  nRSpan,
sal_uInt32  nCSpan,
const SwStartNode pStNd,
SwXMLTableContext pTable,
bool  bProtect,
const OUString *  pFormula,
bool  bHasValue,
bool  bCovered,
double  dVal,
OUString const *const  pStringValue 
)
inline

◆ SetRowSpan()

void SwXMLTableCell_Impl::SetRowSpan ( sal_uInt32  nSet)
inline

Definition at line 132 of file xmltbli.cxx.

References m_nRowSpan.

Referenced by SwXMLTableContext::FixRowSpan().

◆ SetStartNode()

void SwXMLTableCell_Impl::SetStartNode ( const SwStartNode pSttNd)
inline

Definition at line 187 of file xmltbli.cxx.

References m_pStartNode, and m_xSubTable.

Referenced by SwXMLTableContext::ReplaceWithEmptyCell().

◆ SetStyleName()

void SwXMLTableCell_Impl::SetStyleName ( const OUString &  rStyleName)
inline

Definition at line 134 of file xmltbli.cxx.

References m_aStyleName.

Referenced by SwXMLTableContext::InsertCoveredCell().

Member Data Documentation

◆ m_aStyleName

OUString SwXMLTableCell_Impl::m_aStyleName
private

Definition at line 87 of file xmltbli.cxx.

Referenced by GetStyleName(), Set(), and SetStyleName().

◆ m_bHasStringValue

bool SwXMLTableCell_Impl::m_bHasStringValue
private

Definition at line 103 of file xmltbli.cxx.

Referenced by GetStringValue(), HasStringValue(), and Set().

◆ m_bHasValue

bool SwXMLTableCell_Impl::m_bHasValue
private

Definition at line 101 of file xmltbli.cxx.

Referenced by HasValue(), and Set().

◆ m_bProtected

bool SwXMLTableCell_Impl::m_bProtected
private

Definition at line 100 of file xmltbli.cxx.

Referenced by IsProtected(), IsUsed(), and Set().

◆ m_dValue

double SwXMLTableCell_Impl::m_dValue
private

Definition at line 92 of file xmltbli.cxx.

Referenced by GetValue(), and Set().

◆ m_nColSpan

sal_uInt32 SwXMLTableCell_Impl::m_nColSpan
private

Definition at line 98 of file xmltbli.cxx.

Referenced by GetColSpan(), and Set().

◆ m_nRowSpan

sal_uInt32 SwXMLTableCell_Impl::m_nRowSpan
private

Definition at line 97 of file xmltbli.cxx.

Referenced by GetRowSpan(), Set(), and SetRowSpan().

◆ m_pStartNode

const SwStartNode* SwXMLTableCell_Impl::m_pStartNode
private

Definition at line 96 of file xmltbli.cxx.

Referenced by GetStartNode(), IsUsed(), Set(), and SetStartNode().

◆ m_sFormula

OUString SwXMLTableCell_Impl::m_sFormula
private

Definition at line 91 of file xmltbli.cxx.

Referenced by GetFormula(), and Set().

◆ m_StringValue

OUString SwXMLTableCell_Impl::m_StringValue
private

Definition at line 89 of file xmltbli.cxx.

Referenced by GetStringValue(), and Set().

◆ m_xSubTable

SvXMLImportContextRef SwXMLTableCell_Impl::m_xSubTable
private

Definition at line 94 of file xmltbli.cxx.

Referenced by Dispose(), GetSubTable(), IsUsed(), Set(), and SetStartNode().

◆ mbCovered

bool SwXMLTableCell_Impl::mbCovered
private

Definition at line 102 of file xmltbli.cxx.

Referenced by IsCovered(), and Set().


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