LibreOffice Module sw (master) 1
|
#include <tblsel.hxx>
Public Member Functions | |
FndLine_ (SwTableLine *pL, FndBox_ *pFB) | |
const FndBoxes_t & | GetBoxes () const |
FndBoxes_t & | GetBoxes () |
const SwTableLine * | GetLine () const |
SwTableLine * | GetLine () |
const FndBox_ * | GetUpper () const |
FndBox_ * | GetUpper () |
void | SetUpper (FndBox_ *pUp) |
Private Member Functions | |
FndLine_ (FndLine_ const &)=delete | |
FndLine_ & | operator= (FndLine_ const &)=delete |
Private Attributes | |
SwTableLine * | m_pLine |
FndBoxes_t | m_Boxes |
FndBox_ * | m_pUpper |
Definition at line 191 of file tblsel.hxx.
|
privatedelete |
|
inline |
Definition at line 201 of file tblsel.hxx.
|
inline |
Definition at line 203 of file tblsel.hxx.
References m_Boxes.
|
inline |
Definition at line 202 of file tblsel.hxx.
References m_Boxes.
Referenced by FlatFndBox::CheckBoxSymmetry(), FlatFndBox::CheckLineSymmetry(), CheckMergeSel(), FindLine_(), FndBoxCopyCol(), SwDoc::GetTableAutoFormat(), SwTable::InsertRow_(), SwTable::InsTable(), lcl_CalcNewWidths(), lcl_CheckRow(), lcl_CopyCol(), lcl_CopyLineToDoc(), lcl_CopyRow(), lcl_GetLineWidth(), lcl_InsCol(), lcl_Merge_MoveLine(), lcl_SetAFormatLine(), and SwDoc::SetTableAutoFormat().
|
inline |
Definition at line 205 of file tblsel.hxx.
References m_pLine.
|
inline |
Definition at line 204 of file tblsel.hxx.
References m_pLine.
Referenced by SwTable::InsTable(), lcl_CalcNewWidths(), lcl_CopyCol(), lcl_CopyLineToDoc(), lcl_CopyRow(), lcl_InsCol(), lcl_Merge_MoveLine(), and SwTable::MakeCopy().
|
inline |
Definition at line 207 of file tblsel.hxx.
References m_pUpper.
|
inline |
Definition at line 206 of file tblsel.hxx.
References m_pUpper.
Referenced by SwDoc::GetTableAutoFormat(), lcl_SetAFormatBox(), and SwDoc::SetTableAutoFormat().
|
inline |
Definition at line 209 of file tblsel.hxx.
References m_pUpper.
Referenced by SwDoc::SetTableAutoFormat().
|
private |
Definition at line 194 of file tblsel.hxx.
Referenced by GetBoxes().
|
private |
Definition at line 193 of file tblsel.hxx.
Referenced by GetLine().
|
private |
Definition at line 195 of file tblsel.hxx.
Referenced by GetUpper(), and SetUpper().