LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwXMLTableFrameFormatsSort_Impl (SwXMLTextParagraphExport::FormatMap &rFormatMap) | |
::std::optional< OUString > | AddRow (SwFrameFormat &rFrameFormat, std::u16string_view rNamePrefix, sal_uInt32 nLine) |
::std::optional< OUString > | AddCell (SwFrameFormat &rFrameFormat, std::u16string_view rNamePrefix, sal_uInt32 nCol, sal_uInt32 nRow, bool bTop) |
Private Attributes | |
SwXMLFrameFormats_Impl | m_aFormatList |
SwXMLTextParagraphExport::FormatMap & | m_rFormatMap |
Definition at line 184 of file xmltble.cxx.
|
inline |
Definition at line 191 of file xmltble.cxx.
std::optional< OUString > SwXMLTableFrameFormatsSort_Impl::AddCell | ( | SwFrameFormat & | rFrameFormat, |
std::u16string_view | rNamePrefix, | ||
sal_uInt32 | nCol, | ||
sal_uInt32 | nRow, | ||
bool | bTop | ||
) |
Definition at line 323 of file xmltble.cxx.
References SwFormat::GetAttrSet(), SfxItemSet::GetItemIfSet(), CntUInt32Item::GetValue(), SwFormatVertOrient::GetVertOrient(), i, lcl_xmltble_appendBoxPrefix(), m_aFormatList, m_rFormatMap, name, RES_BACKGROUND(), RES_BOX(), RES_BOXATR_FORMAT(), RES_FRAMEDIR(), RES_PRINT(), RES_UNKNOWNATR_CONTAINER(), and RES_VERT_ORIENT().
Referenced by SwXMLExport::ExportTableLinesAutoStyles().
std::optional< OUString > SwXMLTableFrameFormatsSort_Impl::AddRow | ( | SwFrameFormat & | rFrameFormat, |
std::u16string_view | rNamePrefix, | ||
sal_uInt32 | nLine | ||
) |
Definition at line 199 of file xmltble.cxx.
References SwFormat::GetAttrSet(), SvxSizeItem::GetHeight(), SwFormatFrameSize::GetHeightSizeType(), SfxItemSet::GetItemIfSet(), SfxBoolItem::GetValue(), i, m_aFormatList, m_rFormatMap, name, RES_BACKGROUND(), RES_FRM_SIZE(), RES_PRINT(), and RES_ROW_SPLIT().
Referenced by SwXMLExport::ExportTableLinesAutoStyles().
|
private |
Definition at line 187 of file xmltble.cxx.
|
private |
Definition at line 188 of file xmltble.cxx.