summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+1
2014-02-19don't generate broken XML files, related #i116460#Markus Mohrhard1-5/+5
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-3/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke1-4/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+9
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-8/+8
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
2012-05-13removed unused definesTakeshi Abe1-3/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-4/+4
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-4/+4
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-4/+4
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-4/+4
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-4/+4
2012-02-23avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-6/+6
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida1-10/+47
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida1-8/+5
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-6/+10
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida1-2/+2
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara1-58/+0
2011-11-03callcatcher: drop unused methodsCaolán McNamara1-18/+0
2011-11-03callcatcher: ditch some unused codeCaolán McNamara1-363/+0
2011-10-17WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-1/+1
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl1-2/+2
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-2/+3
2011-08-28some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-44/+44
2011-05-27Follow-up of DBG_* removalJacek Wolszczak1-3/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-4/+4
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida1-1/+1
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida1-11/+27
2011-05-13Refactored global anonymous db storage.Kohei Yoshida1-2/+2
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida1-120/+35
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida1-2/+8
2011-04-01Finally, export the import mode parameters.Kohei Yoshida1-0/+79
2011-04-01Convert field positions from absolute to relative upon export.Kohei Yoshida1-2/+7
2011-04-01First cut on exporting sort parameters.Kohei Yoshida1-0/+64
2011-04-01Field index must be relative to the first field.Kohei Yoshida1-4/+15
2011-04-01Field index should be relative to the first column index.Kohei Yoshida1-12/+14
2011-04-01Export filter conditions for anonymous db ranges.Kohei Yoshida1-2/+208
2011-04-01First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida1-21/+186
2011-04-01Check for NULL, to avoid crashes.Kohei Yoshida1-0/+4
2011-04-01Non-essential change.Kohei Yoshida1-3/+2
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard1-8/+19
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida1-0/+2