summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Collapse)Author
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]
record in the sheet substream (but now with reading that record too) Conflicts: sc/source/filter/excel/read.cxx sc/source/filter/excel/xiescher.cxx
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]
if XF records are missing Conflicts: sc/source/filter/excel/excform.cxx sc/source/filter/excel/impop.cxx sc/source/filter/inc/imp_op.hxx
2012-12-03Oops I didn't mean to change this.Kohei Yoshida
SetRowHidden() is more light-weight than ShowRows(). Let's stick with SetRowHidden() here. Change-Id: Ieb83078b5546107a3ee2ea3b8b73df9627525abe
2012-12-03Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida
Just like we do with the row height / flags. Change-Id: Ia55dc81fa8d238251c800fe5f87890b9ae4b4901
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard
Change-Id: Ifc3b56d081b1318a0e201cb6cd7fd85ce2dc2534
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud
Change-Id: I9766872069ef5c2ee740dcbd8ac288aa8063a752
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-25cppCheck: remove dead assignment and dead variablesjailletc36
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1153 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard
Change-Id: I1c190e29ab26fab7e3ae109ea3135d7654a7cb9a
2012-11-24sal_Bool to boolMarkus Mohrhard
Change-Id: I9d221cd10fcc6ef92b6accfcabd586717a7dcad8
2012-11-22AllSettings with LanguageTagEike Rathke
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud
Change-Id: I93daafcb6cc161f10ec87fe9f1dc877e2154299d
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard
Change-Id: I4d9c8ea0cc778f5620136548324054b625938887
2012-11-05export dxfs at the correct placeMarkus Mohrhard
Change-Id: I2ab31904169adad4f173d4655d0511855de77464
2012-11-05fix ooxml color exportMarkus Mohrhard
Change-Id: I4b94883f594e13e9923bdd05593447a152fa8b0a
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-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida
That scheme made it extremely hard to determine when the object's positions get recalculated. It's better to figure out when to recalc drawing objects' positions, and call SetDrawPageSize() manually at that point (and only once!) Change-Id: I05d9b693cfc9310f5472ed8287c7a2e36646f4d7
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida
Change-Id: Idd3ca250ea51c9e17b4566febf13d9c8ca9c6a8f
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-27unusedcode: sc: unused ctorsMatúš Kukan
Change-Id: Iaa082d85ef95c58da14013c80cb06a2e1112d4ef
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara
Change-Id: I3febbc1618ca86f19c851a8eea313327a9c0a96c
2012-10-12Check for null object. The OLE name may not always be set.Kohei Yoshida
Change-Id: Ib3e55af8870b41a5b76179d2215fc5125ceda5af
2012-10-12remove unused local static functionsCaolán McNamara
Change-Id: I2b5e16165ac2de4753d9687a2bfc146d11a2bcd9
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist
Change-Id: I0e9895ca59fa75958107df2cbf4348214df52664
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-10-06adapt xls import to new cond formatsMarkus Mohrhard
Change-Id: Ibf8149d14c1404fc6e82ec285be9389072f24c31
2012-10-04really export default row heights for xlsx fdo#55621Noel Power
Change-Id: Icdf581cd7ae245f2749fecf00957bc9524f717d8
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power
column widths were never imported or exported correctly in xlsx. Change-Id: I92d469ce52495fe77281cb22341e9c5127e6b506
2012-09-30create guids that excel acceptsMarkus Mohrhard
Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power
Change-Id: I2d53c88ab121edeec2bf53f7fd177a0edcc05a25
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power
Change-Id: I510d0f399c58b5a9b192f3566e093c636cae2c0a
2012-09-23fix another problem in dxf exportMarkus Mohrhard
Change-Id: Ib6417b88b89a8960e73d6d4dc985223adb22be4d
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard
Change-Id: I2a4a65bd5e622d900c77704dfe198ffab0be6c42
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard
Change-Id: I43d1834d28534fc0ec8cb406e1be7e9f48074da2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-08-31fdo#54303: Prevent crash on load.Kohei Yoshida
Another simple null pointer check, to save the day. This unfortunately prevents the properties of the skipped field from being loaded properly, but it's still better than a immediate crash. Change-Id: I49398d80eb3bf0834b7e9830ac8be3ac776cb354
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Id2034a3ec40e1cfcd21f60e19f4faa99bb1f6164
2012-08-28hopefully a working version for databar ext guid creationMarkus Mohrhard
Change-Id: Ide7261955168dc13b47b29705e22eb2c3154d24e