LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwSaveRowSpan Struct Reference

This structure is needed by Undo to restore row span attributes when a table has been split into two tables. More...

#include <tblrwcl.hxx>

Public Member Functions

 SwSaveRowSpan (SwTableBoxes &rBoxes, sal_uInt16 nSplitLn)
 

Public Attributes

sal_uInt16 mnSplitLine
 
std::vector< tools::LongmnRowSpans
 

Detailed Description

This structure is needed by Undo to restore row span attributes when a table has been split into two tables.

Definition at line 110 of file tblrwcl.hxx.

Constructor & Destructor Documentation

◆ SwSaveRowSpan()

SwSaveRowSpan::SwSaveRowSpan ( SwTableBoxes rBoxes,
sal_uInt16  nSplitLn 
)

Definition at line 2012 of file swnewtable.cxx.

References SwTableBox::getRowSpan(), mnRowSpans, and SwTableBox::setRowSpan().

Member Data Documentation

◆ mnRowSpans

std::vector< tools::Long > SwSaveRowSpan::mnRowSpans

Definition at line 113 of file tblrwcl.hxx.

Referenced by SwTable::RestoreRowSpan(), and SwSaveRowSpan().

◆ mnSplitLine

sal_uInt16 SwSaveRowSpan::mnSplitLine

Definition at line 112 of file tblrwcl.hxx.

Referenced by SwTable::RestoreRowSpan().


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