summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Return early on errorTamás Zolnai1-19/+18
2016-09-27This parameter can be const.Tamás Zolnai2-2/+2
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard17-9/+122
2016-09-26Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every queryCaolán McNamara2-4/+38
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai3-16/+114
2016-09-26sc: fix Android buildMiklos Vajna1-0/+11
2016-09-26CppunitTest_sc_tiledrendering: std::string::find -> OString::startsWithMiklos Vajna1-2/+2
2016-09-26add ASC test caseZdeněk Crhonek1-0/+2579
2016-09-26convert PAINT constants to typed_flagsNoel Grandin54-304/+307
2016-09-26convert CR flags to typed_flags_setNoel Grandin20-100/+105
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin34-175/+146
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin7-62/+67
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin11-51/+56
2016-09-26convert ScXMLImportWrapper import flags to typed_flags_setNoel Grandin3-15/+22
2016-09-26convert CONTINUATION constants to typed_flags_setNoel Grandin1-16/+4
2016-09-26add ARABIC test caseZdeněk Crhonek1-0/+982
2016-09-26ScStyleObj: Translate some German commentsMaarten Bosmans1-26/+24
2016-09-26tdf97667, add dumpAsXml for the conditional format dataMarkus Mohrhard2-0/+16
2016-09-25add CODE test fileZdeněk Crhonek1-0/+3082
2016-09-25add GAMMA.INV test caseZdeněk Crhonek1-0/+4918
2016-09-25add test for tdf#100393Markus Mohrhard1-16/+19
2016-09-25handle the debug output earlierMarkus Mohrhard1-23/+25
2016-09-25tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard3-10/+14
2016-09-25add CONCATENATE test caseZdeněk Crhonek1-0/+1316
2016-09-25loplugin:unreffun, remove unused local classMarkus Mohrhard1-26/+0
2016-09-25Remove code that's no longer used.Kohei Yoshida1-37/+2
2016-09-25Avoid failure in VBA test when window is too smallLuke Deller1-0/+0
2016-09-25add CLEAN test caseZdeněk Crhonek1-0/+2088
2016-09-25tdf#101390 Add Arrows toolbox functions on calc drawingbar.Gulsah Kose7-0/+254
2016-09-24sc lok: avoid full invalidate tilesHenry Castro2-0/+45
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara1-9/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin97-1490/+1509
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke91-720/+610
2016-09-23tdf#102216: move row overflow check after EoF check (CSV import)Aron Budea1-5/+6
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans2-27/+12
2016-09-23cid#1373353 uninitialized membersMiklos Vajna1-0/+1
2016-09-22attempt to fix build, ScImportExport( ScDocument*, const OUString& )Eike Rathke2-0/+44
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin32-389/+0
2016-09-22add GAMMA test caseZdeněk Crhonek1-0/+4693
2016-09-22add VLOOKUP test caseZdeněk Crhonek1-0/+1609
2016-09-22rename GetId() to GetTablesHintId() and GetIndexHintId()Eike Rathke3-5/+5
2016-09-22Notebookbar: separate .ui files settings for each moduleSzymon Kłos3-268/+0
2016-09-22tdf#101894 Copying a single sheet with a chart on it garbles the chartNoel Grandin1-7/+3
2016-09-22sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() callsEike Rathke1-4/+14
2016-09-22tdf#87101 Revert "fdo#83067 also volatile cells need to listen to all refe"...Eike Rathke1-1/+7
2016-09-21reorg of code can drop the special msvc warnings handlingCaolán McNamara1-50/+41
2016-09-21ASan/UBSan reports read of uninitialized bHasStandardStylesStephan Bergmann1-1/+2
2016-09-21add SHEET test caseZdeněk Crhonek1-0/+4008
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin2-12/+12
2016-09-20sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke1-1/+2