LibreOffice Module sw (master)
1
|
Public Member Functions | |
SwXMLTableRow_Impl (const OUString &rStyleName, sal_uInt32 nCells, const OUString *pDfltCellStyleName=nullptr) | |
SwXMLTableCell_Impl * | GetCell (sal_uInt32 nCol) |
void | Set (const OUString &rStyleName, const OUString &rDfltCellStyleName) |
void | Expand (sal_uInt32 nCells, bool bOneCell) |
void | SetSplitable (bool bSet) |
bool | IsSplitable () const |
const OUString & | GetStyleName () const |
const OUString & | GetDefaultCellStyleName () const |
void | Dispose () |
Private Attributes | |
OUString | m_aStyleName |
OUString | m_aDefaultCellStyleName |
std::vector< std::unique_ptr< SwXMLTableCell_Impl > > | m_Cells |
bool | m_bSplitable |
Definition at line 201 of file xmltbli.cxx.
SwXMLTableRow_Impl::SwXMLTableRow_Impl | ( | const OUString & | rStyleName, |
sal_uInt32 | nCells, | ||
const OUString * | pDfltCellStyleName = nullptr |
||
) |
Definition at line 229 of file xmltbli.cxx.
References false, i, m_aDefaultCellStyleName, m_Cells, and U.
void SwXMLTableRow_Impl::Dispose | ( | ) |
Definition at line 284 of file xmltbli.cxx.
References m_Cells.
void SwXMLTableRow_Impl::Expand | ( | sal_uInt32 | nCells, |
bool | bOneCell | ||
) |
Definition at line 258 of file xmltbli.cxx.
|
inline |
Definition at line 248 of file xmltbli.cxx.
References m_Cells.
Referenced by SwXMLTableContext::InsertCell(), SwXMLTableContext::MakeTable_(), SwXMLTableContext::MakeTableBox(), and SwXMLTableContext::ReplaceWithEmptyCell().
|
inline |
Definition at line 224 of file xmltbli.cxx.
References m_aDefaultCellStyleName.
Referenced by SwXMLTableContext::InsertRepRows().
|
inline |
Definition at line 223 of file xmltbli.cxx.
References m_aStyleName.
Referenced by SwXMLTableContext::InsertRepRows().
|
inline |
Definition at line 221 of file xmltbli.cxx.
References m_bSplitable.
|
inline |
Definition at line 277 of file xmltbli.cxx.
References m_aDefaultCellStyleName, and m_aStyleName.
|
inline |
Definition at line 220 of file xmltbli.cxx.
|
private |
Definition at line 204 of file xmltbli.cxx.
Referenced by GetDefaultCellStyleName(), Set(), and SwXMLTableRow_Impl().
|
private |
Definition at line 203 of file xmltbli.cxx.
Referenced by GetStyleName(), and Set().
|
private |
Definition at line 206 of file xmltbli.cxx.
Referenced by IsSplitable().
|
private |
Definition at line 205 of file xmltbli.cxx.
Referenced by Dispose(), Expand(), GetCell(), and SwXMLTableRow_Impl().