summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-28tdf#153669: Track formulas that stopped listening ...Kohei Yoshida1-10/+45
2023-02-24improved fix for CppunitTest_sc_uicalcNoel Grandin1-0/+2
2022-09-14Related: tdf#149665 Unify input of a leading ' apostrophe in non-Text cellEike Rathke1-17/+5
2022-09-10Resolves: tdf#150766 Listen to entire shared formula group instead of a sliceEike Rathke1-0/+34
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák1-14/+30
2022-07-27Unnecessary to remember mbFiltering at column, tdf#140968 tdf#140978 follow-upEike Rathke1-5/+5
2022-07-27FilteredRow is not a property of the column, tdf#117276 follow-upEike Rathke1-7/+7
2022-07-27Name FilteredRow what it is, not hidden; tdf#117276 follow-upEike Rathke1-2/+2
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga1-4/+5
2022-07-05Resolves: tdf#149665 Strip first ' also for multiple '' if following is numericEike Rathke1-8/+19
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-3/+3
2022-06-17create getter for ScCellValue::mpStringNoel Grandin1-1/+1
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-2/+2
2022-06-16make meType in ScCellValue privateNoel Grandin1-6/+6
2022-06-10loplugin:constantparamNoel Grandin1-2/+2
2022-05-22cid#1504533 silence Uncaught exceptionCaolán McNamara1-1/+3
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar1-2/+2
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák1-6/+33
2022-04-22limit Interpret() for dirty cells only to the given row range (bsc#1197497)Luboš Luňák1-2/+35
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke1-2/+2
2022-04-04sc: add support for copy/cut and paste of SparklinesTomaž Vajngerl1-0/+14
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl1-0/+6
2022-03-25loplugin:constantparamNoel Grandin1-45/+1
2022-03-18tdf#133603 reduce some ref-counting during XLSX saveNoel Grandin1-6/+6
2022-03-10fix attr iterators to walk even unallocated columns if neededLuboš Luňák1-1/+1
2022-03-08sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl1-0/+3
2022-03-05don't bother scanning nonexistent data (tdf#141182)Luboš Luňák1-0/+2
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák1-6/+6
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida1-4/+17
2022-01-29Standardize the flag name on bSkipEmptyCells.Kohei Yoshida1-2/+2
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák1-1/+1
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák1-2/+2
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-15/+11
2021-11-05Blind fix for ubusan errorKohei Yoshida1-0/+2
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-7/+3
2021-09-28Resolves: tdf#144740 Fix broken compareByValue() query, tdf#142910 tdf#144253Eike Rathke1-1/+1
2021-09-10crash in tdf132431-1.ods --export-to xlsNoel Grandin1-2/+6
2021-09-06Revert "tdf#142214: autocomplete: do not search across empty blocks"Ilmari Lauhakangas1-20/+8
2021-09-06tdf#142579 Consider cond. format background colors in color filterSamuel Mehrbrodt1-4/+10
2021-09-06tdf#142580 Consider cond. format text colors in color filterSamuel Mehrbrodt1-7/+27
2021-09-06tdf#142579 Consider color scale background colors in color filterSamuel Mehrbrodt1-2/+27
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt1-4/+2
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-07-07tdf#142910 sc filter: fix "greater than" or "smaller than" etcBalazs Varga1-4/+5
2021-06-11Simplify vector initializationsJulien Nabet1-3/+1
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito1-0/+6
2021-05-20tdf#76258 Skip automatic colors in color filter popupSamuel Mehrbrodt1-2/+4
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis1-37/+17