summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Collapse)Author
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard
Change-Id: Ifc3b56d081b1318a0e201cb6cd7fd85ce2dc2534
2012-11-26no need for this copyMarkus Mohrhard
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard
Change-Id: I4d9c8ea0cc778f5620136548324054b625938887
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard
Change-Id: I11537a22f72130d796887581611449c849ab0876
2012-11-03improve cond format export to ooxmlMarkus Mohrhard
Change-Id: Ie89d5595c528b546b5de870421bf7d27a928c739
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard
Change-Id: Ie1ac8d8df351d149851cff8b7344335b30d46b83
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard
Change-Id: I8dbc07719263b17f2066c2dfd6e0bfef70630d53
2012-10-30export icon set data into OOXMLMarkus Mohrhard
missing are still the Excel2010 extLst entries Change-Id: Ic0c728613b1ee48482cbd9cef2aeccd0e0f25f72
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
Change-Id: I67cd3213c7c92a4a782906a7250c176efeb01633
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
Change-Id: I2f63ac7884f0897aa47fd4ee35b8af06553c311c
2012-09-30create guids that excel acceptsMarkus Mohrhard
Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-08-28hopefully a working version for databar ext guid creationMarkus Mohrhard
Change-Id: Ide7261955168dc13b47b29705e22eb2c3154d24e
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard
Change-Id: I1aaca6676bdbba1e8f365081e3f427fb67fd873e
2012-08-14remove some auto_ptr from xecontentMarkus Mohrhard
Change-Id: Idef77ba4ce419aec26476ed027ac1a3c3fc41eef
2012-08-14implement color scale and data bar export to xlsxMarkus Mohrhard
Only 2007 versions of DataBars supported yet Change-Id: Id1d10aae2bb5221246740defa3d4a97a1cd7c908
2012-08-13use an enum instead of several flagsMarkus Mohrhard
Change-Id: I93c7483c6ba91671515025cc3b365a68c45a395c
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-11remove empty conditions for color format export to excelMarkus Mohrhard
Change-Id: I8b35869f3e4455bb8cb16d67bd9636462a24e26b
2012-06-11integrate color formats into conditional formatsMarkus Mohrhard
Change-Id: I3c235f6dd0b69d3fc560910fcc890d2c80c995c0
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard
Change-Id: Id49eb1da20b75a9ab83d20c29ad8e976d46b9423
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
TODO: - UNO needs some love to accept this change - we need a new uno interface for conditional formats in 4.0 - copy/paste - undo/redo Change-Id: I2c8a233888a95c7298dfb151d1c12b6a6a58520d
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard
This is just a first step. In a second step we need another layer to allow color scales and databars applied to the same range and finally merge them with normal conditional formatting. Change-Id: I0452ed12dd9b2d5395cf005d75a902fbb7a984ad
2012-05-15export color scales only to the correct sheetMarkus Mohrhard
Change-Id: I70c4d213fdd91f7032d637e93410add1f8266a3e
2012-05-15missing break (I suppose)Ivan Timofeev
Change-Id: I504cbe271ef4475963b8277a1ab7dcb09b0dda38
2012-05-13correctly export formulas in conditional formats to xlsxMarkus Mohrhard
Change-Id: I534fb55b735f47124cd9820ba0a986315e263112
2012-05-13save unique value conditional format to xlsxMarkus Mohrhard
Change-Id: Id126500d499e751c351d6ed499af96136039e1f1
2012-05-13support export of duplicate values conditional format to xlsxMarkus Mohrhard
Change-Id: I35266eabcba5e063bf296fa1d4b356f247458ea1
2012-05-13export color scales to xlsxMarkus Mohrhard
Change-Id: I251acbb66a4033f69515c1b078ed5a28d0f0cd76
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard
Change-Id: I I7de285ae784ae144a7d3190d4f99c1b38694da28
2012-04-20allow more complex conditional formats being exported to xlsxMarkus Mohrhard
2012-04-20export conditional formatting to xlsx, fdo#48360Markus Mohrhard
This is not yet perfect but should export already the conditional formatting and a great deal of the styles to xlsx Still missing: font export number format export some advanced conditional formats features
2012-04-19export differential formatting to xlsxMarkus Mohrhard
This is the first step into exporting conditional formatting to xlsx Currently we are missing the number format entries and the font entries. The patch will need some more clean up. New exported entries: - dxf - dxfs
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
Part XXX Modules sc
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-11ByteString->rtl::OStringCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-03Remove EXC_INCL_SST_STATISTICSThomas Arnhold
This came in back in 11/2003. I assume this isn't used anymore.
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel