summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* don't generate broken XML files, related #i116460#Markus Mohrhard2014-02-191-5/+5
* Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida2013-10-111-3/+3
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-4/+4
* read/write ODF *:script* and *:rfc-language-tag*Eike Rathke2013-07-091-4/+1
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-11/+9
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-8/+8
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* Remove superfluous include commentsThomas Arnhold2012-06-091-4/+0
* removed unused definesTakeshi Abe2012-05-131-3/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-051-4/+4
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-041-4/+4
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-04-041-4/+4
* revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard2012-03-311-4/+4
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-03-311-4/+4
* avoid temporary rtl::OUStringTakeshi Abe2012-02-231-1/+1
* Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2012-01-071-6/+6
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida2011-11-181-10/+47
* Encapsulated empty and non-empty filter criteria.Kohei Yoshida2011-11-071-8/+5
* Changed data storage structure in ScQueryEntry.Kohei Yoshida2011-11-071-6/+10
* Moved ScQueryEntry into its own file set.Kohei Yoshida2011-11-051-0/+1
* More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida2011-11-041-2/+2
* ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara2011-11-031-58/+0
* callcatcher: drop unused methodsCaolán McNamara2011-11-031-18/+0
* callcatcher: ditch some unused codeCaolán McNamara2011-11-031-363/+0
* WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist2011-10-171-1/+1
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-111-2/+2
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-111-2/+3
* some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-281-44/+44
* Follow-up of DBG_* removalJacek Wolszczak2011-05-271-3/+2
* Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak2011-05-271-4/+4
* Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida2011-05-131-1/+1
* Fixed incorrect exporting of global named database ranges.Kohei Yoshida2011-05-131-11/+27
* Refactored global anonymous db storage.Kohei Yoshida2011-05-131-2/+2
* Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida2011-05-131-120/+35
* Added container to store global anonymous db ranges.Kohei Yoshida2011-04-011-2/+8
* Finally, export the import mode parameters.Kohei Yoshida2011-04-011-0/+79
* Convert field positions from absolute to relative upon export.Kohei Yoshida2011-04-011-2/+7
* First cut on exporting sort parameters.Kohei Yoshida2011-04-011-0/+64
* Field index must be relative to the first field.Kohei Yoshida2011-04-011-4/+15
* Field index should be relative to the first column index.Kohei Yoshida2011-04-011-12/+14
* Export filter conditions for anonymous db ranges.Kohei Yoshida2011-04-011-2/+208
* First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida2011-04-011-21/+186
* Check for NULL, to avoid crashes.Kohei Yoshida2011-04-011-0/+4
* Non-essential change.Kohei Yoshida2011-04-011-3/+2
* Support sheet-local anonymous database ranges.Markus Mohrhard2011-04-011-8/+19
* Moved ScSubTotalParam from global.* into own files.Kohei Yoshida2011-03-231-0/+2