summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2011-06-09fdo#37947: Correctly import sheet-local named ranges.Kohei Yoshida5-49/+101
2011-05-20fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard1-9/+6
2011-05-02Fixed bug regarding zero values not appearing (Bug 36748).Cassio Neri1-1/+1
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-6/+6
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida2-2/+31
2011-04-01Finally, export the import mode parameters.Kohei Yoshida1-0/+79
2011-04-01Import the data import mode. This concludes the task on the import side.Kohei Yoshida1-1/+39
2011-04-01Import sort paramters for the anonymous database ranges.Kohei Yoshida1-0/+18
2011-04-01Convert field positions from absolute to relative upon export.Kohei Yoshida1-2/+7
2011-04-01First cut on exporting sort parameters.Kohei Yoshida1-0/+64
2011-04-01Let's check the db data itself instead of using the old flag value.Kohei Yoshida1-1/+1
2011-04-01Convert field positions from relative to absolute on import.Kohei Yoshida1-0/+12
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida1-0/+27
2011-04-01Field index must be relative to the first field.Kohei Yoshida1-4/+15
2011-04-01Field index should be relative to the first column index.Kohei Yoshida1-12/+14
2011-04-01Export filter conditions for anonymous db ranges.Kohei Yoshida1-2/+208
2011-04-01First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida3-52/+305
2011-04-01Check for NULL, to avoid crashes.Kohei Yoshida2-0/+8
2011-04-01Non-essential change.Kohei Yoshida1-3/+2
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard2-12/+45
2011-03-30WaE: struct vs classCaolán McNamara1-1/+1
2011-03-29switch sc to gbuildNorbert Thiebaud1-108/+0
2011-03-25Let's not assign an index here, but have one auto-generated on insertion.Kohei Yoshida1-1/+0
2011-03-25WaE: Index has to be unsignedCaolán McNamara1-1/+1
2011-03-23Moved ScSubTotalParam from global.* into own files.Kohei Yoshida1-0/+2
2011-03-19Fixed the odf import of border in calc: style was missingCédric Bosdonnat2-5/+7
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky79-1041/+1063
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-13Add missing osl/diagnose.hThomas Arnhold1-0/+1
2011-03-13Move DBG_ERROR to OSL_FAIL for strings GetBuffer()Thomas Arnhold1-5/+5
2011-03-11For now, we only import normal named expressions in sheet local scope.Kohei Yoshida1-0/+4
2011-03-11Use boost::ptr_list for list containing heap objects.Kohei Yoshida3-13/+20
2011-03-11Pick up sheet local named expressions during ODS import.Kohei Yoshida6-57/+170
2011-03-11Export sheet-local range names to ODS.Kohei Yoshida1-0/+30
2011-03-11Reduced indent levels again.Kohei Yoshida1-148/+149
2011-03-11Extracted a method from a giant, mega method.Kohei Yoshida2-173/+179
2011-03-11Removed unnecessary static cast.Kohei Yoshida1-1/+1
2011-03-11Reduced indent levels by early bail outs.Kohei Yoshida1-74/+74
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida79-1045/+1067
2011-03-07First try of removing "using namespace ::com::sun::star::uno"Julien Nabet1-1/+1
2011-03-06There were 2 times "using ::rtl::OUString"Julien Nabet1-1/+0
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida1-4/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold14-35/+35
2011-03-01Replaced String with rtl::OUString.Kohei Yoshida1-2/+2
2011-03-01Remove bogus comments.Guillaume Poussel12-15/+15
2011-03-01Finally get the refresh to work properly.Kohei Yoshida1-3/+3
2011-02-24Remove "using namespace ::rtl"Julien Nabet1-2/+3
2011-02-21[PATCH 09/10] Remove deprecated List container.npcdoom1-6/+4
2011-02-15Fixed an incorrect exporting of row styles.Kohei Yoshida1-1/+1
2011-02-14add mode lines to new filesCaolán McNamara2-0/+5