LibreOffice Module sw (master)
1
|
#include <sal/config.h>
#include <string_view>
#include <com/sun/star/text/XTextTable.hpp>
#include <com/sun/star/text/XTextSection.hpp>
#include <hintids.hxx>
#include <rtl/ustrbuf.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/numehelp.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/prntitem.hxx>
#include <editeng/xmlcnitm.hxx>
#include <fmtrowsplt.hxx>
#include <editeng/frmdiritem.hxx>
#include <swtable.hxx>
#include <doc.hxx>
#include <frmfmt.hxx>
#include <wrtswtbl.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <cellatr.hxx>
#include <ddefld.hxx>
#include <swddetbl.hxx>
#include <xmloff/namespacemap.hxx>
#include <sfx2/linkmgr.hxx>
#include <unotbl.hxx>
#include "xmltexte.hxx"
#include "xmlexp.hxx"
#include <o3tl/any.hxx>
#include <o3tl/sorted_vector.hxx>
#include <textboxhelper.hxx>
#include <SwStyleNameMapper.hxx>
Go to the source code of this file.
Classes | |
class | SwXMLTableColumn_Impl |
class | SwXMLTableColumnsSortByWidth_Impl |
class | SwXMLTableLines_Impl |
class | SwXMLTableFrameFormatsSort_Impl |
class | SwXMLTableInfo_Impl |
Typedefs | |
typedef vector< SwFrameFormat * > | SwXMLFrameFormats_Impl |
Functions | |
static OUString | lcl_xmltble_appendBoxPrefix (std::u16string_view rNamePrefix, sal_uInt32 nCol, sal_uInt32 nRow, bool bTop) |
static void | lcl_xmltble_ClearName_Line (SwTableLine *pLine) |
static void | lcl_xmltble_ClearName_Box (SwTableBox *pBox) |
typedef vector< SwFrameFormat* > SwXMLFrameFormats_Impl |
Definition at line 182 of file xmltble.cxx.
|
static |
Definition at line 302 of file xmltble.cxx.
References sw_GetTableBoxColStr().
Referenced by SwXMLTableFrameFormatsSort_Impl::AddCell(), and SwXMLExport::ExportTableLinesAutoStyles().
|
static |
Definition at line 1060 of file xmltble.cxx.
References SwTableBox::GetFrameFormat(), SwFormat::GetName(), SwTableBox::GetSttNd(), SwTableBox::GetTabLines(), lcl_xmltble_ClearName_Line(), and SwFrameFormat::SetName().
Referenced by lcl_xmltble_ClearName_Line().
|
static |
Definition at line 1075 of file xmltble.cxx.
References SwTableLine::GetTabBoxes(), and lcl_xmltble_ClearName_Box().
Referenced by SwXMLExport::ExportTable(), and lcl_xmltble_ClearName_Box().