summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist6-1/+301
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin23-107/+57
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin36-76/+72
2017-08-10tdf#111318: Improve msg about pivot table/chart when removing a cell (take 2)Julien Nabet1-1/+1
2017-08-10tdf#107797 UpdateAutoFilter handle more entriesTamas Bunth3-8/+16
2017-08-10tdf#107858 oovbaapi: Autofilter always has headerTamas Bunth1-7/+1
2017-08-10external data: add a method to list all data providersMarkus Mohrhard3-1/+11
2017-08-10external data: fix a few issues with the dialogMarkus Mohrhard3-1/+9
2017-08-10external data: use the DB name instead of a DB pointerMarkus Mohrhard2-14/+15
2017-08-10external data: import all the csv dataMarkus Mohrhard1-29/+26
2017-08-10Revert "tdf#111318: Improve message about pivot table/chart when removing a c...Julien Nabet1-1/+1
2017-08-10external data: some work on the dialogMarkus Mohrhard4-304/+44
2017-08-10external data: make sure we don't use wrapping during copyingMarkus Mohrhard1-1/+8
2017-08-10external data: use the existing copy data functionalityMarkus Mohrhard1-20/+4
2017-08-10external data: remove some unnecessary concepts from the csv threadMarkus Mohrhard2-60/+0
2017-08-10external data: move the copying to the document to ScDBDataManagerMarkus Mohrhard5-20/+21
2017-08-10Add UI for the sc::dataproviderJaskaran Singh13-1/+732
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand1-1/+1
2017-08-10loplugin:unusedenumconstantsNoel Grandin1-231/+0
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai1-0/+2
2017-08-09Convert spaces to tabs in some MakefilesJens Carl1-1/+1
2017-08-09external data: separate parsing with import and copying to final docMarkus Mohrhard2-16/+37
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall4-205/+0
2017-08-08SvPersistStream deadNoel Grandin1-9/+0
2017-08-08loplugin:unusedmethodsNoel Grandin2-870/+0
2017-08-08tdf#111318: Improve message about pivot table/chart when removing a cellJulien Nabet1-1/+1
2017-08-08Fix for failing tests of xcellseries with ScCellRangeObj ...Jens Carl1-0/+18
2017-08-08tdf#110440 drawingML import: fix handling of group shape propertiesMiklos Vajna2-0/+21
2017-08-08loplugin:constantparamNoel Grandin9-34/+13
2017-08-08loplugin:singlevalfieldsNoel Grandin2-81/+0
2017-08-08tdf#45904 Move Java _XUsedAreaCursor tests to C++Jens Carl2-5/+11
2017-08-08tdf#45904 Move Java _XViewSplitable tests to C++Jens Carl3-0/+198
2017-08-08Avoiding unnecessary memory allocation:Mohammed Abdul Azeem6-11/+9
2017-08-08Moving legacy contexts to FastContexts:Mohammed Abdul Azeem4-321/+227
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth14-20/+48
2017-08-07EditEngine: Removing BIN format from scVarun Dhall4-8/+3
2017-08-07tdf#109859: Update the view data of new document when...Dennis Francis1-1/+6
2017-08-07tdf#71409: Pre-create sum/equal and ok/cancel buttons...Dennis Francis1-19/+36
2017-08-07tdf#45904 Move Java _XSpreadsheets tests to C++Jens Carl1-2/+9
2017-08-06Fix typo in test documents pathJens Carl1-1/+1
2017-08-06cppcheck: knownConditionTrueFalseJochen Nitschke1-6/+1
2017-08-05ofz#2867 null derefCaolán McNamara1-0/+1
2017-08-05coverity#1416135 Dereference after null checkCaolán McNamara1-1/+1
2017-08-04Implement VCL Scheduler lockingJan-Marek Glogowski1-1/+6
2017-08-04Add debug output operator<< for ParamIfsResultTor Lillqvist1-0/+15
2017-08-04Add debug output operator<< for ScQueryParam and its base classesTor Lillqvist1-0/+49
2017-08-04Add debug output operator<< for ScAddressTor Lillqvist1-0/+14
2017-08-04tdf#91567 Apply pattern without AutoFilter onlySzymon Kłos3-1/+37
2017-08-04rename Anz->Cnt in scNoel Grandin8-95/+95
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai3-2/+40