summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2021-11-29tdf#144308: don't cache DoAutoComplete/AutoInput in ScInputHandlerMike Kaganski
2021-11-29close menu a followed by open menu b should not cancel open menu bCaolán McNamara
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara
2021-11-29store ScQueryEntry simply by valueLuboš Luňák
2021-11-29tdf#132145: Synchronize ScAppCfg with configurationMike Kaganski
2021-11-28Refactor ScInputCfg a littleMike Kaganski
2021-11-28tdf#132145: Synchronize ScPrintCfg with configurationMike Kaganski
2021-11-28don't need to have a specific mbCanHaveSubMenu mode anymoreCaolán McNamara
2021-11-28drop unneeded includeCaolán McNamara
2021-11-27Resolves: tdf#144410 show submenu indicator for color filtering optionsCaolán McNamara
2021-11-27Resolves: tdf#145863 crash on click after quick double clickCaolán McNamara
2021-11-27use more OInterfaceContainerHelper3 in scNoel Grandin
2021-11-27tdf#132145: Synchronize ScInputCfg with configurationMike Kaganski
2021-11-26Regression Statistics: use cell reference, not fix row to calculate offsetEike Rathke
2021-11-26tdf#126356 partial Revert "sc tiled editing: Mapping has to beJustin Luth
2021-11-26tdf#133996 speed up opening of ODS with autofilter + conditional formattingNoel Grandin
2021-11-26Reverts tdf#144247 tdf#101217 - 4 digits in row height/col widthHeiko Tietze
2021-11-26cid#1494444 silence Dereference null return valueCaolán McNamara
2021-11-26tdf#144940 sc: fix disabled header/footer regressionAttila Bakos (NISZ)
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-24Resolves: tdf#128914 Create copies for non-shareable token arraysEike Rathke
2021-11-24tdf#145828 Sidebar line styles: Default to "thin" widthSamuel Mehrbrodt
2021-11-24Fix typosAndrea Gelmini
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-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-19Use M_PI* instead of F_PI*Mike Kaganski