LibreOffice Module sc (master) 1
Functions | Variables
XMLExportDatabaseRanges.cxx File Reference
#include <memory>
#include "XMLExportDatabaseRanges.hxx"
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/namespacemap.hxx>
#include <sax/tools/converter.hxx>
#include "xmlexprt.hxx"
#include "XMLExportIterator.hxx"
#include "XMLConverter.hxx"
#include <unonames.hxx>
#include <dbdata.hxx>
#include <document.hxx>
#include <globalnames.hxx>
#include "XMLExportSharedData.hxx"
#include <rangeutl.hxx>
#include <subtotalparam.hxx>
#include <queryparam.hxx>
#include <queryentry.hxx>
#include <sortparam.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/sheet/DataImportMode.hpp>
#include <com/sun/star/sheet/XDatabaseRanges.hpp>
#include <com/sun/star/sheet/XDatabaseRange.hpp>
#include <comphelper/extract.hxx>
#include <osl/diagnose.h>
#include <map>
Include dependency graph for XMLExportDatabaseRanges.cxx:

Go to the source code of this file.

Functions

void writeSort (ScXMLExport &mrExport, const ScSortParam &aParam, const ScRange &aRange, const ScDocument *mpDoc)
 

Variables

constexpr OUStringLiteral SC_USERLIST = u"UserList"
 not found in unonames.hxx More...
 

Function Documentation

◆ writeSort()

void writeSort ( ScXMLExport mrExport,
const ScSortParam aParam,
const ScRange aRange,
const ScDocument mpDoc 
)

Variable Documentation

◆ SC_USERLIST

constexpr OUStringLiteral SC_USERLIST = u"UserList"
constexpr

not found in unonames.hxx

Definition at line 53 of file XMLExportDatabaseRanges.cxx.

Referenced by writeSort().