LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwXMLTableInfo_Impl (const SwTable *pTable, sal_uInt16 nPrefix, SwXMLTextParagraphExport::FormatMap const &rLineFormats, SwXMLTextParagraphExport::FormatMap const &rBoxFormats) | |
const SwTable * | GetTable () const |
const SwFrameFormat * | GetTableFormat () const |
bool | IsBaseSectionValid () const |
const Reference< XTextSection > & | GetBaseSection () const |
void | SetBaseSection (const Reference< XTextSection > &rBase) |
sal_uInt16 | GetPrefix () const |
The namespace (table or loext) that should be used for the elements. More... | |
SwXMLTextParagraphExport::FormatMap const & | GetLineFormats () const |
SwXMLTextParagraphExport::FormatMap const & | GetBoxFormats () const |
Private Attributes | |
const SwTable * | m_pTable |
Reference< XTextSection > | m_xBaseSection |
bool | m_bBaseSectionValid |
sal_uInt32 | m_nPrefix |
SwXMLTextParagraphExport::FormatMap const & | m_rLineFormats |
SwXMLTextParagraphExport::FormatMap const & | m_rBoxFormats |
Definition at line 500 of file xmltble.cxx.
|
inline |
Definition at line 511 of file xmltble.cxx.
|
inline |
Definition at line 526 of file xmltble.cxx.
References m_xBaseSection.
Referenced by SwXMLExport::ExportTableBox(), and SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 531 of file xmltble.cxx.
References m_rBoxFormats.
Referenced by SwXMLExport::ExportTableBox(), and SwXMLExport::ExportTableLine().
|
inline |
Definition at line 530 of file xmltble.cxx.
References m_rLineFormats.
Referenced by SwXMLExport::ExportTableLine().
|
inline |
The namespace (table or loext) that should be used for the elements.
Definition at line 529 of file xmltble.cxx.
References m_nPrefix.
Referenced by SwXMLExport::ExportTableBox(), SwXMLExport::ExportTableLine(), and SwXMLExport::ExportTableLines().
|
inline |
Definition at line 522 of file xmltble.cxx.
References m_pTable.
Referenced by SwXMLExport::ExportTableBox(), and SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 523 of file xmltble.cxx.
References SwTable::GetFrameFormat(), and m_pTable.
Referenced by SwXMLExport::ExportTableBox(), and SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 525 of file xmltble.cxx.
References m_bBaseSectionValid.
Referenced by SwXMLExport::ExportTableBox(), and SwXMLExport::ExportTableLinesAutoStyles().
|
inline |
Definition at line 534 of file xmltble.cxx.
References m_bBaseSectionValid, and m_xBaseSection.
Referenced by SwXMLExport::ExportTableBox(), and SwXMLExport::ExportTableLinesAutoStyles().
|
private |
Definition at line 504 of file xmltble.cxx.
Referenced by IsBaseSectionValid(), and SetBaseSection().
|
private |
Definition at line 505 of file xmltble.cxx.
Referenced by GetPrefix().
|
private |
Definition at line 502 of file xmltble.cxx.
Referenced by GetTable(), and GetTableFormat().
|
private |
Definition at line 507 of file xmltble.cxx.
Referenced by GetBoxFormats().
|
private |
Definition at line 506 of file xmltble.cxx.
Referenced by GetLineFormats().
|
private |
Definition at line 503 of file xmltble.cxx.
Referenced by GetBaseSection(), and SetBaseSection().