summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Out-of-bounds array access fix. (Thanks to Fridrich too).Muthu Subramanian1-3/+3
2011-07-07Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida1-0/+8
2011-06-23fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard1-1/+3
2011-06-23fix for fdo#38204: formulas with range names were not imported correctlyMarkus Mohrhard1-1/+1
2011-06-13fdo#38154: convert split win Y coord to 16bit int before xls exportKatarina Machalkova3-6/+7
2011-06-10fix for fdo#37872: we don't allow points in range names any moreMarkus Mohrhard1-0/+2
2011-06-10fdo#37622: Fix incorrect font attribute lookup during XLS import.Kohei Yoshida1-3/+7
2011-06-09fdo#37673: Fix a crasher during HTML import on Windows.Kohei Yoshida1-2/+4
2011-06-09fdo#37947: Correctly import sheet-local named ranges.Kohei Yoshida5-49/+101
2011-05-23fix for fdo#37429 crash when copy/paste table from writer to calcMarkus Mohrhard1-1/+1
2011-05-20fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard1-9/+6
2011-05-19Fix for fdo#37322 (binary import crash)Katarina Machalkova1-1/+1
2011-05-02Fixed bug regarding zero values not appearing (Bug 36748).Cassio Neri1-1/+1
2011-04-29Output valid OOXML incl. msSymbol valueMarkus Mohrhard1-0/+5
2011-04-29support export of anonymous db data to OOXMLMarkus Mohrhard4-84/+26
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida2-7/+7
2011-04-26Fixed crash on load when loading doc with pivot table.Kohei Yoshida1-2/+6
2011-04-26support export of sheet local anonymous db data to excel binaryMarkus Mohrhard1-18/+5
2011-04-26make excel binary import use anonymous db dataMarkus Mohrhard3-55/+26
2011-04-22Excel only allows strings that are up to 32767 chars long (0x7FFF).Kohei Yoshida1-1/+1
2011-04-15fdo#35142: Avoid importing unnamed styles from XLS.Kohei Yoshida1-2/+2
2011-04-14Removed an unused argument from a function. Let's make it simpler.Kohei Yoshida3-5/+5
2011-04-14fdo#34306: Insert a missing token for an ocSep followed by an ocClose.Kohei Yoshida1-13/+0
2011-04-13Incorrect index value checking & use operator[] over at().Kohei Yoshida1-2/+2
2011-04-13Convert OLE links from XLS doc into external ranges on import.Kohei Yoshida5-30/+317
2011-04-08Update the source range with data in the pivot cache.Kohei Yoshida2-1/+13
2011-04-01remove obsolete component_writeInfo methodsMichael Meeks1-24/+0
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-30WaE: overloaded virtualDavid Tardon1-0/+2
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-29switch sc to gbuildNorbert Thiebaud11-723/+0
2011-03-29WaE comparision between signed and unsignedChristian Lohmaier2-2/+2
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat10-54/+54
2011-03-26fix filter loading: export ScFilterCreateNorbert Thiebaud1-1/+1