summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-07-27tdf#135761 - Calc cell editing: change search preference for the word boundaryAndreas Heinisch1-0/+34
2022-07-25forcepoint#107: ensure to be deleted formulas are unshared firstCaolán McNamara4-0/+20
2022-07-25Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR EuroEike Rathke1-1/+2
2022-07-25tdf#147868 Disable add sheet when structure is protectedHossein1-0/+1
2022-07-23tdf#150093 add scrollbar to calc general options for the case it doesn't fitCaolán McNamara1-258/+276
2022-07-22tdf#150044 sc import: fix editing password in shared modeBalazs Varga1-0/+69
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-3/+3
2022-07-19tdf#119491 sc odf export: fix password protection of shared filesBalazs Varga1-0/+8
2022-07-18tdf#96723 Number format: embedded text in decimalLaurent BP2-0/+28
2022-07-16lok: skip app background rendering for lok case.Michael Meeks1-2/+2
2022-07-15tdf#61623 sc update current cell view if we switch or create a new tabBalazs Varga1-0/+1
2022-07-08tdf#128150 Fix PPTX slide background fill mode for shapesSamuel Mehrbrodt1-1/+1
2022-07-06Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos1-5/+5
2022-07-05Resolves: tdf#149665 Strip first ' also for multiple '' if following is numericEike Rathke2-10/+29
2022-07-01tdf#138748 Correct group label in HTML import dialogPedro Pinto Silva1-1/+1
2022-07-01tdf#138748 Correct label locale group in CSV dialogPedro Pinto Silva1-1/+1
2022-07-01Check sax::Converter::parseDateTime() success return valueEike Rathke1-5/+9
2022-06-30crashtesting: assert on reexport to ods of forum-it-7248.odsEike Rathke1-6/+8
2022-06-29don't try to use self-referencing ScSortedRangeCache (tdf#149752)Luboš Luňák1-1/+5
2022-06-28tdf#137747 Fix POISSON.DIST required argumentOlivier Hallot1-1/+1
2022-06-27tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin5-44/+26
2022-06-27tdf#148820 sc: fix conditional formatted cell colorBalazs Varga5-4/+49
2022-06-27fix ByValue lookups with ScSortedRangeCacheLuboš Luňák9-160/+3411
2022-06-27share ScSortedRangeCache between threadsLuboš Luňák6-46/+33
2022-06-27rEntry.bDoQuery is always true for processed entriesLuboš Luňák1-2/+1
2022-06-27more efficient recalculations from xlsx import of pivot tablesLuboš Luňák2-1/+13
2022-06-24Related tdf#101285 - Remember position of conditional format dialogHeiko Tietze1-0/+10
2022-06-24Twice uppercase is one too muchEike Rathke1-4/+1
2022-06-24crashtesting: forum-mso-en-13233.xlsx exports duplicate grouped-by attributesCaolán McNamara1-3/+4
2022-06-24tdf#149609 release mouse before showing popups from calc grid windowCaolán McNamara1-4/+14
2022-06-24tdf#149574 sc: fix missing nullptr checkAttila Szűcs1-1/+1
2022-06-24tdf#149502 sc: crash fix: Change in Table destructionAttila Szűcs3-0/+24
2022-06-24handle nullptr SharedString in ScQueryEvaluator (tdf#149679)Luboš Luňák1-1/+2
2022-06-24crashtesting: assert in rtl_uString_iterateCodePoints with forum-en-32401.odsCaolán McNamara1-4/+4
2022-06-23Re-enable the testMike Kaganski1-12/+0
2022-06-23Fix shape rectangle calculationMike Kaganski3-5/+37
2022-06-23Pump XInputStream into an SvMemoryStream rather than an OStringBufferStephan Bergmann1-4/+4
2022-06-22Related: tdf#142293 Consider bAsciiUpper for matching CharClass to lowercaseEike Rathke1-2/+5
2022-06-21Resolves: tdf#142293 No "+ or - may start formula" when editing contentEike Rathke2-4/+18
2022-06-21tdf#113002 - Add numeric flag to recurring data fieldsAndreas Heinisch1-0/+6
2022-06-21tdf#58134 Reset Button in Options DialogsNoel Grandin1-1/+2
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-17make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák1-3/+3
2022-06-16Resolves: tdf#147822 ScUnoListenerEntry container must be std::listEike Rathke2-3/+5
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-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-16Negative percentile should be treated as 0Mike Kaganski1-2/+6