LibreOffice Module sw (master) 1
|
#include <hints.hxx>
Public Member Functions | |
SwTableFormulaUpdate (const SwTable *) | |
Is sent if a table should be recalculated. More... | |
Public Attributes | |
const SwTable * | m_pTable |
Pointer to the current table. More... | |
union { | |
const SwTable * pDelTable | |
Merge: Pointer to the table to be removed. More... | |
const OUString * pNewTableNm | |
Split: the name of the new table. More... | |
} | m_aData |
sal_uInt16 | m_nSplitLine |
Split: from this BaseLine on will be split. More... | |
TableFormulaUpdateFlags | m_eFlags |
bool | m_bModified: 1 |
bool | m_bBehindSplitLine: 1 |
SwTableFormulaUpdate::SwTableFormulaUpdate | ( | const SwTable * | pNewTable | ) |
Is sent if a table should be recalculated.
Definition at line 84 of file hints.cxx.
References m_aData, m_bBehindSplitLine, m_bModified, and m_pTable.
union { ... } SwTableFormulaUpdate::m_aData |
Referenced by SwTable::Merge(), SwTable::Split(), SwTableFormula::SplitMergeBoxNm_(), and SwTableFormulaUpdate().
bool SwTableFormulaUpdate::m_bBehindSplitLine |
Definition at line 318 of file hints.hxx.
Referenced by SwTable::Split(), SwTableFormula::SplitMergeBoxNm_(), and SwTableFormulaUpdate().
bool SwTableFormulaUpdate::m_bModified |
Definition at line 317 of file hints.hxx.
Referenced by SwTableFormula::SplitMergeBoxNm_(), SwTableFormulaUpdate(), and SwTableBoxFormula::ToSplitMergeBoxNmWithHistory().
TableFormulaUpdateFlags SwTableFormulaUpdate::m_eFlags |
Definition at line 316 of file hints.hxx.
Referenced by SwTable::Merge(), SwTable::Split(), and SwTableFormula::SplitMergeBoxNm_().
sal_uInt16 SwTableFormulaUpdate::m_nSplitLine |
Split: from this BaseLine on will be split.
Definition at line 315 of file hints.hxx.
Referenced by SwTable::Split(), and SwTableFormula::SplitMergeBoxNm_().
const SwTable* SwTableFormulaUpdate::m_pTable |
Pointer to the current table.
Definition at line 310 of file hints.hxx.
Referenced by SwTableFormula::SplitMergeBoxNm_(), SwTableFormulaUpdate(), and SwTableFormula::ToSplitMergeBoxNm().
const SwTable* SwTableFormulaUpdate::pDelTable |
Merge: Pointer to the table to be removed.
Definition at line 312 of file hints.hxx.
Referenced by SwTable::Merge(), and SwTableFormula::SplitMergeBoxNm_().
const OUString* SwTableFormulaUpdate::pNewTableNm |
Split: the name of the new table.
Definition at line 313 of file hints.hxx.
Referenced by SwTable::Split(), and SwTableFormula::SplitMergeBoxNm_().