LibreOffice Module sw (master) 1
|
#include <wrtswtbl.hxx>
Public Member Functions | |
SwWriteTableCol (sal_uInt32 nPosition) | |
sal_uInt32 | GetPos () const |
bool | HasLeftBorder () const |
bool | HasRightBorder () const |
bool | operator== (const SwWriteTableCol &rCol) const |
bool | operator< (const SwWriteTableCol &rCol) const |
void | SetWidthOpt (sal_uInt32 nWidth, bool bRel) |
sal_uInt32 | GetWidthOpt () const |
bool | HasRelWidthOpt () const |
Public Attributes | |
bool | m_bLeftBorder: 1 |
bool | m_bRightBorder: 1 |
Private Attributes | |
sal_uInt32 | m_nPos |
sal_uInt32 | m_nWidthOpt |
bool | m_bRelWidthOpt: 1 |
Definition at line 158 of file wrtswtbl.hxx.
SwWriteTableCol::SwWriteTableCol | ( | sal_uInt32 | nPosition | ) |
Definition at line 76 of file wrtswtbl.cxx.
References m_nPos.
|
inline |
Definition at line 172 of file wrtswtbl.hxx.
References m_nPos.
Referenced by SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 185 of file wrtswtbl.hxx.
References m_nWidthOpt.
Referenced by SwXMLExport::ExportTableColumnStyle().
|
inline |
Definition at line 174 of file wrtswtbl.hxx.
References m_bLeftBorder.
Referenced by SwWriteTable::GetLeftSpace().
|
inline |
Definition at line 186 of file wrtswtbl.hxx.
References m_bRelWidthOpt.
|
inline |
Definition at line 176 of file wrtswtbl.hxx.
References m_bRightBorder.
Referenced by SwWriteTable::GetRightSpace().
|
inline |
Definition at line 196 of file wrtswtbl.hxx.
|
inline |
Definition at line 189 of file wrtswtbl.hxx.
|
inline |
Definition at line 181 of file wrtswtbl.hxx.
References m_bRelWidthOpt, and m_nWidthOpt.
Referenced by SwXMLExport::ExportTableLinesAutoStyles().
bool SwWriteTableCol::m_bLeftBorder |
Definition at line 167 of file wrtswtbl.hxx.
Referenced by SwWriteTable::FillTableRowsCols(), HasLeftBorder(), and SwWriteTable::SwWriteTable().
|
private |
Definition at line 164 of file wrtswtbl.hxx.
Referenced by HasRelWidthOpt(), and SetWidthOpt().
bool SwWriteTableCol::m_bRightBorder |
Definition at line 168 of file wrtswtbl.hxx.
Referenced by SwWriteTable::FillTableRowsCols(), HasRightBorder(), and SwWriteTable::SwWriteTable().
|
private |
Definition at line 160 of file wrtswtbl.hxx.
Referenced by GetPos(), operator<(), and operator==().
|
private |
Definition at line 162 of file wrtswtbl.hxx.
Referenced by GetWidthOpt(), and SetWidthOpt().