summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2011-07-07Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida1-0/+8
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 Machalkova2-5/+6
2011-06-10fdo#37622: Fix incorrect font attribute lookup during XLS import.Kohei Yoshida1-3/+7
2011-05-19Fix for fdo#37322 (binary import crash)Katarina Machalkova1-1/+1
2011-04-29Output valid OOXML incl. msSymbol valueMarkus Mohrhard1-0/+5
2011-04-29support export of anonymous db data to OOXMLMarkus Mohrhard3-84/+21
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-1/+1
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 Mohrhard2-44/+22
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 Yoshida2-4/+4
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 Yoshida3-27/+288
2011-04-08Update the source range with data in the pivot cache.Kohei Yoshida1-1/+12
2011-04-01remove obsolete component_writeInfo methodsMichael Meeks1-24/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-29switch sc to gbuildNorbert Thiebaud1-117/+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 Bosdonnat2-23/+23
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida1-1/+5
2011-03-23Useless comments--, FIXME--Katarina Machalkova3-13/+2
2011-03-23Fixed binary import/export of formulasKatarina Machalkova1-10/+12
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova9-28/+46
2011-03-22Resolves: #i117506 dodgy lclConvertTimeIntervalCaolán McNamara1-1/+1
2011-03-22get excel vba import to workNoel Power1-1/+1
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat1-19/+17
2011-03-18Charts' title reference is stored as relative reference. (fdo#35015)Kohei Yoshida1-0/+6
2011-03-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky44-892/+1380
2011-03-18Fixed data loss during pivot table export to XLS.Kohei Yoshida1-1/+1
2011-03-15Removed the old sheet local name mapping bits.Kohei Yoshida1-15/+0
2011-03-15Added missing definitions that caused linkage to fail.Kohei Yoshida1-0/+7
2011-03-14making sc/source/filter compile againBjoern Michaelsen10-53/+35
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-5/+5
2011-03-13Move DBG_ERROR2 to OSL_TRACEThomas Arnhold1-1/+1
2011-03-13Move DBG_ERROR1 to OSL_TRACEThomas Arnhold7-13/+13
2011-03-11A little cleanup.Kohei Yoshida1-7/+9
2011-03-11Properly export sheet local range names to XLS.Kohei Yoshida2-16/+55
2011-03-11Consistent use of types to eliminate static casting.Kohei Yoshida2-12/+6
2011-03-11Simplified _ScRangeListTabs and also fixed crashers on XLS import.Kohei Yoshida1-49/+40
2011-03-11Copy-n-paste error....Kohei Yoshida1-1/+1
2011-03-11Correctly import and interpret sheet local range names from XLS.Kohei Yoshida2-1/+2
2011-03-11Store whether or not a range name is global during XLS import.Kohei Yoshida3-25/+60
2011-03-11Store additional flag for global vs local storage of named ranges.Kohei Yoshida1-3/+9
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida44-858/+1357
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida1-1/+1
2011-03-05Renamed FindIndex to findByIndex to be consistent with findByName.Kohei Yoshida2-2/+2