summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2021-11-25use even hyper-thread cores for Calc threadingLuboš Luňák
2021-11-25Resolves: tdf#145863 crash if popup closed before becoming truly visibleCaolán McNamara
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák
2021-11-25fast query item searching also for ByValue with stringLuboš Luňák
2021-11-25avoid repeated checks with same result on fast lookup pathLuboš Luňák
2021-11-25try to search efficiently with a query with many items (tdf#133867)Luboš Luňák
2021-11-25don't fetch cell string content for each query item (tdf#133804)Luboš Luňák
2021-11-25tdf#128914: sc_uicalc: Add unittestXisco Fauli
2021-11-24Resolves: tdf#128914 Create copies for non-shareable token arraysEike Rathke
2021-11-24uitest: remove print leftoversXisco Fauli
2021-11-24tdf#145828 Sidebar line styles: Default to "thin" widthSamuel Mehrbrodt
2021-11-24Fix typosAndrea Gelmini
2021-11-24Border tab page: Use 'thin' widthSamuel Mehrbrodt
2021-11-24ofz#41299 add testcaseCaolán McNamara
2021-11-24remove superfluous code that has a TODO note about itLuboš Luňák
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
2021-11-23Resolves: ofz#41299 Rewind also on last resort #REF! IsReference()Eike Rathke
2021-11-23short-circut SC_AND lookup if left side is known to be falseLuboš Luňák
2021-11-23allow matching of empty cells as svl::SharedString (tdf#133804)Luboš Luňák
2021-11-23set empty value if not returning a shared stringLuboš Luňák
2021-11-23do not wait for condition that's not neededLuboš Luňák
2021-11-23move code to a separate functionLuboš Luňák
2021-11-23do not fetch cell data if ScRefValueCell can tell thatLuboš Luňák
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara
2021-11-23do not try to read table cell again on ScRefCellValue::isEmpty()Luboš Luňák
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák
2021-11-22Revert "cache FormulaError::NoRef error string (tdf#144249)"Luboš Luňák
2021-11-22Use less DegreeN::get()Mike Kaganski
2021-11-22Generalize DegreeNMike Kaganski
2021-11-21Removed break after returnAndrea Gelmini
2021-11-20small optimisationNoel Grandin
2021-11-19uitest: sc: Add UItest for the Save to CSV dialogXisco Fauli
2021-11-19uitest: better use execute_dialog_through_action in these casesXisco Fauli
2021-11-19Use more precise value for M_PI in OpenCLMike Kaganski
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19gtk3: use GtkPopover default for selected cases that are within a documentCaolán McNamara
2021-11-19gtk3: default to an explicit constrain-to for PopoversCaolán McNamara
2021-11-19tdf#136551: sc_subsequent_filters: Add unittestXisco Fauli
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-18drop unnecessary TODOCaolán McNamara
2021-11-18uitest: sc: remove duplicated test with the same nameXisco Fauli
2021-11-18tdf#76836: sc_ucalc: Add unittestXisco Fauli
2021-11-18when color menu popdowns only popdown the autofilter if something was selectedCaolán McNamara
2021-11-18resave with latest gladeCaolán McNamara
2021-11-18menu placement is a little offCaolán McNamara
2021-11-18tdf#78897: sc_pdf_export: Add unittestXisco Fauli
2021-11-18tdf#139612: sc_subsequent_filters_test2: Add unittestXisco Fauli
2021-11-17uitest: sc: remove sleepXisco Fauli
2021-11-17sc: Drop 'typedef std::vector<ScMarkArray> MapType'Michael Weghorn