summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-08-14loplugin:returnconstant in ScInterpreterNoel Grandin1-58/+34
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin3-4/+4
2018-08-14create appendCopy method in OUStringBufferNoel Grandin3-4/+4
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-13crashtesting: load of ooo47086-1.xlsCaolán McNamara2-1/+1
2018-08-12loplugin:constantparamNoel Grandin3-15/+11
2018-08-12Use o3tl::temporaryMike Kaganski1-2/+2
2018-08-12Sort includesMike Kaganski1-29/+28
2018-08-12Fix typosAndrea Gelmini2-2/+2
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara3-4/+4
2018-08-11loplugin:unusedmethodsNoel Grandin10-1042/+0
2018-08-10Simplify control logicMatteo Casalin1-7/+2
2018-08-10Use indexed getToken()Matteo Casalin1-4/+11
2018-08-10Use indexed getToken()Matteo Casalin1-16/+19
2018-08-10tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh3-0/+18
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin16-59/+47
2018-08-09uitest for bug tdf#108654Zdeněk Crhonek2-0/+48
2018-08-09loplugin:unusedmethodsNoel Grandin6-33/+0
2018-08-09remove Calc's software interpreterLuboš Luňák10-444/+25
2018-08-08Remove obsolete (cargo-cult copied) dependenciesJens Carl1-35/+6
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin3-8/+8
2018-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2018-08-08loplugin:unusedfieldsNoel Grandin1-2/+0
2018-08-08Missing include (incomplete SfxAbstractTabDialog)Stephan Bergmann1-0/+1
2018-08-08Remove obsolete (cargo-cult copied) dependenciesJens Carl1-35/+6
2018-08-08Remove obsolete (cargo-cult copied) dependenciesJens Carl1-37/+8
2018-08-07CID 1438378: Use correct specializationMike Kaganski1-1/+1
2018-08-07Remove obsolete (cargo-cult copied) dependenciesJens Carl1-37/+8
2018-08-07Remove obsolete (cargo-cult copied) dependenciesJens Carl1-35/+6
2018-08-07more robust implicit intersection optimizingLuboš Luňák2-5/+10
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen37-53/+117
2018-08-07coverity#1438379 Uninitialized scalar fieldCaolán McNamara1-0/+1
2018-08-07tdf#119128 toggle INSERT/OVERWRITE is brokenMaxim Monastirsky1-3/+2
2018-08-07Translate German variable namesJohnny_M2-24/+24
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin1-1/+1
2018-08-07Remove obsolete (cargo-cult copied) dependenciesJens Carl1-30/+1
2018-08-06Import ODF with data transformations - follow-upVikas Mahato2-0/+202
2018-08-06Export Data Transformations to ODF - follow-upVikas Mahato1-0/+93
2018-08-06Added date and time transformationsVikas Mahato3-2/+866
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-06ScCompiler::IsString, pass down the string length if we know itNoel Grandin1-16/+8
2018-08-06skip some copying with external names in ScRawTokenNoel Grandin3-29/+13
2018-08-06loplugin:useuniqueptr in ScCompressedArrayNoel Grandin2-16/+13
2018-08-06Remove obsolete (cargo-cult copied) dependenciesJens Carl1-40/+12
2018-08-06Remove obsolete (cargo-cult copied) dependenciesJens Carl1-37/+9
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-05uitest for bug tdf#118638Zdeněk Crhonek2-0/+69
2018-08-05uitest for bug tdf#107267Zdeněk Crhonek4-0/+125
2018-08-05Remove obsolete (cargo-cult copied) dependenciesJens Carl1-31/+2
2018-08-04ofz#9704 null derefCaolán McNamara6-1/+34