|
LibreOffice Module sw (master) 1
|
Public Member Functions | |
| SwXMLTableRow_Impl (OUString aStyleName, 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 204 of file xmltbli.cxx.
| SwXMLTableRow_Impl::SwXMLTableRow_Impl | ( | OUString | aStyleName, |
| sal_uInt32 | nCells, | ||
| const OUString * | pDfltCellStyleName = nullptr |
||
| ) |
Definition at line 232 of file xmltbli.cxx.
References i, m_aDefaultCellStyleName, m_Cells, and U.
| void SwXMLTableRow_Impl::Dispose | ( | ) |
Definition at line 287 of file xmltbli.cxx.
References m_Cells.
| void SwXMLTableRow_Impl::Expand | ( | sal_uInt32 | nCells, |
| bool | bOneCell | ||
| ) |
Definition at line 261 of file xmltbli.cxx.
|
inline |
Definition at line 251 of file xmltbli.cxx.
References m_Cells.
Referenced by SwXMLTableContext::InsertCell(), SwXMLTableContext::MakeTable_(), SwXMLTableContext::MakeTableBox(), and SwXMLTableContext::ReplaceWithEmptyCell().
|
inline |
Definition at line 227 of file xmltbli.cxx.
References m_aDefaultCellStyleName.
Referenced by SwXMLTableContext::InsertRepRows().
|
inline |
Definition at line 226 of file xmltbli.cxx.
References m_aStyleName.
Referenced by SwXMLTableContext::InsertRepRows().
|
inline |
Definition at line 224 of file xmltbli.cxx.
References m_bSplitable.
|
inline |
Definition at line 280 of file xmltbli.cxx.
References m_aDefaultCellStyleName, and m_aStyleName.
|
inline |
Definition at line 223 of file xmltbli.cxx.
References m_bSplitable.
|
private |
Definition at line 207 of file xmltbli.cxx.
Referenced by GetDefaultCellStyleName(), Set(), and SwXMLTableRow_Impl().
|
private |
Definition at line 206 of file xmltbli.cxx.
Referenced by GetStyleName(), and Set().
|
private |
Definition at line 209 of file xmltbli.cxx.
Referenced by IsSplitable(), and SetSplitable().
|
private |
Definition at line 208 of file xmltbli.cxx.
Referenced by Dispose(), Expand(), GetCell(), and SwXMLTableRow_Impl().