summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-14mDocument is assumed to be non-nullCaolán McNamara9-25/+25
2019-11-14mDocument is assumed to be non-nullCaolán McNamara6-20/+20
2019-11-14mpDoc is assumed to be non-nullCaolán McNamara2-4/+4
2019-11-14mDocument is assumed to be non-nullCaolán McNamara2-10/+10
2019-11-14pDoc is always dereferencedCaolán McNamara2-11/+11
2019-11-14lcl_Split_DocTab always dereferences pDocCaolán McNamara1-5/+5
2019-11-13tdf#128466: Accept also JPEGTor Lillqvist1-1/+1
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna2-4/+4
2019-11-13jsdialogs: send .uno:NumberFormat updatesSzymon Kłos1-0/+10
2019-11-13Use two-argument form of static_assertStephan Bergmann1-3/+3
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-15/+12
2019-11-13no need to store reference to Import hereNoel Grandin2-8/+4
2019-11-13Related tdf#128753: fix regressionJulien Nabet1-1/+4
2019-11-12rename now it does more than just sortCaolán McNamara2-2/+2
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke7-50/+72