summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2022-10-06introduce ScTable::GetColumnData() (tdf#151182)Luboš Luňák1-4/+4
2022-10-06Fix incrementing number in dbrange names during copying, tdf#145054 follow-upEike Rathke1-18/+41
2022-10-05Fix string length assertion and handle parentheses in multi-line formulaEike Rathke1-3/+4
2022-09-23tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin1-16/+5
2022-09-19Resolves: tdf#150312 Move base-cell-address to a valid sheet upon deletionEike Rathke3-5/+5
2022-09-19Resolves: tdf#151046 INDIRECT() try named expressions and DB range names firstEike Rathke1-64/+66
2022-09-19Resolves: tdf#132519 Use string reference syntax for CELL("ADDRESS";...)Eike Rathke1-1/+19
2022-09-15fix off-by-one in Calc shadow handling (tdf#150931)Luboš Luňák1-2/+2
2022-09-15libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-09-15Resolves: tdf#150926 Add-In result svl::SharedString needs to be internedEike Rathke2-4/+6
2022-09-14tdf#150779 tdf#150856 Revert "VCL add vcl::WindowPosSize ...Michael Weghorn1-1/+1
2022-09-13tdf#150712 limit the dialog to only a sample of the dataNoel Grandin2-3/+3
2022-09-12Resolves: tdf#150766 Listen to entire shared formula group instead of a sliceEike Rathke1-0/+34
2022-09-11crashtesting: threaded assert on loading forum-de3-3100.odsCaolán McNamara6-27/+24
2022-09-08crashtesting: prevent nullptr accessEike Rathke1-2/+14
2022-09-07A ColRowName (label) is a QuotedLabel is a SingleQuotedEike Rathke1-6/+1
2022-09-07Resolves tdf#145159 - Use display colors in Header/Footer dialogHeiko Tietze1-0/+12
2022-09-07Resolves: tdf#150829 Broadcast missing ScAreasChanged hint on sheet copy UndoEike Rathke1-1/+3
2022-09-07Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke3-4/+3
2022-09-07tdf#142031 - Collect all the characters for the formula suggestion auto inputAndreas Heinisch5-35/+67
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke3-0/+3
2022-09-05tdf#73845 restore Empty and NonEmpty query filter after FILEOPENChenxiong Qi1-1/+1
2022-09-05Resolves: tdf#142293 Implement the temporariness of GetOpCodeMap()Eike Rathke2-15/+3
2022-09-05Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English namesEike Rathke6-33/+64
2022-09-05its not ideal to wait until Paint to set the bg colorCaolán McNamara1-0/+8
2022-09-01fix undoing range reducing to apply only to COUNTIFS (tdf#150618)Luboš Luňák1-2/+3
2022-09-01tdf#150506 Execution parameter confused with slot stateMaxim Monastirsky2-2/+2
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák5-24/+57
2022-08-25Resolves: tdf#150599 Move obtaining data into loop againEike Rathke1-1/+1
2022-08-19tdf#150247: patch orcus to use UTF-16 paths on WindowsMike Kaganski1-29/+4
2022-08-18tdf#133299 Anchor pasted images 'to cell' by defaultThierry Emery1-0/+12
2022-08-15ofz#49713 Heap-use-after-freeCaolán McNamara1-4/+16
2022-08-13Resolves: tdf#150203 Gather AddIn English names and provide for FunctionAccessEike Rathke2-14/+57
2022-08-13Resolves: tdf#150253 Add English names for GRAM_API AddIn functionsEike Rathke1-3/+21
2022-08-13fix tsan data-raceNoel Grandin1-6/+3
2022-08-10tdf#150219 Crash when cutting trace dependent with precedent on different sheetNoel Grandin1-1/+2
2022-08-03crashtesting: assert on export of forum-mso-en3-17256.xlsx to odsCaolán McNamara2-9/+20
2022-07-25forcepoint#107: ensure to be deleted formulas are unshared firstCaolán McNamara2-0/+11
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-19tdf#119491 sc odf export: fix password protection of shared filesBalazs Varga1-0/+8
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-05Resolves: tdf#149665 Strip first ' also for multiple '' if following is numericEike Rathke2-10/+29
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 Grandin3-41/+24