summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2013-08-03hopefully fixed MSVC build breaker, ambiguous call to overloaded functionEike Rathke1-1/+1
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power2-0/+49
2013-06-28resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2-6/+6
2013-05-13fix for fdo#51300Noel Power1-3/+17
2013-05-10fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright3-3/+3
2013-04-08fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr1-2/+3
2013-03-12fix for fdo#62111 - don't count non-default empty rows as rows to repeatNoel Power1-4/+7
2013-03-11Resolves: #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand1-0/+1
2013-02-07correctly handle repeated row heights for empty rows ( fdo#59973 )Noel Power1-21/+60
2013-02-07export/import anchoring for xls(x) drawing ( & ole ) objects fdo#58360Noel Power2-4/+16
2013-02-01resolved fdo#60087 corrected .xlsx export of functionsEike Rathke1-17/+29
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke6-14/+94
2013-01-14fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Eike Rathke1-2/+11
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-2/+2
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida1-1/+1
2012-12-26storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard1-1/+0
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]4-5/+24
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida2-9/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks56-1351/+881
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]3-65/+90
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]3-21/+64
2012-12-03Oops I didn't mean to change this.Kohei Yoshida1-1/+1
2012-12-03Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida1-16/+52
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard1-11/+1
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud2-5/+5
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud1-1/+1
2012-11-26no need for this copyMarkus Mohrhard1-1/+1
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard2-3/+79
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard2-10/+12
2012-11-24sal_Bool to boolMarkus Mohrhard1-6/+6
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-8/+8
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard1-13/+52
2012-11-05export dxfs at the correct placeMarkus Mohrhard1-1/+1
2012-11-05fix ooxml color exportMarkus Mohrhard1-1/+1
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard1-0/+4
2012-11-03improve cond format export to ooxmlMarkus Mohrhard1-0/+34
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard1-0/+4
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard1-3/+15
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-5/+0
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida1-1/+1
2012-10-30export icon set data into OOXMLMarkus Mohrhard1-0/+59
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara5-7/+7
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan2-5/+0
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara1-1/+0
2012-10-12Check for null object. The OLE name may not always be set.Kohei Yoshida1-1/+1
2012-10-12remove unused local static functionsCaolán McNamara1-3/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-2/+2