summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-07-26fix for fdo#62729 reference pos can point to non existing tableNoel Power1-0/+1
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks2-6/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke4-7/+7
2013-07-24followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power1-6/+3
2013-07-23resolved fdo#67094 handle <text:s> in <text:p> and <text:span>Eike Rathke4-2/+138
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-07-12fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-2/+2
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-1/+1
2013-07-03the calculation of the progressbar leads to very slow savingLaurent Godard1-3/+3
2013-07-03simplify AddPrintRanges calls at import timeLaurent Godard1-7/+5
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 Mohrhard2-3/+46
2013-07-01handle localized default style names, fdo#61339Markus Mohrhard2-4/+7
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-4/+1
2013-06-28fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power4-7/+8
2013-06-28fix for bnc#823935Noel Power1-0/+6
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power1-90/+4
2013-06-07remove unintended changes ( from some aborted approach )Noel Power1-2/+1
2013-06-07add missing PageSetup.PageSize apiNoel Power1-1/+2
2013-06-07another attempt at followon patch for fdo#38385 attempt to detect rtlNoel Power2-4/+21
2013-06-07Revert "follow patch for fdo#38385 attempt to detect rtl"Noel Power2-39/+6
2013-06-05bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power2-6/+5
2013-06-04use better values for OOXML border width, fdo#56960Tim Richardson1-4/+4
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard6-98/+37
2013-06-03restore old codeMarkus Mohrhard1-2/+2
2013-06-03correct fix for fdo#62938Markus Mohrhard1-3/+4
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard3-9/+7
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard3-7/+9
2013-05-29r is an optional attribute in c and r, fdo#65059Markus Mohrhard2-5/+29
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power1-0/+3
2013-05-28Fix compilation error with older compilersTor Lillqvist1-1/+1
2013-05-28remove some methods that are no longer used after reworkNoel Power2-80/+0
2013-05-28buffer ExtCfRuleContext startElement processingNoel Power3-5/+169
2013-05-28buffer conditional formatting finalization so it happens after styles importNoel Power4-3/+18
2013-05-28reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
2013-05-28improve cell style xls[x|m] import performanceNoel Power3-16/+192
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard2-29/+15
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard1-6/+6
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard1-3/+3
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann3-15/+19
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin3-19/+15
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin3-6/+8
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+1
2013-05-17fix missing xlsx import formula dependecy startlisten on formula array cellsNoel Power1-0/+25
2013-05-17no number format mumbo-jumbo needed on empty format stringEike Rathke1-9/+12
2013-05-16partial fix for bnc#819865Noel Power1-1/+1
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin2-19/+17
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin4-69/+45
2013-05-13remove dead codeNoel Grandin1-8/+0