summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin1-2/+2
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek1-4/+0
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin1-2/+2
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-14/+15
2015-11-17Assume this wants to append the numerical representationStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin1-2/+2
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-0/+5
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-3/+3
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard1-1/+1
2015-04-07condition-source-range-address is optional but may not be emptyMarkus Mohrhard1-1/+2
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+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