summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-05-27tdf#132293: Removing unused imports from uitests files.tagezi13-30/+21
2022-05-26cid#1504573 Dereference before null checkCaolán McNamara1-1/+1
2022-05-26WIP: dunno about "Hodler"Andrea Gelmini1-1/+1
2022-05-26tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopSiddhant Chaudhary1-2/+0
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin3-9/+10
2022-05-25tdf#148467 Move sparklines items to Insert/Format main menuRoman Kuznetsov1-10/+10
2022-05-25check column again when going to the next Calc sheetLuboš Luňák1-2/+2
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)2-8/+5
2022-05-24tdf#145248 don't start a drag if actively selectingCaolán McNamara1-1/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann11-12/+23
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-4/+2
2022-05-24flatten the maps in SvXMLNamespaceMapNoel Grandin1-4/+4
2022-05-23tdf#132293: Removing unused imports from uitests files.tagezi63-243/+204
2022-05-23tdf#132293: Removing unused imports from uitests files.tagezi33-144/+89
2022-05-23Resolves tdf#131155 - Keep frequently used options on sort criteria tabHeiko Tietze16-294/+270
2022-05-22cid#1504537 silence Dereference after null checkCaolán McNamara1-1/+1
2022-05-22cid#1504538 Dereference after null checkCaolán McNamara1-1/+1
2022-05-22cid#1504545 Dereference after null checkCaolán McNamara1-1/+1
2022-05-22pass ScDocShell by reference in ctor to indicate never initially nullCaolán McNamara3-18/+18
2022-05-22cid#1504539 Dereference before null checkCaolán McNamara1-2/+2
2022-05-22cid#1504532 Dereference after null checkCaolán McNamara1-3/+5
2022-05-22cid#1504534 Dereference before null checkCaolán McNamara1-2/+2
2022-05-22cid#1504540 Dereference before null checkCaolán McNamara1-2/+2
2022-05-22cid#1504542 Dereference before null checkCaolán McNamara1-1/+1
2022-05-22cid#1504440 move Uninitialized scalar field annotationCaolán McNamara1-1/+3
2022-05-22cid#1504533 silence Uncaught exceptionCaolán McNamara1-1/+3
2022-05-21lok-calc: new callback for print rangesDennis Francis4-0/+61
2022-05-20bump up Calc MAXTILEDROW to MAXROWLuboš Luňák2-2/+2
2022-05-20Fix typoAndrea Gelmini1-1/+1
2022-05-20Document sparkline related classes, functions and structsTomaž Vajngerl15-2/+22
2022-05-20new loplugin:unnecessary lockingNoel Grandin9-21/+0
2022-05-19tdf#124820: sc_uicalc: Add unittestXisco Fauli2-0/+24
2022-05-19uitest: sc: Rename UItest and extend itXisco Fauli4-52/+71
2022-05-19don't allocate unnecessary columns when inserting a rowLuboš Luňák4-19/+21
2022-05-19actually insert the column(s) in ScTable::InsertCol()Luboš Luňák1-0/+3
2022-05-19ScTable::TestInsertRow() does not need to allocate all columnsLuboš Luňák2-6/+18
2022-05-18tdf#99708 Make sure to get the sanitized valueSamuel Mehrbrodt1-2/+2
2022-05-18no need to take a lock when returning static dataNoel Grandin15-37/+0
2022-05-18silence coverity warningsLuboš Luňák2-0/+4
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák8-25/+33
2022-05-17lok: respect zoom in calc tile rendering of EditViewSzymon Kłos1-4/+8
2022-05-17provide more details about failures in Calc 'functions' testsLuboš Luňák2-1/+25
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh3-0/+65
2022-05-17At least make CppunitTest_sc_text_functions_test more resilient to ICU versionStephan Bergmann1-12/+12
2022-05-17freeze() and thaw() a widget during creation (tdf#149112)Luboš Luňák1-0/+3
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski10-33/+39
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski8-559/+559
2022-05-16Fix a UITest on WindowsMike Kaganski1-2/+8
2022-05-16de-lint the .ui file for auto gtk3->gtk4 conversionCaolán McNamara1-12/+1
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara6-1/+29