summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2021-11-17use ListBoxPreview size for the color shown in autofilter color listCaolán McNamara
2021-11-17weld colormenuCaolán McNamara
2021-11-17tdf#142420 color menu should be a child of the autofilter, not a siblingCaolán McNamara
2021-11-17wrong function name in commentCaolán McNamara
2021-11-17tdf#84012: sc_pdf_export: Add unittestXisco Fauli
2021-11-17tdf#143978: sc_pdf_export: Add unittestXisco Fauli
2021-11-17uitest: sc: use existing tests to test SetOptimalColumnWidth...Xisco Fauli
2021-11-17tdf#144247: sc: Add UItestXisco Fauli
2021-11-17SCSTR_FILTER_TEXT_COLOR is used in two different contextsCaolán McNamara
2021-11-17use title case for "No Fill" like "Not Empty"Caolán McNamara
2021-11-17don't attempt to set cursor to first entry if there are no entriesCaolán McNamara
2021-11-17revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák
2021-11-17Resolves tdf#144247 - Change display precision of row height / column widthHeiko Tietze
2021-11-16rtl::Static->thread-safe staticNoel Grandin