LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwTableFormulaUpdate Class Referencefinal

#include <hints.hxx>

Collaboration diagram for SwTableFormulaUpdate:
[legend]

Public Member Functions

 SwTableFormulaUpdate (const SwTable *)
 Is sent if a table should be recalculated. More...
 

Public Attributes

const SwTablem_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
 

Detailed Description

Definition at line 307 of file hints.hxx.

Constructor & Destructor Documentation

◆ SwTableFormulaUpdate()

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.

Member Data Documentation

◆ 

union { ... } SwTableFormulaUpdate::m_aData

◆ m_bBehindSplitLine

bool SwTableFormulaUpdate::m_bBehindSplitLine

◆ m_bModified

bool SwTableFormulaUpdate::m_bModified

◆ m_eFlags

TableFormulaUpdateFlags SwTableFormulaUpdate::m_eFlags

Definition at line 316 of file hints.hxx.

Referenced by SwTable::Merge(), SwTable::Split(), and SwTableFormula::SplitMergeBoxNm_().

◆ m_nSplitLine

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_().

◆ m_pTable

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().

◆ pDelTable

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_().

◆ pNewTableNm

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_().


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