summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2017-08-12external data: introduce a deterministic mode for the testsMarkus Mohrhard1-1/+1
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist1-0/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+4
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 Bunth1-1/+2
2017-08-10Revert "tdf#111318: Improve message about pivot table/chart when removing a c...Julien Nabet1-1/+1
2017-08-10external data: move the copying to the document to ScDBDataManagerMarkus Mohrhard1-1/+3
2017-08-10Add UI for the sc::dataproviderJaskaran Singh2-1/+8
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall1-7/+0
2017-08-08tdf#111318: Improve message about pivot table/chart when removing a cellJulien Nabet1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-1/+0
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth1-3/+4
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-03rename ID_FUNCTION_GRP_FINANZ->ID_FUNCTION_GRP_FINANCIALNoel Grandin1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-08-01Bin default value for a bool parameter that was defaulted in only one placeTor Lillqvist1-2/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara3-7/+6
2017-07-31add initial file format representation for data import featureMarkus Mohrhard2-0/+109
2017-07-27add test for update address code, related tdf#107289Markus Mohrhard1-1/+1
2017-07-27lok: sc: copy / paste confusion -- workaroundMarco Cecchetti1-0/+6
2017-07-26loplugin:unusedmethodsNoel Grandin1-1/+0
2017-07-26tdf#99634 Change equal sign tooltip to 'Formula'Yousuf Philips1-1/+1
2017-07-25loplugin:unusedfields in scNoel Grandin1-4/+0
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers2-0/+13
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin1-8/+0
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth3-3/+6
2017-07-21de-hrc various thingsCaolán McNamara5-36/+9
2017-07-21migrate to boost::gettextCaolán McNamara21-1026/+5216
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth4-4/+4
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-2/+2
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-2/+2
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-3/+5
2017-07-13loplugin:useuniqueptr in scNoel Grandin10-23/+33
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-0/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke4-7/+7
2017-07-06loplugin:unusedfields in scNoel Grandin1-1/+0
2017-07-06rework as a shared_ptrCaolán McNamara1-3/+3
2017-07-05Init CellInfo::bMerged againEike Rathke1-0/+1
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann1-21/+18
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-3/+0
2017-07-04loplugin:unusedfields in sc part3Noel Grandin9-21/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-2/+2
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M4-5/+5
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann1-2/+2
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist1-18/+21
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist1-2/+2
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist1-1/+1
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard1-1/+0
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard1-1/+17