LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwXMLTableColumn_Impl (sal_uInt32 nPosition) | |
void | SetStyleName (const OUString &rName) |
const OUString & | GetStyleName () const |
void | SetRelWidth (sal_uInt32 nSet) |
sal_uInt32 | GetRelWidth () const |
Public Member Functions inherited from SwWriteTableCol | |
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 |
Private Attributes | |
OUString | m_sStyleName |
sal_uInt32 | m_nRelWidth |
Additional Inherited Members | |
Public Attributes inherited from SwWriteTableCol | |
bool | m_bLeftBorder: 1 |
bool | m_bRightBorder: 1 |
Definition at line 70 of file xmltble.cxx.
|
inlineexplicit |
Definition at line 77 of file xmltble.cxx.
|
inline |
Definition at line 86 of file xmltble.cxx.
References m_nRelWidth.
Referenced by SwXMLExport::ExportTableColumnStyle().
|
inline |
Definition at line 83 of file xmltble.cxx.
References m_sStyleName.
Referenced by SwXMLExport::ExportTableColumnStyle(), and SwXMLExport::ExportTableLines().
|
inline |
Definition at line 85 of file xmltble.cxx.
References m_nRelWidth.
Referenced by SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 82 of file xmltble.cxx.
References m_sStyleName.
Referenced by SwXMLExport::ExportTableLinesAutoStyles().
|
private |
Definition at line 73 of file xmltble.cxx.
Referenced by GetRelWidth(), and SetRelWidth().
|
private |
Definition at line 72 of file xmltble.cxx.
Referenced by GetStyleName(), and SetStyleName().