summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* drop last use of TransferableHelper::GetSystemClipboardCaolán McNamara2018-05-311-1/+1
* protect one-time creation in ScGlobal::Get(Case)Collator() by a mutexLuboš Luňák2018-05-301-12/+41
* use BitmapEx in the screenshot stuffNoel Grandin2018-05-301-2/+2
* weld SvxTransformTabDialogCaolán McNamara2018-05-291-1/+1
* loplugin:unusedfields-in-constructor in scNoel Grandin2018-05-2917-78/+42
* avoid using EditEngine in ScEditUtils::GetString() if possibleLuboš Luňák2018-05-291-0/+3
* forcepoint#40 null derefCaolán McNamara2018-05-291-4/+4
* sc: simplify ScModule::GetClipDocHenry Castro2018-05-281-15/+9
* blacklist ocDBSum for calc's threadingLuboš Luňák2018-05-281-1/+2
* DBase: synchronize DB types known on Calc with those known on BaseJulien Nabet2018-05-281-1/+1
* lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti2018-05-285-38/+60
* weld ScTabBgColorDlgCaolán McNamara2018-05-285-86/+65
* tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin2018-05-281-17/+8
* loplugin:unusedmethodsNoel Grandin2018-05-281-2/+0
* sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro2018-05-284-7/+70
* misleading comment: not every sheet is examinedJustin Luth2018-05-271-1/+1
* fix build failure on some systemCaolán McNamara2018-05-261-0/+1
* Rename bNeedEdit → bUseEditEngineKhaled Hosny2018-05-261-15/+15
* Fix typoAndrea Gelmini2018-05-251-3/+3
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-255-9/+25
* loplugin:passstuffbyrefNoel Grandin2018-05-251-1/+1
* improve some loggingNoel Grandin2018-05-251-2/+2
* SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand2018-05-2532-106/+114
* tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen2018-05-2511-1/+11
* optimize ScColumn::HandleRefArrayForParallelism()libreoffice-6-1-branch-pointLuboš Luňák2018-05-241-7/+30
* avoid CELLTYPE_EDIT for calc's threaded calculationsLuboš Luňák2018-05-241-0/+3
* this should be a refNoel Grandin2018-05-241-1/+1
* tdf#117706 Multi-select copying rows between sheets brokenNoel Grandin2018-05-242-23/+23
* member can be a ref instead of a pointerCaolán McNamara2018-05-2415-99/+98
* ScTabViewShell is never optionalCaolán McNamara2018-05-2424-103/+103
* coverity#704702 Dereference after null checkCaolán McNamara2018-05-244-15/+15
* reduce some unnecessary ScRangeList copyingNoel Grandin2018-05-243-26/+9
* Calc threading : Check for "self" references...Dennis Francis2018-05-242-2/+58
* tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro2018-05-2318-75/+115
* extend mutex protection to the whole of ScEditUtil::GetString()Luboš Luňák2018-05-231-2/+2
* Fix typosAndrea Gelmini2018-05-221-2/+2
* Conditional jump or move depends on uninitialised valueStephan Bergmann2018-05-221-2/+2
* tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen2018-05-228-0/+8
* Fix the incomplete self reference checks for doublerefsDennis Francis2018-05-221-2/+37
* Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky2018-05-221-3/+0
* weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFieldsCaolán McNamara2018-05-219-481/+366
* sc: Avoid looking up system clock twice to get current datetimeTakeshi Abe2018-05-211-3/+2
* loplugin:unusedfields in scNoel Grandin2018-05-2147-149/+74
* weld ScDataPilotDatabaseDlgCaolán McNamara2018-05-205-54/+45
* weld ScCalcOptionsDialogCaolán McNamara2018-05-203-70/+44
* weld ScDPShowDetailDlgCaolán McNamara2018-05-205-45/+45
* weld ScSortWarningDlgCaolán McNamara2018-05-195-41/+38
* weld ScColRowLabelDlgCaolán McNamara2018-05-194-34/+32
* weld ScSelEntryDlgCaolán McNamara2018-05-185-43/+35
* weld ScDataPilotSourceTypeDlg and ScDataPilotServiceDlgCaolán McNamara2018-05-185-117/+102