|
LibreOffice Module sc (master) 1
|
#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>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... | |
| void writeSort | ( | ScXMLExport & | mrExport, |
| const ScSortParam & | aParam, | ||
| const ScRange & | aRange, | ||
| const ScDocument * | mpDoc | ||
| ) |
Definition at line 58 of file XMLExportDatabaseRanges.cxx.
References aBuf, ScSortParam::aCollatorAlgorithm, ScSortParam::aCollatorLocale, ScSortParam::aDataAreaExtras, SvXMLExport::AddAttribute(), SvXMLExport::AddLanguageTagAttributes(), ScRange::aStart, aStr, ScSortParam::bByRow, ScSortParam::bCaseSens, ScSortParam::bInplace, ScSortParam::bUserDef, ScAddress::Col(), formula::FormulaGrammar::CONV_OOO, ScSortParam::GetSortKeyCount(), ScRangeStringConverter::GetStringFromAddress(), i, ScSortParam::maKeyState, ScDataAreaExtras::mbCellFormats, ScSortParam::nDestCol, ScSortParam::nDestRow, ScSortParam::nDestTab, ScSortParam::nUserIndex, ScAddress::Row(), SC_USERLIST, XML_ALGORITHM, XML_AUTOMATIC, XML_BIND_STYLES_TO_CONTENT, XML_CASE_SENSITIVE, XML_DATA_TYPE, XML_DESCENDING, XML_FALSE, XML_FIELD_NUMBER, XML_NAMESPACE_TABLE, XML_ORDER, XML_SORT, XML_SORT_BY, XML_TARGET_RANGE_ADDRESS, and XML_TRUE.
Referenced by ScXMLExport::WriteExternalDataTransformations().
|
constexpr |
not found in unonames.hxx
Definition at line 53 of file XMLExportDatabaseRanges.cxx.
Referenced by writeSort().