LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwXMLTableLines_Impl (const SwTableLines &rLines) | |
sal_uInt32 | GetWidth () const |
const SwTableLines * | GetLines () const |
const SwXMLTableColumns_Impl & | GetColumns () const |
Private Attributes | |
SwXMLTableColumns_Impl | m_aCols |
const SwTableLines * | m_pLines |
sal_uInt32 | m_nWidth |
Definition at line 109 of file xmltble.cxx.
|
explicit |
Definition at line 125 of file xmltble.cxx.
References SwWriteTable::GetBoxWidth(), SwTableLine::GetTabBoxes(), m_aCols, m_nWidth, SwTableLines::size(), and U.
|
inline |
Definition at line 122 of file xmltble.cxx.
References m_aCols.
Referenced by SwXMLExport::ExportTableLine(), SwXMLExport::ExportTableLines(), and SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 120 of file xmltble.cxx.
References m_pLines.
|
inline |
Definition at line 119 of file xmltble.cxx.
References m_nWidth.
Referenced by SwXMLExport::ExportTableLine(), and SwXMLExport::ExportTableLinesAutoStyles().
|
private |
Definition at line 111 of file xmltble.cxx.
Referenced by GetColumns(), and SwXMLTableLines_Impl().
|
private |
Definition at line 113 of file xmltble.cxx.
Referenced by GetWidth(), and SwXMLTableLines_Impl().
|
private |
Definition at line 112 of file xmltble.cxx.
Referenced by GetLines().