summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmldrani.cxx
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanup in scMarkus Mohrhard2014-04-061-2/+0
* coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann2014-03-121-1/+4
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida2013-07-111-2/+2
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-4/+4
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-50/+49
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* Typo ressource -> resourceStephan Bergmann2012-07-301-2/+2
* Remove superfluous include commentsThomas Arnhold2012-06-091-5/+0
* removed unused definesTakeshi Abe2012-05-131-2/+0
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-051-3/+3
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-041-3/+3
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-04-041-3/+3
* revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard2012-03-311-3/+3
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-03-311-3/+3
* add all imported properties to ScDBData, fdo#40426Markus Mohrhard2012-03-181-3/+7
* Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2012-01-071-7/+7
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* Set the db range to the query param first to calculate absolute column IDs.Kohei Yoshida2011-11-181-28/+15
* I need to parse the range up-front.Kohei Yoshida2011-11-181-14/+17
* Populate the query entries directly.Kohei Yoshida2011-11-181-2/+0
* Pick up more boolean data directly.Kohei Yoshida2011-11-181-9/+0
* Store case sensitivity flag directly.Kohei Yoshida2011-11-181-4/+2
* Store filter orientation in the query param.Kohei Yoshida2011-11-181-5/+4
* Started working on de-UNO-izing the filter import.Kohei Yoshida2011-11-181-18/+21
* Moved ScQueryEntry into its own file set.Kohei Yoshida2011-11-051-0/+1
* Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida2011-11-041-1/+1
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-111-2/+4
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+8
* some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-281-8/+8
* Extend the fix from kohei to the other scopeFridrich Štrba2011-06-061-0/+3
* Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida2011-06-061-4/+7
|\
| * fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard2011-05-201-9/+6
* | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-4/+4
|\ \
| * | fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard2011-05-241-9/+6
| |/
* | Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida2011-05-131-1/+1
* | Fixed incorrect exporting of global named database ranges.Kohei Yoshida2011-05-131-6/+6
* | Refactored global anonymous db storage.Kohei Yoshida2011-05-131-1/+1
* | Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida2011-05-131-181/+25
|/
* Added container to store global anonymous db ranges.Kohei Yoshida2011-04-011-0/+23
* Import the data import mode. This concludes the task on the import side.Kohei Yoshida2011-04-011-1/+39
* Import sort paramters for the anonymous database ranges.Kohei Yoshida2011-04-011-0/+18
* Let's check the db data itself instead of using the old flag value.Kohei Yoshida2011-04-011-1/+1
* Convert field positions from relative to absolute on import.Kohei Yoshida2011-04-011-0/+12
* Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida2011-04-011-0/+27
* First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida2011-04-011-31/+113
* Check for NULL, to avoid crashes.Kohei Yoshida2011-04-011-0/+4
* Support sheet-local anonymous database ranges.Markus Mohrhard2011-04-011-4/+26