summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2018-07-19Resolves: tdf#94925 proper recalc mode and dirty broadcast for OOXML importEike Rathke1-0/+7
2018-07-13tdf#118620 - avoid out of bounds iterator for end of sheet pivots.Michael Meeks1-0/+1
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro2-111/+5
2018-07-04sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro1-7/+1
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke1-1/+1
2018-07-04use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák4-4/+8
2018-06-25tdf#118296 Grid line color cannot be revertedMaxim Monastirsky1-1/+0
2018-06-25use ScInterpreterContext in ScValueIteratorLuboš Luňák1-0/+4
2018-06-25disable calc's threading for external referencesLuboš Luňák1-1/+2
2018-06-22discard cached cell values if the cell changesLuboš Luňák2-1/+8
2018-06-20use std::atomic rather than OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIERLuboš Luňák1-7/+11
2018-06-20clean up calc'c choosing between threading and OpenCLLuboš Luňák1-1/+6
2018-06-17tdf#71850 delete string "case-sensitive" in function wizzard EUROCONVERTZdeněk Crhonek1-2/+2
2018-06-16move SetNumberFormat() calls out of calc threadsLuboš Luňák2-0/+10
2018-06-13tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis1-2/+4
2018-06-05Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke1-0/+1
2018-06-04move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák2-6/+8
2018-05-30sc: Insert a space for consistencyTakeshi Abe1-2/+2
2018-05-28weld ScTabBgColorDlgCaolán McNamara1-4/+4
2018-05-28loplugin:passstuffbyrefNoel Grandin2-3/+3
2018-05-24Calc threading : Check for "self" references...Dennis Francis2-0/+9
2018-05-23Fix typoAndrea Gelmini1-1/+1
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-1/+9
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-1/+7
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky1-1/+0
2018-05-21weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFieldsCaolán McNamara1-1/+1
2018-05-21loplugin:unusedfields in scNoel Grandin2-2/+0
2018-05-20weld ScDataPilotDatabaseDlgCaolán McNamara1-1/+1
2018-05-20weld ScDPShowDetailDlgCaolán McNamara1-1/+1
2018-05-19weld ScSortWarningDlgCaolán McNamara1-1/+1
2018-05-19weld ScColRowLabelDlgCaolán McNamara1-1/+1
2018-05-19Fix typosAndrea Gelmini1-1/+1
2018-05-19tdf#42949 Fix IWYU warnings in sc/inc/l*Gabor Kelemen1-2/+0
2018-05-18weld ScSelEntryDlgCaolán McNamara1-2/+1
2018-05-18weld ScDataPilotSourceTypeDlg and ScDataPilotServiceDlgCaolán McNamara1-3/+3
2018-05-18weld ScInsertTableDlgCaolán McNamara1-1/+1
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen8-20/+0
2018-05-17tdf#42949 Fix IWYU warnings in sc/inc/[pq]*Gabor Kelemen8-11/+4
2018-05-17weld ScInsertContentsDlgCaolán McNamara1-2/+2
2018-05-15fix buildRene Engelhard1-0/+2
2018-05-15weld ScFillSeriesDlgCaolán McNamara1-1/+1
2018-05-15tdf#42949 Fix IWYU warnings in sc/inc/e*Gabor Kelemen4-4/+4
2018-05-15tdf#42949 Fix IWYU warnings in sc/inc/columniterator.hxxGabor Kelemen1-1/+9
2018-05-14use optional ScInterpreterContext if possibleLuboš Luňák2-7/+13
2018-05-14Drop module-specific defines of DELETEZGabor Kelemen1-4/+0
2018-05-13Drop newly unused ScGlobal::GetRscStringGabor Kelemen1-1/+0
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen22-45/+5
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin1-3/+3
2018-05-09sc: prefix members of ScModuleHenry Castro1-42/+42
2018-05-08Let ScDocument::RoundValueAsShown accept optional...Dennis Francis1-1/+1