summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-11-25use even hyper-thread cores for Calc threadingLuboš Luňák1-5/+0
2021-11-25Resolves: tdf#145863 crash if popup closed before becoming truly visibleCaolán McNamara1-1/+2
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák2-14/+58
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-25tdf#128914: sc_uicalc: Add unittestXisco Fauli2-0/+40
2021-11-24Resolves: tdf#128914 Create copies for non-shareable token arraysEike Rathke1-4/+8
2021-11-24uitest: remove print leftoversXisco Fauli4-11/+0
2021-11-24tdf#145828 Sidebar line styles: Default to "thin" widthSamuel Mehrbrodt1-6/+6
2021-11-24Fix typosAndrea Gelmini1-1/+1
2021-11-24Border tab page: Use 'thin' widthSamuel Mehrbrodt1-1/+1
2021-11-24ofz#41299 add testcaseCaolán McNamara1-0/+1
2021-11-24remove superfluous code that has a TODO note about itLuboš Luňák1-14/+0
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski3-4/+4
2021-11-23Resolves: ofz#41299 Rewind also on last resort #REF! IsReference()Eike Rathke1-0/+6
2021-11-23short-circut SC_AND lookup if left side is known to be falseLuboš Luňák1-0/+12
2021-11-23allow matching of empty cells as svl::SharedString (tdf#133804)Luboš Luňák1-0/+4
2021-11-23set empty value if not returning a shared stringLuboš Luňák1-0/+2
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-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara20-501/+649
2021-11-23do not try to read table cell again on ScRefCellValue::isEmpty()Luboš Luňák1-96/+64
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin25-44/+44
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák3-8/+35
2021-11-22Revert "cache FormulaError::NoRef error string (tdf#144249)"Luboš Luňák2-5/+2
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-11-22Generalize DegreeNMike Kaganski1-1/+1
2021-11-21Removed break after returnAndrea Gelmini1-1/+0
2021-11-20small optimisationNoel Grandin1-0/+5
2021-11-19uitest: sc: Add UItest for the Save to CSV dialogXisco Fauli1-0/+66
2021-11-19uitest: better use execute_dialog_through_action in these casesXisco Fauli1-5/+5
2021-11-19Use more precise value for M_PI in OpenCLMike Kaganski1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski4-6/+6
2021-11-19gtk3: use GtkPopover default for selected cases that are within a documentCaolán McNamara1-1/+0
2021-11-19gtk3: default to an explicit constrain-to for PopoversCaolán McNamara3-0/+3
2021-11-19tdf#136551: sc_subsequent_filters: Add unittestXisco Fauli2-0/+4
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski4-12/+12
2021-11-18drop unnecessary TODOCaolán McNamara1-1/+0
2021-11-18uitest: sc: remove duplicated test with the same nameXisco Fauli1-22/+0
2021-11-18tdf#76836: sc_ucalc: Add unittestXisco Fauli1-0/+32
2021-11-18when color menu popdowns only popdown the autofilter if something was selectedCaolán McNamara1-1/+2
2021-11-18resave with latest gladeCaolán McNamara1-63/+63
2021-11-18menu placement is a little offCaolán McNamara3-2/+7
2021-11-18tdf#78897: sc_pdf_export: Add unittestXisco Fauli2-0/+43
2021-11-18tdf#139612: sc_subsequent_filters_test2: Add unittestXisco Fauli2-0/+18
2021-11-17uitest: sc: remove sleepXisco Fauli1-5/+0
2021-11-17sc: Drop 'typedef std::vector<ScMarkArray> MapType'Michael Weghorn1-2/+1