summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-06-03sc: prefix members of ScDocShellHenry Castro8-741/+741
2018-06-02add mutex protection to more ScGlobal functionsLuboš Luňák1-31/+22
2018-06-02uitest - Calc consolidateZdeněk Crhonek2-0/+82
2018-06-02fix memory leak in double-checked initLuboš Luňák1-1/+1
2018-06-02Removed executable permission on data filesAndrea Gelmini3-0/+0
2018-06-01Fix typosAndrea Gelmini1-1/+1
2018-06-01UITest_calc_tests: split this into 4 partsMiklos Vajna48-0/+63
2018-06-01ofz#6440 timeout during fuzzingCaolán McNamara1-1/+8
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil2-1/+11
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin7-42/+42
2018-05-31sc: disable test that fails on WindowsHenry Castro1-1/+0
2018-05-31move related functions next to each otherLuboš Luňák1-14/+11
2018-05-31assert(!bThreadedGroupCalcInProgress) in ScGlobal get-or-create functionsLuboš Luňák1-0/+19
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák8-23/+26
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti13-15/+130
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand4-16/+11
2018-05-31Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist3-1/+40
2018-05-31Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist2-0/+20
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist8-5/+162
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-31drop last use of TransferableHelper::GetSystemClipboardCaolán McNamara1-1/+1
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist28-16/+92
2018-05-30sc: Insert a space for consistencyTakeshi Abe1-2/+2
2018-05-30protect one-time creation in ScGlobal::Get(Case)Collator() by a mutexLuboš Luňák1-12/+41
2018-05-30use BitmapEx in the screenshot stuffNoel Grandin1-2/+2
2018-05-30Revert "UITest_calc_tests: disable randomly failing assert for now"Luboš Luňák1-2/+1
2018-05-29weld SvxTransformTabDialogCaolán McNamara1-1/+1
2018-05-29uitest for bug tdf#104117 and tdf#80693Zdeněk Crhonek2-0/+112
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin18-79/+42
2018-05-29avoid using EditEngine in ScEditUtils::GetString() if possibleLuboš Luňák1-0/+3
2018-05-29forcepoint#40 null derefCaolán McNamara2-4/+4
2018-05-29tdf#42949 Fix IWYU warnings in sc/inc/m*Gabor Kelemen7-7/+11
2018-05-28sc: simplify ScModule::GetClipDocHenry Castro1-15/+9
2018-05-28blacklist ocDBSum for calc's threadingLuboš Luňák1-1/+2
2018-05-28uitest Calc Fill random numberZdeněk Crhonek1-0/+58
2018-05-28DBase: synchronize DB types known on Calc with those known on BaseJulien Nabet1-1/+1
2018-05-28lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti7-40/+63
2018-05-28Fix typosAndrea Gelmini1-1/+1
2018-05-28weld ScTabBgColorDlgCaolán McNamara8-106/+108
2018-05-28tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin1-17/+8
2018-05-28loplugin:unusedmethodsNoel Grandin1-2/+0
2018-05-28sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro8-14/+97
2018-05-27misleading comment: not every sheet is examinedJustin Luth1-1/+1
2018-05-27uitest for bug tdf#54018Zdeněk Crhonek2-0/+55
2018-05-26fix build failure on some systemCaolán McNamara1-0/+1
2018-05-26Rename bNeedEdit → bUseEditEngineKhaled Hosny1-15/+15
2018-05-26UITest_calc_tests: disable randomly failing assert for nowMiklos Vajna1-1/+2
2018-05-25Fix typoAndrea Gelmini1-3/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin5-9/+25
2018-05-25loplugin:passstuffbyrefNoel Grandin3-4/+4