summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-06-07lok: sc: scroll issueMarco Cecchetti3-43/+55
2018-06-07sc: A putative micro optimization of MEDIAN() for even-length arraysTakeshi Abe1-2/+1
2018-06-06blacklist ocExternal for calc's threaded calculationsLuboš Luňák1-1/+2
2018-06-06tdf#116552 restore copy on focus and jump focus to sourceCaolán McNamara4-0/+29
2018-06-06Translate German comments and debug stringsJohnny_M8-12/+12
2018-06-06fix broken control flow in ScTokenArray::CheckToken()Luboš Luňák1-19/+20
2018-06-06fix misplaced case labelsLuboš Luňák1-6/+6
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen39-58/+96
2018-06-05Remove superfluous temporary rExtendRangeEike Rathke1-4/+3
2018-06-05Resolves: tdf#117372 preserve preselected sort area, if so, then extend or notEike Rathke1-1/+9
2018-06-05sc: Stop pushing an extra errorTakeshi Abe1-3/+0
2018-06-05Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke3-1/+5
2018-06-05Fixes svg vs. png issue for some iconsheiko tietze1-7/+7
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke43-47/+3
2018-06-05Append error number if no message availableEike Rathke1-1/+1
2018-06-05loplugin:includeform (`make perfcheck`)Stephan Bergmann1-4/+4
2018-06-05Adapt `make perfcheck`Stephan Bergmann1-0/+4
2018-06-05Resolves: tdf#117879 preserve formula after inline array errorEike Rathke1-1/+8
2018-06-04uitest for bug tdf#77509Zdeněk Crhonek2-0/+65
2018-06-04uitest / Calc consolidate;one more testZdeněk Crhonek1-0/+41
2018-06-04tdf#114487 sc htmlimp: rangeNames should be 3DJustin Luth2-0/+18
2018-06-04loplugin:unreffunStephan Bergmann1-0/+7
2018-06-04Adapt CppunitTest_sc_screenshotsStephan Bergmann1-0/+1
2018-06-04make CreateStyleFamilies return std::unique_ptrNoel Grandin2-3/+3
2018-06-04tdf#42949 Fix IWYU warnings in sc/inc/r*Gabor Kelemen8-14/+18
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