summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)Author
2011-07-18Correctly use adjusted range strings for range name import.Kohei Yoshida
2011-07-18fix for fdo#35357 SetNamedRanges speedupLaurent Godard
2011-06-18Some cppcheck cleaningJulien Nabet
2011-06-08fdo#37947: Correctly import sheet-local named ranges.Kohei Yoshida
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus 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-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27Follow-up of DBG_* removalJacek Wolszczak
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
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
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-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida
2011-05-02Fixed bug regarding zero values not appearing (Bug 36748).Cassio Neri
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-04-22cppcheck inefficient checking for emptinessKayo Hamid
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida
2011-04-01Finally, export the import mode parameters.Kohei Yoshida
2011-04-01Import the data import mode. This concludes the task on the import side.Kohei Yoshida
2011-04-01Import sort paramters for the anonymous database ranges.Kohei Yoshida
2011-04-01Convert field positions from absolute to relative upon export.Kohei Yoshida
2011-04-01First cut on exporting sort parameters.Kohei Yoshida
2011-04-01Let's check the db data itself instead of using the old flag value.Kohei Yoshida
2011-04-01Convert field positions from relative to absolute on import.Kohei Yoshida
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida
2011-04-01Field index must be relative to the first field.Kohei Yoshida
2011-04-01Field index should be relative to the first column index.Kohei Yoshida
2011-04-01Export filter conditions for anonymous db ranges.Kohei Yoshida
2011-04-01First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida
2011-04-01Check for NULL, to avoid crashes.Kohei Yoshida
2011-04-01Non-essential change.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
2011-03-30WaE: struct vs classCaolán McNamara
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-25Let's not assign an index here, but have one auto-generated on insertion.Kohei Yoshida
2011-03-25WaE: Index has to be unsignedCaolán McNamara
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida
2011-03-19Fixed the odf import of border in calc: style was missingCédric Bosdonnat
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-13Add missing osl/diagnose.hThomas Arnhold
2011-03-13Move DBG_ERROR to OSL_FAIL for strings GetBuffer()Thomas Arnhold
2011-03-11For now, we only import normal named expressions in sheet local scope.Kohei Yoshida