summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
AgeCommit message (Expand)Author
2015-11-17Assume this wants to append the numerical representationStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard
2015-04-07condition-source-range-address is optional but may not be emptyMarkus Mohrhard
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-02-19don't generate broken XML files, related #i116460#Markus Mohrhard
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-13removed unused definesTakeshi Abe
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara
2011-11-03callcatcher: drop unused methodsCaolán McNamara
2011-11-03callcatcher: ditch some unused codeCaolán McNamara
2011-10-17WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-08-28some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-05-27Follow-up of DBG_* removalJacek Wolszczak
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida
2011-05-13Refactored global anonymous db storage.Kohei Yoshida
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida