summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Resolves: tdf#104153 crash on drag and drop pivot table fieldCaolán McNamara3-30/+17
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+2
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-1/+1
2016-07-20unnecessary use of OUString constructorNoel Grandin2-2/+2
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-3/+3
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-10/+10
2016-05-12Missing break in switchStephan Bergmann1-0/+1
2016-04-12lp#1566050: prevent cyclic reference zombiesBjoern Michaelsen1-0/+1
2016-01-20Make virtual ~ScValidationDlg non-inlineStephan Bergmann1-0/+5
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens1-3/+8
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+2
2015-11-14coverity#1339306 Using invalid iteratorCaolán McNamara1-0/+3
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-8/+8
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-3/+3
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-39/+39
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-120/+120
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara3-4/+4
2015-10-28com::sun::star->css in scNoel Grandin1-9/+9
2015-10-27Reduce #include scopeMatteo Casalin2-5/+9
2015-10-27SAL_WARN_IF ScCsvSplits::Insert exceeds its maximum supported sizeMatteo Casalin1-0/+5
2015-10-27Simplify by early bail-outMatteo Casalin1-13/+15
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin1-3/+4
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin1-33/+26
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin1-3/+8
2015-10-21refactor out some com::sun::star typedefsNoel Grandin2-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-16convert Link<> to typedNoel Grandin8-129/+113
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2-4/+2
2015-10-15convert Link<> to typedNoel Grandin1-2/+6
2015-10-12convert Link<> to typedNoel Grandin12-94/+81
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-25translate DE->ENNicolas Christener1-21/+17
2015-09-24convert Link<> to typedNoel Grandin3-25/+16
2015-09-22convert Link<> to typedNoel Grandin2-11/+5
2015-09-22convert Link<> to typedNoel Grandin2-9/+5
2015-09-18boost->stdCaolán McNamara3-3/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara3-2/+3
2015-09-17boost->stdCaolán McNamara3-3/+2
2015-09-17convert Link<> to typedNoel Grandin2-10/+6
2015-09-14convert Link<> to typedNoel Grandin1-5/+3
2015-09-13tdf#39468 - Translate German comments.Ryan McCoskrie1-1/+1
2015-09-12Simplify calls to SelectEntryPos by early bail-outMatteo Casalin2-19/+14
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin11-64/+58
2015-09-10convert Link<> to typedNoel Grandin1-15/+23
2015-09-08convert Link<> to typedNoel Grandin2-6/+8
2015-09-04convert Link<> to typedNoel Grandin3-17/+11