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

#include <tblsel.hxx>

Collaboration diagram for FndLine_:
[legend]

Public Member Functions

 FndLine_ (SwTableLine *pL, FndBox_ *pFB)
 
const FndBoxes_tGetBoxes () const
 
FndBoxes_tGetBoxes ()
 
const SwTableLineGetLine () const
 
SwTableLineGetLine ()
 
const FndBox_GetUpper () const
 
FndBox_GetUpper ()
 
void SetUpper (FndBox_ *pUp)
 

Private Member Functions

 FndLine_ (FndLine_ const &)=delete
 
FndLine_operator= (FndLine_ const &)=delete
 

Private Attributes

SwTableLinem_pLine
 
FndBoxes_t m_Boxes
 
FndBox_m_pUpper
 

Detailed Description

Definition at line 191 of file tblsel.hxx.

Constructor & Destructor Documentation

◆ FndLine_() [1/2]

FndLine_::FndLine_ ( FndLine_ const &  )
privatedelete

◆ FndLine_() [2/2]

FndLine_::FndLine_ ( SwTableLine pL,
FndBox_ pFB 
)
inline

Definition at line 201 of file tblsel.hxx.

Member Function Documentation

◆ GetBoxes() [1/2]

FndBoxes_t & FndLine_::GetBoxes ( )
inline

Definition at line 203 of file tblsel.hxx.

References m_Boxes.

◆ GetBoxes() [2/2]

const FndBoxes_t & FndLine_::GetBoxes ( ) const
inline

◆ GetLine() [1/2]

SwTableLine * FndLine_::GetLine ( )
inline

Definition at line 205 of file tblsel.hxx.

References m_pLine.

◆ GetLine() [2/2]

const SwTableLine * FndLine_::GetLine ( ) const
inline

◆ GetUpper() [1/2]

FndBox_ * FndLine_::GetUpper ( )
inline

Definition at line 207 of file tblsel.hxx.

References m_pUpper.

◆ GetUpper() [2/2]

const FndBox_ * FndLine_::GetUpper ( ) const
inline

Definition at line 206 of file tblsel.hxx.

References m_pUpper.

Referenced by SwDoc::GetTableAutoFormat(), lcl_SetAFormatBox(), and SwDoc::SetTableAutoFormat().

◆ operator=()

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

◆ SetUpper()

void FndLine_::SetUpper ( FndBox_ pUp)
inline

Definition at line 209 of file tblsel.hxx.

References m_pUpper.

Referenced by SwDoc::SetTableAutoFormat().

Member Data Documentation

◆ m_Boxes

FndBoxes_t FndLine_::m_Boxes
private

Definition at line 194 of file tblsel.hxx.

Referenced by GetBoxes().

◆ m_pLine

SwTableLine* FndLine_::m_pLine
private

Definition at line 193 of file tblsel.hxx.

Referenced by GetLine().

◆ m_pUpper

FndBox_* FndLine_::m_pUpper
private

Definition at line 195 of file tblsel.hxx.

Referenced by GetUpper(), and SetUpper().


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