summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
2013-12-13fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power1-15/+15
2013-12-02fdo#72078 make status bar text localizableAndras Timar1-4/+3
2013-12-02Revert "fdo#72078 make status bar text localizable"Markus Mohrhard1-2/+4
2013-12-01fdo#72078 make status bar text localizableAndras Timar1-4/+2
2013-11-30resolved fdo#67572 export add-in equivalents as internal to .xlsxEike Rathke1-11/+16
2013-11-22resolved fdo#38592 do not insert extraneous parameter in importEike Rathke1-7/+8
2013-11-02remember column style during XLSX import, fdo#70315Markus Mohrhard1-1/+3
2013-10-31resolved fdo#56209 reviving FilterFormulaParserEike Rathke1-0/+196
2013-08-19fix for bnc#834705 missing drop downs for autofilterNoel Power2-3/+30
2013-08-16import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers1-2/+12
2013-08-14fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried1-0/+13
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power1-6/+29
2013-07-15sc: fix Date/DateTime ambiguityMichael Stahl1-8/+8
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+1
2013-06-28fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power1-1/+1
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power1-90/+4
2013-06-07another attempt at followon patch for fdo#38385 attempt to detect rtlNoel Power1-3/+20
2013-06-07Revert "follow patch for fdo#38385 attempt to detect rtl"Noel Power1-36/+5
2013-06-05bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power2-6/+5
2013-05-29r is an optional attribute in c and r, fdo#65059Markus Mohrhard1-5/+26
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power1-0/+3
2013-05-28remove some methods that are no longer used after reworkNoel Power1-74/+0
2013-05-28buffer ExtCfRuleContext startElement processingNoel Power2-5/+126
2013-05-28buffer conditional formatting finalization so it happens after styles importNoel Power3-2/+15
2013-05-28reorg styles code slightly, process normal (and row ) style in own methodNoel Power1-87/+71
2013-05-28improve cell style xls[x|m] import performanceNoel Power2-16/+188
2013-05-17fix missing xlsx import formula dependecy startlisten on formula array cellsNoel Power1-0/+25
2013-05-16partial fix for bnc#819865Noel Power1-1/+1
2013-05-09Set page style name to the sheet directly via ScDocument, not UNO API.Kohei Yoshida1-3/+5
2013-05-09Remove using namespace statements that may cause naming clashes.Kohei Yoshida1-31/+26
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák54-124/+32
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2-2/+2
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-4/+2
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-6/+16
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-1/+2
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-10/+5
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-2/+1
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann4-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-15follow patch for fdo#38385 attempt to detect rtlNoel Power1-5/+36
2013-03-13fix fdo#38385 - accept as valid 'start' and 'end' tokens for linebordersNoel Power1-0/+2
2013-03-13bnc#798309 inherit group style from parentNoel Power1-1/+1