summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-28Fix typosAndrea Gelmini
2021-08-27tdf#59820 - Search for the longest substring in a multiline stringAndreas Heinisch
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante
2021-08-23tdf#144022: make sure to create missing columns if neededMike Kaganski
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-19ofz#37300 Direct-leakCaolán McNamara
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-16tdf#143896: FILESAVE XLS(X) 1001+ rows are lost after saving new fileJulien Nabet
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Resolves: tdf#143809 "INF" may be a named expression or DB area nameEike Rathke
2021-08-11add some --disable-scripting fixesCaolán McNamara
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga
2021-08-09Related: tdf#143759 Display results of find empty or replace to emptyEike Rathke
2021-08-08Resolves: tdf#143759 Limit empty search's empty column to actual search rangeEike Rathke
2021-08-05tsan:data-race in ScTable::bStreamValidNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02tdf#143619 validation circle anchor is specialRegina Henschel
2021-08-02osl::Mutex->std::mutex in ScRefreshTimerNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-31osl::Mutex->std::mutex in ScEditUtilNoel Grandin
2021-07-31osl::Mutex->std::mutex in ScPoolHelperNoel Grandin
2021-07-31rtl::Static -> static localNoel Grandin
2021-07-30tdf#126926 sc DBData: delete the database rangeTünde Tóth
2021-07-29osl::Mutex->std::mutex in ColumnBlockPositionSetNoel Grandin
2021-07-28Keep ScParameterClassification sorted, tdf#76310 follow-upEike Rathke
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-23tdf#143515: avoid memory leak in ScDrawLayer::DeleteObjectsInAreaMike Kaganski
2021-07-23Use vector instead of unique_ptrMike Kaganski
2021-07-23We already have this valueMike Kaganski
2021-07-22no need to allocate ScTokenMatrixMap separatelyNoel Grandin
2021-07-21pass sc::ColumnIterator by valueNoel Grandin
2021-07-21flatten aCatLists in ScFunctionCategoryNoel Grandin
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch
2021-07-21Avoid deadlock between osl global mutex and cppu::getTypeEntries mutexStephan Bergmann
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-21flatten TableType in ColumnSpanSetNoel Grandin
2021-07-21flatten maTables in ColumnSpanSetNoel Grandin
2021-07-21flatten ScDetOpList vectorNoel Grandin
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike Kaganski
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski