LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwXMLTableColumn_Impl Class Reference
Inheritance diagram for SwXMLTableColumn_Impl:
[legend]
Collaboration diagram for SwXMLTableColumn_Impl:
[legend]

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
 

Detailed Description

Definition at line 70 of file xmltble.cxx.

Constructor & Destructor Documentation

◆ SwXMLTableColumn_Impl()

SwXMLTableColumn_Impl::SwXMLTableColumn_Impl ( sal_uInt32  nPosition)
inlineexplicit

Definition at line 77 of file xmltble.cxx.

Member Function Documentation

◆ GetRelWidth()

sal_uInt32 SwXMLTableColumn_Impl::GetRelWidth ( ) const
inline

Definition at line 86 of file xmltble.cxx.

References m_nRelWidth.

Referenced by SwXMLExport::ExportTableColumnStyle().

◆ GetStyleName()

const OUString & SwXMLTableColumn_Impl::GetStyleName ( ) const
inline

Definition at line 83 of file xmltble.cxx.

References m_sStyleName.

Referenced by SwXMLExport::ExportTableColumnStyle(), and SwXMLExport::ExportTableLines().

◆ SetRelWidth()

void SwXMLTableColumn_Impl::SetRelWidth ( sal_uInt32  nSet)
inline

Definition at line 85 of file xmltble.cxx.

References m_nRelWidth.

Referenced by SwXMLExport::ExportTableLinesAutoStyles().

◆ SetStyleName()

void SwXMLTableColumn_Impl::SetStyleName ( const OUString &  rName)
inline

Definition at line 82 of file xmltble.cxx.

References m_sStyleName.

Referenced by SwXMLExport::ExportTableLinesAutoStyles().

Member Data Documentation

◆ m_nRelWidth

sal_uInt32 SwXMLTableColumn_Impl::m_nRelWidth
private

Definition at line 73 of file xmltble.cxx.

Referenced by GetRelWidth(), and SetRelWidth().

◆ m_sStyleName

OUString SwXMLTableColumn_Impl::m_sStyleName
private

Definition at line 72 of file xmltble.cxx.

Referenced by GetStyleName(), and SetStyleName().


The documentation for this class was generated from the following file: