summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)Author
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Missing break in switchStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-21Resolves: tdf#99360 can't select filter criteria with mouseCaolán McNamara
2016-04-17remove define for ERRORBOXMarkus Mohrhard
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara
2016-04-12lp#1566050: prevent cyclic reference zombiesBjoern Michaelsen
2016-03-31sequence->vector in scNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-14inline some use-once macrosNoel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-04tdf#93889 Remove a busy loopJaskaran
2016-03-03remove double definesJochen Nitschke
2016-03-03tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Steven Guo
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2016-02-05coverity#1351877 'Constant' variable guards dead codeCaolán McNamara
2016-02-04coverity#1351755 Dereference null return valueCaolán McNamara
2016-02-04pItem isn't used here, its the same as result, so weird cast can goCaolán McNamara
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-03tdf#97437: Don't crash when creating new pivot tableKatarina Behrens
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-27tdf#89308: Delete old copy of pivot table on moving destinationKatarina Behrens
2016-01-19Make virtual ~ScValidationDlg non-inlineStephan Bergmann
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-12-17tdf#90598: filter options dialog controls expandableOliver Specht
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-14coverity#1339306 Using invalid iteratorCaolán McNamara
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27Reduce #include scopeMatteo Casalin
2015-10-27SAL_WARN_IF ScCsvSplits::Insert exceeds its maximum supported sizeMatteo Casalin
2015-10-27Simplify by early bail-outMatteo Casalin