summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann3-12/+0
2019-11-25sc: disable tdf91217 UITest for nowMiklos Vajna1-0/+2
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin20-43/+49
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet6-8/+7
2019-11-24tdf#128976: properly calculate default value when writing XLSMike Kaganski5-12/+52
2019-11-23uitest for bug tdf#91217Zdeněk Crhonek2-0/+43
2019-11-22Fix typoAndrea Gelmini1-5/+5
2019-11-22make some classes module-privateNoel Grandin5-7/+7
2019-11-22tdf#128951: restore passing nullptr to ScTableSheetObj when not inserted yetMike Kaganski3-2/+38
2019-11-22tdf#128894: unit test for the bugfixDennis Francis2-0/+31
2019-11-22tdf#128894: xlsx-import : Do not share tokens between cells...Dennis Francis3-7/+53
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann87-24/+571
2019-11-22tdf#124513 let wizard reappear on tabbing back to documentCaolán McNamara1-0/+3
2019-11-21ScQueryParam can be allocated inline in ScQueryCellIteratorNoel Grandin2-46/+46
2019-11-21tdf#47490: Show overwrite warning when pasting data using "Enter"Aditya1-1/+1
2019-11-21If a SdrOle2Obj object is missing/broken show the preview set for itCaolán McNamara4-4/+34
2019-11-20Turn useless OSL_FAIL/OSL_ENSURE into assert()Eike Rathke1-26/+18
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin6-10/+170
2019-11-20loplugin:unusedmethodsNoel Grandin1-1/+0
2019-11-20cid#1399334 Uncaught exceptionCaolán McNamara4-4/+4
2019-11-20Options - calc - Calculate Dialog updateandreas kainz1-145/+189
2019-11-19Options - calc - View Dialog updateandreas kainz1-84/+72
2019-11-19Fix typoAndrea Gelmini1-1/+1
2019-11-19don't crash if a linked to object is deleted after the doc is loadedCaolán McNamara1-3/+4
2019-11-19cid#1448453 Untrusted value as argumentCaolán McNamara2-0/+15
2019-11-19Related: tdf#125917 remove active editing when we want to replace contentsCaolán McNamara1-0/+5
2019-11-19tdf#125917 Ensure mouse is captured before the menu is launchedCaolán McNamara1-0/+4
2019-11-19Related: tdf#125917 release mouse grab before showing warning dialogCaolán McNamara1-0/+11
2019-11-19cid#1399259 Uncaught exceptionCaolán McNamara7-23/+23
2019-11-19tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt1-1/+1
2019-11-18crashtesting fdo78617-2.odsNoel Grandin1-9/+12
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara5-6/+6
2019-11-18cid#1448537 silence Wrapper object use after freeCaolán McNamara1-0/+2
2019-11-18tdf#103092 export uses MeasureUnit not FieldUnitRegina Henschel3-1/+36
2019-11-18cid#1249470 Uninitialized scalar fieldCaolán McNamara1-2/+1
2019-11-18convert AccessibilityFlowTo to scoped enumNoel Grandin1-81/+20
2019-11-18Options calc general tab only one columnandreas kainz1-205/+149
2019-11-17cid#1430084 Arguments in wrong orderCaolán McNamara1-0/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann13-0/+61
2019-11-16cid#1448453 Untrusted value as argumentCaolán McNamara1-1/+1
2019-11-16loplugin:unusedfieldsNoel Grandin4-10/+6
2019-11-15reduce iteration in ScViewData::GetScrPosNoel Grandin5-26/+39
2019-11-14coverity#1242892 Untrusted value as argumentCaolán McNamara1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara69-168/+172
2019-11-14mpDoc is assumed to be non-nullCaolán McNamara2-58/+55
2019-11-14Details always dereferences ScDocument argumentCaolán McNamara3-8/+8
2019-11-14mpDocument is assumed to be non-nullCaolán McNamara2-15/+15
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara53-105/+105
2019-11-14ParseWithNames pDoc arg assumed to be non-nullCaolán McNamara7-19/+19
2019-11-14uitest for bug tdf#126673Zdeněk Crhonek2-0/+66