summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard
2017-08-16Removing unused serialisation codeVarun Dhall
2017-08-16external data: add HTML data provider testMarkus Mohrhard
2017-08-16external data: add the deterministic mode also for htmlMarkus Mohrhard
2017-08-16oovbaapi: Allow copying of multiple selectionsTamas Bunth
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin
2017-08-15Change HardRecalcState to enum classTor Lillqvist
2017-08-15tdf#96099: Get rid of one more pointless typedefTor Lillqvist
2017-08-15tdf#96099: Get rid of one more pointless typedefTor Lillqvist
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-15external data: add merge column transformationMarkus Mohrhard
2017-08-15external data: add split column transformationMarkus Mohrhard
2017-08-14Fix typosAndrea Gelmini
2017-08-14external data: add first test for data transformationsMarkus Mohrhard
2017-08-14external data: add initial work for data transformationsMarkus Mohrhard
2017-08-14external data: handle child elements of td correctly in html providerMarkus Mohrhard
2017-08-14external data: avoid crash due to exception when downloading failsMarkus Mohrhard
2017-08-14Fix testVLOOKUP to actually use formula groupsTor Lillqvist
2017-08-14Test VLOOKUP, try to handle various special cases and errorsTor Lillqvist
2017-08-14Removing unused SetVersionMap from scVarun Dhall
2017-08-14Test division and especially error handlingTor Lillqvist
2017-08-14Bin some unnecessary temporary codeTor Lillqvist
2017-08-14Delete sheet when doneTor Lillqvist
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin
2017-08-13log details of exception when we catch std::exceptionNoel Grandin
2017-08-13fix loplugin:externandnotdefinedMarkus Mohrhard
2017-08-13external data: add a test that shows that cropping to DB area worksMarkus Mohrhard
2017-08-13external data: reenable the test and adapt to new interfacesMarkus Mohrhard
2017-08-13fix some ErrCode IgnoreWarning() usageNoel Grandin
2017-08-13external data: pass the whole string to the csv parserMarkus Mohrhard
2017-08-12tdf#89139 Fix PivotCache fields according to OOXML specificationBartosz Kosiorek
2017-08-12external data: avoid deadlock when the thread needs the SolarMutexMarkus Mohrhard
2017-08-12external data: introduce a deterministic mode for the testsMarkus Mohrhard
2017-08-12external data: add html data providerMarkus Mohrhard
2017-08-12Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-08-12better error reporting for xml source featureMarkus Mohrhard
2017-08-12enable the xml source feature when the experimental features are enabledMarkus Mohrhard
2017-08-12external data: move code to own directory and split file upMarkus Mohrhard
2017-08-11new loplugin:deadclassNoel Grandin
2017-08-11CppunitTest_sc_parallelism: fix loplugin:stringconcat warningMiklos Vajna
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-10tdf#111318: Improve msg about pivot table/chart when removing a cell (take 2)Julien Nabet
2017-08-10tdf#107797 UpdateAutoFilter handle more entriesTamas Bunth
2017-08-10tdf#107858 oovbaapi: Autofilter always has headerTamas Bunth
2017-08-10external data: add a method to list all data providersMarkus Mohrhard
2017-08-10external data: fix a few issues with the dialogMarkus Mohrhard