summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
AgeCommit message (Expand)Author
2018-11-08tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2018-03-25lok: allow libraries to pre-init themselves.Michael Meeks
2018-02-13CheckLinkFormulaNeedingCheck() for .slk importEike Rathke
2018-02-09CheckLinkFormulaNeedingCheck() for .csv importEike Rathke
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
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-06-30It seems that things work fine without that ScFormatFilterMissingTor Lillqvist
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-06expand out FltError and eERR constantsNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-03-29Translate German comments in sc/source/ui/docshell/Johnny_M
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-02-15convert SylkVersion to scoped enumNoel Grandin
2017-02-15convert DoubledQuoteMode to scoped enumNoel Grandin
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-12tdf#69981 - sc: blank empty cells in TextToColumnsTamás Gulácsi
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-23tdf#102216: move row overflow check after EoF check (CSV import)Aron Budea
2016-09-22attempt to fix build, ScImportExport( ScDocument*, const OUString& )Eike Rathke
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara
2016-08-06sc: drop most osl/endian.h includesJochen Nitschke
2016-08-03comment about using GRAM_ENGLISH_XL_R1C1Eike Rathke
2016-07-19sc dif import: plain number formatter is unusedJochen Nitschke
2016-07-18sc: convert SC_DIFOPT_* defines to typed_flagsJochen Nitschke
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03sc: Don't export in case of invalid rangePranav Kant
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis