summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-05-28try to range-reduce even COUNTIFS if not matching empty cellsLuboš Luňák
2022-05-28fix COUNTIFS when matching empty cellsLuboš Luňák
2022-05-27tdf#132293: Removing unused imports from uitests files.tagezi
2022-05-26cid#1504573 Dereference before null checkCaolán McNamara
2022-05-26WIP: dunno about "Hodler"Andrea Gelmini
2022-05-26tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopSiddhant Chaudhary
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-25tdf#148467 Move sparklines items to Insert/Format main menuRoman Kuznetsov
2022-05-25check column again when going to the next Calc sheetLuboš Luňák
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)
2022-05-24tdf#145248 don't start a drag if actively selectingCaolán McNamara
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-24flatten the maps in SvXMLNamespaceMapNoel Grandin
2022-05-23tdf#132293: Removing unused imports from uitests files.tagezi
2022-05-23tdf#132293: Removing unused imports from uitests files.tagezi
2022-05-23Resolves tdf#131155 - Keep frequently used options on sort criteria tabHeiko Tietze
2022-05-22cid#1504537 silence Dereference after null checkCaolán McNamara
2022-05-22cid#1504538 Dereference after null checkCaolán McNamara
2022-05-22cid#1504545 Dereference after null checkCaolán McNamara
2022-05-22pass ScDocShell by reference in ctor to indicate never initially nullCaolán McNamara
2022-05-22cid#1504539 Dereference before null checkCaolán McNamara
2022-05-22cid#1504532 Dereference after null checkCaolán McNamara
2022-05-22cid#1504534 Dereference before null checkCaolán McNamara
2022-05-22cid#1504540 Dereference before null checkCaolán McNamara
2022-05-22cid#1504542 Dereference before null checkCaolán McNamara
2022-05-22cid#1504440 move Uninitialized scalar field annotationCaolán McNamara
2022-05-22cid#1504533 silence Uncaught exceptionCaolán McNamara
2022-05-21lok-calc: new callback for print rangesDennis Francis
2022-05-20bump up Calc MAXTILEDROW to MAXROWLuboš Luňák
2022-05-20Fix typoAndrea Gelmini
2022-05-20Document sparkline related classes, functions and structsTomaž Vajngerl
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-19tdf#124820: sc_uicalc: Add unittestXisco Fauli
2022-05-19uitest: sc: Rename UItest and extend itXisco Fauli
2022-05-19don't allocate unnecessary columns when inserting a rowLuboš Luňák
2022-05-19actually insert the column(s) in ScTable::InsertCol()Luboš Luňák
2022-05-19ScTable::TestInsertRow() does not need to allocate all columnsLuboš Luňák
2022-05-18tdf#99708 Make sure to get the sanitized valueSamuel Mehrbrodt
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-18silence coverity warningsLuboš Luňák
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák
2022-05-17lok: respect zoom in calc tile rendering of EditViewSzymon Kłos
2022-05-17provide more details about failures in Calc 'functions' testsLuboš Luňák
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh
2022-05-17At least make CppunitTest_sc_text_functions_test more resilient to ICU versionStephan Bergmann
2022-05-17freeze() and thaw() a widget during creation (tdf#149112)Luboš Luňák
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski