LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/text/XTextTable.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <comphelper/servicehelper.hxx>
#include <o3tl/numeric.hxx>
#include <o3tl/safeint.hxx>
#include <sal/log.hxx>
#include <svl/itemset.hxx>
#include <svl/numformat.hxx>
#include <svl/zformat.hxx>
#include <sax/tools/converter.hxx>
#include <unotools/configmgr.hxx>
#include <utility>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/families.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/i18nmap.hxx>
#include <editeng/protitem.hxx>
#include <editeng/lrspitem.hxx>
#include <poolfmt.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <fmtfordr.hxx>
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <swtable.hxx>
#include <swtblfmt.hxx>
#include <pam.hxx>
#include <unoprnms.hxx>
#include <unotbl.hxx>
#include <unotextrange.hxx>
#include <cellatr.hxx>
#include <swddetbl.hxx>
#include <ddefld.hxx>
#include <sfx2/linkmgr.hxx>
#include "xmlimp.hxx"
#include "xmltbli.hxx"
#include <vcl/svapp.hxx>
#include <ndtxt.hxx>
#include <unotextcursor.hxx>
#include <SwStyleNameMapper.hxx>
#include <algorithm>
#include <vector>
#include <memory>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | SwXMLTableCell_Impl |
class | SwXMLTableRow_Impl |
class | SwXMLDDETableContext_Impl |
class | TableBoxIndex |
class | TableBoxIndexHasher |
Functions | |
static OUString | lcl_GenerateFieldTypeName (const OUString &sPrefix, SwTableNode *pTableNode) |
static SwDDEFieldType * | lcl_GetDDEFieldType (SwXMLDDETableContext_Impl *pContext, SwTableNode *pTableNode) |
|
static |
Definition at line 989 of file xmltbli.cxx.
References Dde, SwNode::GetDoc(), IDocumentFieldsAccess::GetFieldType(), SwDoc::getIDocumentFieldsAccess(), nCount, SAL_MAX_INT32, sName, and sPrefix.
Referenced by lcl_GetDDEFieldType().
|
static |
Definition at line 1011 of file xmltbli.cxx.
References sfx2::cTokenSeparator, Dde, SwDDEFieldType::GetCmd(), SwXMLDDETableContext_Impl::GetConnectionName(), SwXMLDDETableContext_Impl::GetDDEApplication(), SwXMLDDETableContext_Impl::GetDDEItem(), SwXMLDDETableContext_Impl::GetDDETopic(), SwNode::GetDoc(), IDocumentFieldsAccess::GetFieldType(), SwDoc::getIDocumentFieldsAccess(), SwNode::getIDocumentFieldsAccess(), SwXMLDDETableContext_Impl::GetIsAutomaticUpdate(), SwDDEFieldType::GetType(), IDocumentFieldsAccess::InsertFieldType(), lcl_GenerateFieldTypeName(), nType, and sName.
Referenced by SwXMLTableContext::MakeTable().