summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2015-11-09tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens2-8/+12
2015-10-17fix crash in XclImpSupbook::GetExternNameCaolán McNamara1-1/+5
2015-10-17fix crash on loading certain xlsCaolán McNamara1-2/+6
2015-10-17xls: Defrowheight345 without pColRowBuffCaolán McNamara1-0/+7
2015-10-17crash in StandardwidthCaolán McNamara1-0/+5
2015-10-17fix crash on loading certain xlsCaolán McNamara1-11/+13
2015-10-17xls: DefColWidth without pColRowBuffCaolán McNamara1-0/+6
2015-10-17don't believe xls wrt size to reserveCaolán McNamara1-3/+8
2015-10-17Resolves: rhbz#1264585 check data pilot field name availabilityEike Rathke1-3/+9
2015-09-18tdf#61908 OOXML export cell range for matrix/array formulaEike Rathke1-17/+76
2015-08-20tdf#92256: Improved interop of INDIRECT functionKatarina Behrens2-0/+58
2015-08-06fix export to xls, tdf#69552Winfried Donkers1-3/+3
2015-08-06Excel export: set correct grammar for named expressions symbolsEike Rathke1-1/+2
2015-08-06tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-5/+3
2015-05-19fix Windows buildNoel Grandin1-1/+1
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe2-12/+5
2015-05-19coverity#1298900, init memberMarkus Mohrhard1-0/+1
2015-05-16export iconSet to extLstMarkus Mohrhard2-57/+258
2015-05-14correct export for min and max databar lengthMarkus Mohrhard1-2/+4
2015-05-11tdf#90812: rPr is not exported after roundtrip.yogesh.bharate0011-1/+2
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers1-2/+0
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann5-9/+9
2015-05-07Unwind SotStorageRef typedefStephan Bergmann10-16/+16
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-3/+4
2015-05-05loplugin:staticmethodsNoel Grandin13-33/+32
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05typo: strech -> stretchAndras Timar1-2/+2
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-6/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann3-11/+11
2015-04-24loplugin:simplifyboolStephan Bergmann3-4/+4
2015-04-20Resolves tdf#83366 Copy and Paste crashes Calc when original doc closedHenry Castro1-24/+27
2015-04-18fix 500+ new assert failures on exportCaolán McNamara1-0/+9
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2-28/+6
2015-04-15don't crash on export of fdo60087-2.xlsx to xlsCaolán McNamara1-12/+12
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-93/+93
2015-04-15fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara1-4/+8
2015-04-15fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara1-1/+2
2015-04-15correct font name export for dxf to xlsxMarkus Mohrhard1-0/+2
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard1-14/+176
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-1/+1
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard1-1/+23
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard1-8/+7
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard1-3/+9
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard1-0/+3
2015-04-04correct xlsx element order, related tdf#59663Markus Mohrhard2-1/+10
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1