summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-17tdf#121581 update Tools tabb in NBandreas kainz
2018-12-17tdf#122154 add DataSort action to data groupandreas kainz
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2018-12-16uitest for bug tdf#119954Zdeněk Crhonek
2018-12-15Fix typoAndrea Gelmini
2018-12-15tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl
2018-12-15tdf#45904 Move XRefreshable Java tests to C++Jens Carl
2018-12-14lok: Insert shape at the positon of the selected cellTamás Zolnai
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák
2018-12-14optimize expensive EndListener() calls (tdf#102364)Luboš Luňák
2018-12-14Use ScFunctionData and thus Welford in ConsolidationEike Rathke
2018-12-14coverity#1441522 FontWorkGalleryDialog mpSdrView member is never nullCaolán McNamara
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
2018-12-14tdf#119734 add icon AutoFilter to groupedbar in calcandreas kainz
2018-12-13Remove moot commentEike Rathke
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke
2018-12-13Add SUBTOTAL_FUNC_SELECTION_COUNT to ScFunctionData::update() and getResult()Eike Rathke
2018-12-13Allow better packing of ScFunctionDataEike Rathke
2018-12-13Should had been sal_uInt64 nCountEike Rathke
2018-12-13Fix sc_ddelinkobj testsMike Kaganski
2018-12-13update groupedbar_compact for calcandreas kainz
2018-12-13Introduce ScFunctionData::update() and getResult()Eike Rathke
2018-12-13sc: Use std::find() to simplify codeTakeshi Abe
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-12-13uitest for bug tdf#39650Zdeněk Crhonek
2018-12-13uitest for bug tdf#44398Zdeněk Crhonek
2018-12-13uitest for bug tdf#39917Zdeněk Crhonek
2018-12-13loplugin:constantparamNoel Grandin
2018-12-12Reset WelfordRunner in ScDPAggData::Reset()Eike Rathke
2018-12-12tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7Winfried Donkers
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke
2018-12-11uitest for bug tdf#31805Zdeněk Crhonek
2018-12-11Correct typed_flags<PivotFunc> mask is 0x1fffEike Rathke
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski
2018-12-11crashtesting: ooo55266-3.ods some members are nullptrKatarina Behrens
2018-12-11find-unneeded-includes: Avoid proposing o3tl fw declarationGabor Kelemen
2018-12-11tdf#121677 missing item name check for updatesandreas kainz
2018-12-10uitest for bug tdf#91425Zdeněk Crhonek
2018-12-10uitest for bug tdf#80583Zdeněk Crhonek
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-10loplugin:unusedfieldsNoel Grandin
2018-12-09Tabbedbar: add EditDoc command to Review Tabandreas kainz
2018-12-09loplugin:unusedmethodsNoel Grandin
2018-12-08Resolves: tdf#80583 create range list string with proper delimiterEike Rathke
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin