summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2013-12-13fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power1-15/+15
2013-12-04write valid dxf record, related fdo#71971Markus Mohrhard1-6/+6
2013-12-01fix 2D vs 3D coordinatesystem regression, fdo#67300Markus Mohrhard1-2/+2
2013-11-30resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke2-4/+36
2013-10-31resolved fdo#56209 reviving FilterFormulaParserEike Rathke1-0/+10
2013-08-15resolved fdo#67571 write flags and formula token array againEike Rathke1-33/+33
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power2-0/+49
2013-07-24followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power1-6/+3
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard1-0/+1
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard1-2/+44
2013-06-28fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power2-3/+4
2013-06-28fix for bnc#823935Noel Power1-0/+6
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard2-69/+29
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann1-12/+14
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin1-14/+12
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin2-4/+8
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+1
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin1-15/+17
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin1-18/+15
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2-6/+6
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida1-2/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+0
2013-05-07fix for fdo#51300Noel Power1-3/+17
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák4-11/+11
2013-05-06make Excel happyMarkus Mohrhard1-8/+8
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna8-24/+24
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-52/+8
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza5-6/+6
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-13Resolves: #i121215# fix the spreadsheet font familyHerbert Dürr1-2/+12
2013-04-08fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr1-2/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák41-241/+195
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-7/+3
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida3-0/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida14-14/+14
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-3/+1
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida2-3/+2
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-27Take care of xetable.?xx.Kohei Yoshida1-17/+12
2013-03-27Fix #119514#:Item lists are incorrectly importedJianyuan Li1-2/+12
2013-03-27Revert "Fix #119514#:Item lists are incorrectly imported"Xisco Fauli1-12/+2
2013-03-27Fix #119514#:Item lists are incorrectly importedJianyuan Li1-2/+12
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2-28/+32
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-1/+7
2013-03-23fix spelling errorMarkus Mohrhard1-1/+1
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-1/+1
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida2-8/+8
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-3/+1
2013-03-22prevent crash if formula is emptyMarkus Mohrhard1-2/+7