summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann128-1458/+1458
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens2-0/+18
2015-10-12loplugin:mergeclassesNoel Grandin2-18/+8
2015-10-12cppcheck:variableScopeNoel Grandin2-41/+40
2015-10-10fix gnumeric importMarkus Mohrhard1-1/+1
2015-10-073stars iconset not exported to OOXML, tdf#94850Markus Mohrhard1-0/+1
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2-4/+3
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-3/+1
2015-10-06Replace some OSL_ENSURE with assertStephan Bergmann1-2/+3
2015-10-06Return SdrObjectPtr from some XclImpDrawObjBase::Create... etc. functionsStephan Bergmann2-57/+54
2015-10-06Return std::unique_ptr from some XclEscherEx::Create... functionsStephan Bergmann2-8/+8
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht3-10/+10
2015-10-05fix crash in XclImpSupbook::GetExternNameCaolán McNamara1-1/+5
2015-10-05tdf#93243 replace boost::bind with C++11 lambdas in excimp8.cxxAlbert Thuswaldner2-11/+8
2015-10-04crash in StandardwidthCaolán McNamara1-0/+5
2015-10-03add QuattroPro support to fftesterCaolán McNamara1-2/+6
2015-10-03fix crash on loading certain xlsCaolán McNamara1-2/+6
2015-10-03xls: Defrowheight345 without pColRowBuffCaolán McNamara1-0/+7
2015-10-02xls: DefColWidth without pColRowBuffCaolán McNamara1-0/+6
2015-10-02fix crash on loading certain xlsCaolán McNamara1-11/+13
2015-10-02loplugin:unusedmethodsNoel Grandin7-43/+1
2015-10-01Render the notes in spreadsheets as inline html commentsJoan Paraiso2-1/+63
2015-10-01Related: tdf#40304 extend biff-5 invalid xls loop detectionCaolán McNamara1-22/+38
2015-10-01tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens1-0/+10
2015-10-01remove old standalone Sun bug numbersNoel Grandin3-7/+0
2015-09-30don't believe xls wrt size to reserveCaolán McNamara1-3/+8
2015-09-30add xls support to fftesterCaolán McNamara1-0/+11
2015-09-30titchy typo ScImportExcel->ScExportExcelCaolán McNamara1-1/+1
2015-09-30Fix typosAndrea Gelmini9-9/+9
2015-09-30Fix typosAndrea Gelmini6-7/+7
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-8/+8
2015-09-29Work around odd -Werror=strict-overflowStephan Bergmann1-1/+1
2015-09-28Fix check for empty stackStephan Bergmann1-1/+1
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2-3/+3
2015-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers1-1/+1
2015-09-27make gnumeric xml a real LibreOffice filter formatMarkus Mohrhard1-0/+111
2015-09-27simplify codeMarkus Mohrhard1-4/+1
2015-09-25better OOXML VBA exportMarkus Mohrhard3-18/+31
2015-09-21init iterators only when neededEike Rathke1-2/+2
2015-09-21Resolves: rhbz#1264585 check data pilot field name availabilityEike Rathke1-3/+9
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin2-4/+4
2015-09-18boost->stdCaolán McNamara64-264/+258
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara64-258/+264
2015-09-17missing includeCaolán McNamara1-1/+2
2015-09-17boost->stdCaolán McNamara63-263/+256
2015-09-17convert Link<> to typedNoel Grandin4-33/+30
2015-09-15stab MM_FAKE, it's a zombieEike Rathke1-1/+0
2015-09-15do not write MM_REFERENCE formulas to OOXML, tdf#61908 follow-upEike Rathke1-46/+67
2015-09-15array formulas do not consist only of multiple rows, tdf#61908 follow-upEike Rathke1-1/+1