LibreOffice Module sw (master) 1
|
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 SwStartNode * | GetStartNode () const |
void | SetStartNode (const SwStartNode *pSttNd) |
SwXMLTableContext * | GetSubTable () const |
void | Dispose () |
Private Attributes | |
OUString | m_aStyleName |
OUString | m_StringValue |
OUString | m_sFormula |
double | m_dValue |
SvXMLImportContextRef | m_xSubTable |
const SwStartNode * | m_pStartNode |
sal_uInt32 | m_nRowSpan |
sal_uInt32 | m_nColSpan |
bool | m_bProtected: 1 |
bool | m_bHasValue |
bool | mbCovered |
bool | m_bHasStringValue |
Definition at line 85 of file xmltbli.cxx.
|
inline |
Definition at line 107 of file xmltbli.cxx.
|
inline |
Definition at line 198 of file xmltbli.cxx.
References m_xSubTable.
|
inline |
Definition at line 133 of file xmltbli.cxx.
References m_nColSpan.
Referenced by SwXMLTableContext::InsertRepRows(), SwXMLTableContext::MakeTableBox(), SwXMLTableContext::MakeTableLine(), and SwXMLTableContext::ReplaceWithEmptyCell().
|
inline |
Definition at line 136 of file xmltbli.cxx.
References m_sFormula.
Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 131 of file xmltbli.cxx.
References m_nRowSpan.
Referenced by SwXMLTableContext::FixRowSpan(), SwXMLTableContext::MakeTable_(), SwXMLTableContext::MakeTableBox(), SwXMLTableContext::MakeTableLine(), and SwXMLTableContext::ReplaceWithEmptyCell().
|
inline |
Definition at line 146 of file xmltbli.cxx.
References m_pStartNode.
Referenced by SwXMLTableContext::GetPrevStartNode(), SwXMLTableContext::MakeTableBox(), and SwXMLTableContext::MakeTableLine().
|
inline |
Definition at line 142 of file xmltbli.cxx.
References m_bHasStringValue, and m_StringValue.
Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 135 of file xmltbli.cxx.
References m_aStyleName.
Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 193 of file xmltbli.cxx.
References m_xSubTable.
Referenced by SwXMLTableContext::GetPrevStartNode(), SwXMLTableContext::MakeTableBox(), and SwXMLTableContext::MakeTableLine().
|
inline |
Definition at line 137 of file xmltbli.cxx.
References m_dValue.
Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 141 of file xmltbli.cxx.
References m_bHasStringValue.
Referenced by SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 138 of file xmltbli.cxx.
References m_bHasValue.
Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 140 of file xmltbli.cxx.
References mbCovered.
Referenced by SwXMLTableContext::MakeTableLine().
|
inline |
Definition at line 139 of file xmltbli.cxx.
References m_bProtected.
Referenced by SwXMLTableContext::InsertRepRows(), and SwXMLTableContext::MakeTableBox().
|
inline |
Definition at line 128 of file xmltbli.cxx.
References m_bProtected, m_pStartNode, and m_xSubTable.
Referenced by SwXMLTableContext::InsertCell().
|
inline |
Definition at line 154 of file xmltbli.cxx.
References m_aStyleName, m_bHasStringValue, m_bHasValue, m_bProtected, m_dValue, m_nColSpan, m_nRowSpan, m_pStartNode, m_sFormula, m_StringValue, m_xSubTable, and mbCovered.
Referenced by SwXMLTableContext::InsertCell().
|
inline |
Definition at line 132 of file xmltbli.cxx.
References m_nRowSpan.
Referenced by SwXMLTableContext::FixRowSpan().
|
inline |
Definition at line 187 of file xmltbli.cxx.
References m_pStartNode, and m_xSubTable.
Referenced by SwXMLTableContext::ReplaceWithEmptyCell().
|
inline |
Definition at line 134 of file xmltbli.cxx.
References m_aStyleName.
Referenced by SwXMLTableContext::InsertCoveredCell().
|
private |
Definition at line 87 of file xmltbli.cxx.
Referenced by GetStyleName(), Set(), and SetStyleName().
|
private |
Definition at line 103 of file xmltbli.cxx.
Referenced by GetStringValue(), HasStringValue(), and Set().
|
private |
Definition at line 101 of file xmltbli.cxx.
Referenced by HasValue(), and Set().
|
private |
Definition at line 100 of file xmltbli.cxx.
Referenced by IsProtected(), IsUsed(), and Set().
|
private |
Definition at line 92 of file xmltbli.cxx.
Referenced by GetValue(), and Set().
|
private |
Definition at line 98 of file xmltbli.cxx.
Referenced by GetColSpan(), and Set().
|
private |
Definition at line 97 of file xmltbli.cxx.
Referenced by GetRowSpan(), Set(), and SetRowSpan().
|
private |
Definition at line 96 of file xmltbli.cxx.
Referenced by GetStartNode(), IsUsed(), Set(), and SetStartNode().
|
private |
Definition at line 91 of file xmltbli.cxx.
Referenced by GetFormula(), and Set().
|
private |
Definition at line 89 of file xmltbli.cxx.
Referenced by GetStringValue(), and Set().
|
private |
Definition at line 94 of file xmltbli.cxx.
Referenced by Dispose(), GetSubTable(), IsUsed(), Set(), and SetStartNode().
|
private |
Definition at line 102 of file xmltbli.cxx.
Referenced by IsCovered(), and Set().