summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-06-21Resolves: tdf#142293 No "+ or - may start formula" when editing contentEike Rathke2-4/+18
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-1/+1
2022-06-21cid#1506304 Uncaught exceptionCaolán McNamara1-1/+1
2022-06-21tdf#142293, tdf#141495: sc_subsequent_filters_test2: Add unittestXisco Fauli2-0/+26
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt1-1/+1
2022-06-20tdf#58134 Reset Button in Options DialogsNoel Grandin1-1/+2
2022-06-20use std::monostate in std::variantNoel Grandin2-7/+7
2022-06-19tdf#113002 - Add numeric flag to recurring data fieldsAndreas Heinisch1-0/+6
2022-06-18clean up Sc*CellValueNoel Grandin3-37/+37
2022-06-18cid#1506304 Uncaught exceptionCaolán McNamara1-3/+3
2022-06-18Related: tdf#142293 Use the same locale to lowercase as was to uppercaseEike Rathke1-1/+2
2022-06-18Related: tdf#142293 Do not use locale's uppercase for Add-In programmatic nameEike Rathke3-3/+3
2022-06-18tdf#126109 calc slow when replacing string to numberNoel Grandin4-169/+138
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin51-228/+238
2022-06-18Remove comment of long removed MapDupToInternal fieldEike Rathke1-2/+2
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin37-89/+97
2022-06-17create getter for ScCellValue::mpStringNoel Grandin20-30/+32
2022-06-17tdf#149579: sc_vba_macro_test: Add unittestXisco Fauli1-0/+45
2022-06-17tdf#149529: sc: Add UItestXisco Fauli2-0/+52
2022-06-17Another "One call to XCellRangeAddressable::getRangeAddress() is enough"Julien Nabet1-5/+2
2022-06-16Resolves: tdf#147822 ScUnoListenerEntry container must be std::listEike Rathke2-3/+5
2022-06-16create getter for ScCellValue::mfValueNoel Grandin26-85/+87
2022-06-16pass EditTextObject by unique_ptrNoel Grandin4-5/+5
2022-06-16sc: uitest: move test where it belongsXisco Fauli1-0/+0
2022-06-16tdf#149529 crash on deref deleted ScDocument*Caolán McNamara1-1/+1
2022-06-16Resolves: tdf#149579 Expand Range.Sort single cell to Range.CurrentRegionEike Rathke1-6/+21
2022-06-16tdf#148072: sc: Add UItestXisco Fauli2-2/+98
2022-06-16make meType in ScCellValue privateNoel Grandin73-282/+269
2022-06-16share ScSortedRangeCache between threadsLuboš Luňák6-46/+33
2022-06-16One call to XCellRangeAddressable::getRangeAddress() is enoughEike Rathke1-5/+2
2022-06-16allocate column in ScTable::DeleteBeforeCopyFromClip() (tdf#149554)Luboš Luňák1-1/+1
2022-06-16loplugin:moveitNoel Grandin2-3/+3
2022-06-15tdf#52602: sc_vba_macro_test: Add unittestXisco Fauli2-0/+41
2022-06-15don't assert on exporting forum-mso-de-104384.xlsx to xlsxCaolán McNamara1-1/+1
2022-06-15Related tdf#101285 - Remember position of conditional format dialogHeiko Tietze1-0/+10
2022-06-15Negative percentile should be treated as 0Mike Kaganski1-2/+6
2022-06-15CppunitTest_sc_macros_test: move test where it belongsXisco Fauli2-64/+63
2022-06-15crashtesting: assert seen on loading forum-en-38962.odsCaolán McNamara1-1/+10
2022-06-15CppunitTest_sc_macros_test: split it into twoXisco Fauli4-1/+85
2022-06-15crashtesting: negative index seen on loading forum-de3-15472.odsCaolán McNamara1-2/+4
2022-06-15tdf#126109 calc slow when replacing string to numberNoel Grandin2-8/+16
2022-06-15tdf#149325, tdf#149531: sc_macros_test: Add unittestXisco Fauli2-0/+36
2022-06-14Related: tdf#149325 Fix yet another VbaRange empty ScRangeList accessEike Rathke2-4/+9
2022-06-14tdf#149554: sc_ucalc_copypaste: Add unittestXisco Fauli1-0/+30
2022-06-14crashtesting: crash seen on exporting forum-it-5909.ods to xlsxCaolán McNamara1-3/+9
2022-06-14Fix English in validationcriteriapage.uiOlivier Hallot1-88/+88
2022-06-14fix extended tip in sc/pastespecial.uiOlivier Hallot1-6/+6
2022-06-14allocate columns in ScTable::TransposeClip() (tdf#149554)Luboš Luňák1-1/+1
2022-06-14Related: tdf#149325 Eliminate all unconditional ScRangeList::front() accessEike Rathke2-26/+33
2022-06-13uitest: sc: reset values in paste special dialogXisco Fauli8-22/+19