summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+1
2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga1-175/+0
2024-01-13cid#1546354 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+8
2024-01-03tdf#114441 Convert use of sal_uLong to better integer typesgilssonn1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-31/+17
2023-11-29sc: fix back color filter entriesHenry Castro1-0/+6
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-4/+4
2023-05-08tdf#95520 Autofilter: Sort by colorSamuel Mehrbrodt1-0/+31
2022-12-22tdf#152535 Provide better localization for "Grand" subtotal stringsRafael Lima1-1/+25
2022-10-11tdf#91305 related: Drop redundant only-one-column/row checkMike Kaganski1-16/+0
2022-07-27Name FilteredRow what it is, not hidden; tdf#117276 follow-upEike Rathke1-3/+3
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga1-1/+5
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-10/+10
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-1/+1
2022-06-17create getter for ScCellValue::mpStringNoel Grandin1-3/+3
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-3/+3
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák1-7/+13
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák1-2/+2
2022-03-30allocate columns for initDataRows()Luboš Luňák1-0/+4
2022-03-29allocate columns in ScTable::Compare()Luboš Luňák1-0/+2
2022-03-08proper columns range check (tdf#147830)Luboš Luňák1-1/+1
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák1-0/+2
2022-03-03improve ScMark* classes a bitLuboš Luňák1-2/+2
2022-02-23check valid col in ScTable::GetDataEntries()Luboš Luňák1-0/+2
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-3/+0
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-8/+8
2021-12-05move entire ScTable::ValidQuery() into (Sc)QueryEvaluatorLuboš Luňák1-950/+5
2021-11-29store ScQueryEntry simply by valueLuboš Luňák1-2/+2
2021-11-26cid#1494444 silence Dereference null return valueCaolán McNamara1-0/+1
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák1-14/+54
2021-11-25fast query item searching also for ByValue with stringLuboš Luňák1-3/+14
2021-11-25avoid repeated checks with same result on fast lookup pathLuboš Luňák1-45/+74
2021-11-25try to search efficiently with a query with many items (tdf#133867)Luboš Luňák1-22/+99
2021-11-25don't fetch cell string content for each query item (tdf#133804)Luboš Luňák1-18/+20
2021-11-24Fix typosAndrea Gelmini1-1/+1
2021-11-24remove superfluous code that has a TODO note about itLuboš Luňák1-14/+0
2021-11-23short-circut SC_AND lookup if left side is known to be falseLuboš Luňák1-0/+12
2021-11-23do not wait for condition that's not neededLuboš Luňák1-4/+4
2021-11-23move code to a separate functionLuboš Luňák1-57/+64
2021-11-23do not fetch cell data if ScRefValueCell can tell thatLuboš Luňák1-10/+2
2021-11-23do not try to read table cell again on ScRefCellValue::isEmpty()Luboš Luňák1-96/+64
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák1-5/+23
2021-11-17revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák1-9/+0
2021-11-15Revert "improve performance of cell equality comparisons)" (tdf#139612)Luboš Luňák1-8/+2
2021-11-08improve performance of cell equality comparisons (tdf#139444)Luboš Luňák1-2/+8
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák1-2/+9
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-23/+18
2021-10-16Simplify vector initialization in scJulien Nabet1-8/+10
2021-10-11loplugin:moveparam in scNoel Grandin1-3/+3