summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
37 hours-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2 daysRelated: tdf#154005 sc ods fileopen: fix dropdown form control sizeBalazs Varga3-7/+54
3 daysloplugin:stringadd in scNoel Grandin10-128/+92
4 daystdf#38948 Save solver settings to fileRafael Lima2-0/+512
7 daystdf#154274: show "Unknown Author" when no name is setXisco Fauli1-5/+19
7 dayssc drawstyles: Connect the styles pool to the draw layerMaxim Monastirsky1-0/+5
7 dayssc drawstyles: Implement the styles familyMaxim Monastirsky2-2/+42
9 dayscid#1523442 Silence this Coverity diagnostic: the copy is intentionalMike Kaganski1-0/+1
9 dayssc drawstyles: Delay the destruction of SdrItemPoolMaxim Monastirsky3-19/+2
11 daysloplugin:stringadd use more O[U]StringCharNoel Grandin2-2/+2
11 daystdf#148008: do not proceed after the marked rangeMike Kaganski1-7/+5
11 daysMove the variable into the scope where it's usedMike Kaganski1-1/+1
13 daystdf#154061 Make sure table column attributes size is correctParis Oplopoios1-1/+6
14 daysUse #REF! error in INDEX()Eike Rathke1-8/+9
2023-03-14elide some temporary OStringsNoel Grandin1-2/+2
2023-03-14Resolves: tdf#154167 ERROR.TYPE(#NULL!) must return 1Eike Rathke1-2/+2
2023-03-14tdf#154005 sc ods fileopen: fix dropdown form control sizeBalazs Varga2-2/+22
2023-03-13crashtesting: assert on loading forum-mso-en4-144513.xlsCaolán McNamara1-9/+21
2023-03-12Resolves: tdf#154125 Fix INDEX() one-dimensional vector accessEike Rathke1-12/+51
2023-03-08tdf#66613 - Transfer tab: preserve print ranges and col/row repetitionsAndreas Heinisch1-0/+30
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev1-6/+15
2023-03-06For LARGE() the rank is to be rounded up, not downEike Rathke1-2/+2
2023-03-06these can be constCaolán McNamara1-2/+2
2023-03-04Rename to GetRankNumberArray() because that is what it doesEike Rathke2-3/+3
2023-03-04Comment that LARGE()/SMALL() rank svDoubleRef can not be hit in array modeEike Rathke1-0/+6
2023-03-04Resolves: tdf#153924 handle non-numeric and error values in rank arrayEike Rathke1-12/+32
2023-03-03tdf#148143: Reset the position hint when flat_segment_tree gets copiedKohei Yoshida1-0/+4
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida7-56/+242
2023-02-28tdf#153669: Track formulas that stopped listening ...Kohei Yoshida4-26/+125
2023-02-27Underflow assert also in already calculated pathEike Rathke1-3/+14
2023-02-27ConvertMatrixParameters() worth some asserts instead of OSL_ENSURE/OSL_FAILEike Rathke1-3/+6
2023-02-27Output numeric cell position in SAL_WARN() as wellEike Rathke1-1/+2
2023-02-27Always push a result, even if it's only an errorEike Rathke1-2/+2
2023-02-27Fix typoAndrea Gelmini1-1/+1
2023-02-27Simplify a bitMike Kaganski1-9/+8
2023-02-27Related: tdf#151429 Move fix for tdf#152717 to ScByteSequenceToStringMike Kaganski2-10/+14
2023-02-24improved fix for CppunitTest_sc_uicalcNoel Grandin2-2/+2
2023-02-23attempted fix for CppunitTest_sc_uicalcNoel Grandin1-0/+2
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke1-5/+3
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski1-1/+1
2023-02-19crashtesting: crash on import of forum-mso-en4-702161.xlsxCaolán McNamara1-15/+19
2023-02-18Proper error is UnknownStackVariableEike Rathke1-1/+1
2023-02-17Stack check safety belt before fishing in muddy watersEike Rathke2-2/+14
2023-02-17Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke1-1/+9
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2023-02-16Avoid storing a redundant reference that may become danglingMike Kaganski2-3/+2
2023-02-10tdf#153510: STYLE: try harder to detect when there's nothing to doMike Kaganski2-14/+41
2023-02-10Flatten ScInterpreter::ScStyleMike Kaganski1-33/+31
2023-02-10tdf#153514: try to find exact match, even when searching case-insensitivelyMike Kaganski1-2/+8
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl1-2/+1