summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.cxx
AgeCommit message (Expand)Author
2016-11-07inherit from ScXMLImportContextNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-08cppcheck: fix some redundantAssignment reportsJulien Nabet
2016-02-03remove bogus nullprt checks for pContextJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-13removed unused definesTakeshi Abe
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-03-18add all imported properties to ScDBData, fdo#40426Markus Mohrhard
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-18Set the db range to the query param first to calculate absolute column IDs.Kohei Yoshida
2011-11-18I need to parse the range up-front.Kohei Yoshida
2011-11-18Populate the query entries directly.Kohei Yoshida
2011-11-18Pick up more boolean data directly.Kohei Yoshida
2011-11-18Store case sensitivity flag directly.Kohei Yoshida
2011-11-18Store filter orientation in the query param.Kohei Yoshida
2011-11-18Started working on de-UNO-izing the filter import.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-06-06Extend the fix from kohei to the other scopeFridrich Štrba
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-24fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard
2011-05-20fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida