summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)Author
2018-04-09avoid SharedString copy assignmentDennis Francis
2018-04-06tdf#115490 - avoid transliteration by using SharedString.Michael Meeks
2018-04-06query entry - preparatory pure re-factor.Michael Meeks
2018-03-28loplugin:useuniqueptr in ScSortInfoArrayNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-09Remove warning "No DrawLayer available"Samuel Mehrbrodt
2018-02-13Resolves: tdf#95192 correctly split non-numeral/numeral parts for natural sortEike Rathke
2018-01-31Improve performance when looking for draw objects anchored to cellsSamuel Mehrbrodt
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt
2018-01-18tdf#114720: Fix subtotal crashAhmed GHANMI
2018-01-17Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke
2017-10-26Don't pointlessly abbreviate "First" and "Second"Tor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin
2017-09-20simplify calling listenersNoel Grandin
2017-09-13tdf#107267: Fix grand total calculationJean-Sebastien Bevilacqua
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke
2017-08-31make the ScColumnsRange iterator return SCCOLNoel Grandin
2017-08-25dynamic column container: more efficient loops over all colsNoel Grandin
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-08-16tdf#39468 Translate German comments/termsJens Carl
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-03Make this function multi-thread safe againTor Lillqvist
2017-08-03unwind 'Pointer due to compiler problem' hackCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann
2017-02-16convert ListenerGroupType to scoped enumNoel Grandin
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2017-02-08tdf#50916 Introduce new column validation functionBartosz Kosiorek
2017-02-02tdf#105629: Let's move the advanced-filter specific stuff ...Kohei Yoshida
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek
2016-11-16tdf#96475 PasteSpecial EmptyDisplayedAsString as emptyEike Rathke
2016-11-15tdf#96475 sort error result between text and empty cellEike Rathke
2016-11-04sc-perf: eliminate unnecessary loops in ScTable::UpdateSelectionFunction()Eike Rathke
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke
2016-10-24tdf#79892: Improve performance of transliterationAron Budea
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann
2016-09-30loplugin:constantparamNoel Grandin