summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2013-01-28resolved 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
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard2-20/+24
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist3-57/+57
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon14-141/+135
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard1-2/+1
2012-10-06adapt xls import to new cond formatsMarkus Mohrhard1-12/+3
2012-10-04really export default row heights for xlsx fdo#55621Noel Power1-0/+7
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power1-2/+3
2012-09-30create guids that excel acceptsMarkus Mohrhard1-1/+9
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power1-1/+4
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power1-1/+7
2012-09-23fix another problem in dxf exportMarkus Mohrhard1-3/+1