summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
AgeCommit message (Expand)Author
2017-09-06tdf#111305: Fix group name refresh in pivot tableDimitri Bouron
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-15tdf#100726 Improved readability in sc directoryFakabbir Amin
2017-02-13base work to trigger pivot table filter popup with a callbackTomaž Vajngerl
2017-02-02CreateQueryParam to take a ScRange parameter.Kohei Yoshida
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-12tdf#39468 additional comments translated in dbfunc3.cxx and grindwin.cxxAlbert Thuswaldner
2015-09-30Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-07-19fdo#39468 translated german comments in dbfunc3.cxxAlbert Thuswaldner
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe