summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)Author
2018-11-16Do not truncate fractions of seconds in timestamps to integral millisecondsMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-24weld AdvancedSettingsDialogCaolán McNamara
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-17cppcheck: variableScope in scJochen Nitschke
2018-09-12loplugin:useuniqueptr in ScFormatFilterNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-08-15ofz#9894 cut out slow pathsCaolán McNamara
2018-08-14ofz#7790 InsertMatrixFormula timeoutCaolán McNamara
2018-08-14use std::unique_ptrCaolán McNamara
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-29ofz#7790 reduce row limit further for fuzzingCaolán McNamara
2018-07-02Resolves: tdf#56910 detect a Space (blank) separator if not selectedEike Rathke
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2018-04-13loplugin:useuniqueptr in ScImportExportNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-13Use ScSetStringParam::mbCheckLinkFormula in simple ScImportExport::Text2Doc()Eike Rathke
2018-02-13Use ScSetStringParam::mbCheckLinkFormula insteadEike Rathke
2018-02-12CheckLinkFormulaNeedingCheck() for .slk importEike Rathke
2018-02-11lok: allow libraries to pre-init themselves.Michael Meeks
2018-02-09CheckLinkFormulaNeedingCheck() for .csv importEike Rathke
2018-02-01ofz#3032 slk fuzzing timeouts on filling all rowsCaolán McNamara
2018-01-26tdf#114200 : added 'Trim space' feature in 'Text Import'manujvashist
2018-01-19inline some definesNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-21tdf#113979 Add option to Skip empty cellsLaurent BP
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-11-13Resolves: tdf#113571 paste-special "Unformatted text [TSV-Calc]", tdf#32213Eike Rathke
2017-11-03SYLK import: set and evaluate col/row overflow to display dialogEike Rathke
2017-11-03ofz#3032 skip invalid positioned formulas entirelyEike Rathke
2017-10-25ofz#3768 Integer-overflowCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-09-18ofz#3412 SYLK import: check ;X;Y;C;R col/row validity earlyCaolán McNamara
2017-09-14ofz#3362 SYLK import: check ;X;Y;C;R col/row validity earlyEike Rathke
2017-08-31SYLK import: init nRefCol,nRefRow with start col,row instead of 1,1Eike Rathke
2017-08-24loplugin:constparam in sc part5Noel Grandin