LibreOffice Module sw (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwTableCellInfo Class Reference

#include <swtable.hxx>

Classes

struct  Impl
 

Public Member Functions

 SwTableCellInfo (const SwTable *pTable)
 
 ~SwTableCellInfo ()
 
bool getNext ()
 
SwRect getRect () const
 
const SwTableBoxgetTableBox () const
 

Private Member Functions

const SwCellFramegetCellFrame () const
 
 SwTableCellInfo (SwTableCellInfo const &)=delete
 
SwTableCellInfooperator= (SwTableCellInfo const &)=delete
 

Private Attributes

std::unique_ptr< Implm_pImpl
 

Detailed Description

Definition at line 562 of file swtable.hxx.

Constructor & Destructor Documentation

◆ SwTableCellInfo() [1/2]

SwTableCellInfo::SwTableCellInfo ( SwTableCellInfo const &  )
privatedelete

◆ SwTableCellInfo() [2/2]

SwTableCellInfo::SwTableCellInfo ( const SwTable pTable)

Definition at line 3156 of file swtable.cxx.

References m_pImpl.

◆ ~SwTableCellInfo()

SwTableCellInfo::~SwTableCellInfo ( )

Definition at line 3162 of file swtable.cxx.

Member Function Documentation

◆ getCellFrame()

const SwCellFrame * SwTableCellInfo::getCellFrame ( ) const
private

Definition at line 3138 of file swtable.cxx.

References m_pImpl.

Referenced by getRect(), and getTableBox().

◆ getNext()

bool SwTableCellInfo::getNext ( )

Definition at line 3166 of file swtable.cxx.

References m_pImpl.

Referenced by ww8::WW8TableInfo::processSwTableByLayout().

◆ getRect()

SwRect SwTableCellInfo::getRect ( ) const

◆ getTableBox()

const SwTableBox * SwTableCellInfo::getTableBox ( ) const

Definition at line 3181 of file swtable.cxx.

References getCellFrame(), and SwCellFrame::GetTabBox().

Referenced by ww8::WW8TableInfo::processSwTableByLayout().

◆ operator=()

SwTableCellInfo & SwTableCellInfo::operator= ( SwTableCellInfo const &  )
privatedelete

Member Data Documentation

◆ m_pImpl

std::unique_ptr<Impl> SwTableCellInfo::m_pImpl
private

Definition at line 565 of file swtable.hxx.

Referenced by getCellFrame(), getNext(), and SwTableCellInfo().


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