summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2021-12-10Related: tdf#146018 move Top10 below empty/not-empty add add Bottom10Caolán McNamara
2021-12-10tdf#146018 group filtering options under a single dropdownCaolán McNamara
2021-12-08tdf#146018 merge autofilter color dropdowns into a single dropdownCaolán McNamara
2021-12-06process broadcasts for adjacent cells together (tdf#119083)Luboš Luňák
2021-12-06tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt
2021-12-06Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-12-06slightly simpler Intersects() checkLuboš Luňák
2021-12-06rename In() to Contains()Luboš Luňák
2021-12-05fix caching of ScQueryItem values for multiple entries (tdf#146037)Luboš Luňák
2021-12-05move entire ScTable::ValidQuery() into (Sc)QueryEvaluatorLuboš Luňák
2021-12-04use more OUStringLiteral in scNoel Grandin
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-12-03Related: ofz#41376 reuse ScExternalRefManager ScDocument in ScExternalRefCacheCaolán McNamara
2021-12-01improve the script for reducing symbol exportsNoel Grandin
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-27use more OInterfaceContainerHelper3 in scNoel Grandin
2021-11-27tdf#132145: Synchronize ScInputCfg with configurationMike Kaganski
2021-11-26tdf#133996 speed up opening of ODS with autofilter + conditional formattingNoel Grandin
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
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-17sc: Drop 'typedef std::vector<ScMarkArray> MapType'Michael Weghorn
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-12Use more o3tl::convert in scMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-11-08tdf#48622 Adapt sidebar line styles to new defaultsSamuel Mehrbrodt
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-11-05Blind fix for ubusan errorKohei Yoshida
2021-11-04Move these SC_STYLE_PROG_* and SC_PIVOT_STYLE_PROG_* constexpr to headerKevin Suo
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
2021-11-03tdf#97667 Add XML Dump methods for Calc Pool ItemsFelipe Lema
2021-10-27fix AVX512 detectionLuboš Luňák
2021-10-27Typo: pDataIgoreCase->pDataIgoreCase in scJulien Nabet
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh
2021-10-22no need to allocate RangeIndexMapPtr separatelyNoel Grandin
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-12Resolves: tdf#145077 Use position for jumping to named relative referencesEike Rathke
2021-10-11loplugin:moveparam in scNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11add coverity[uninit_member] to explanationCaolán McNamara