summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-12tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara
2016-05-12tdf#99369: Try harder to bail out for non-horizontal textTor Lillqvist
2016-05-12fall-through->SAL_FALLTHROUGHCaolán McNamara
2016-05-12have a stab at fixing the -Wimplicit-fallthrough in json_parserCaolán McNamara
2016-05-12Resolves: tdf#99464 don't allow a menu as a dialog parentCaolán McNamara
2016-05-12rejig for legibility, no logic changeCaolán McNamara
2016-05-12in non-debug build, leave sPath emptyStephan Bergmann
2016-05-12loplugin:stringconstantStephan Bergmann
2016-05-12Massage code to avoid warningsStephan Bergmann
2016-05-12WaE: -Werror=logical-op dynamic_cast dbg test is on the result not inputCaolán McNamara
2016-05-12Massage code to avoid warningsStephan Bergmann
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann
2016-05-12dbaccess: replace boost::bind with C++11 lambdasMichael Stahl
2016-05-12sdext: replace boost::bind with C++11 lambdas, part 2Michael Stahl
2016-05-12warn to info for something that isn't a surpriseCaolán McNamara
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-12Massage code to avoid warningsStephan Bergmann
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann
2016-05-12Missing SAL_FALLTHROUGH (see comment above)Stephan Bergmann
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-12Convert SFX_EXTRA to scoped enumNoel Grandin
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-12Convert RulerType to scoped enumNoel Grandin
2016-05-12loplugin:stringconstantTor Lillqvist
2016-05-12loplugin:defaultparamsTor Lillqvist
2016-05-12-Werror,-Wimplicit-fallthroughTor Lillqvist
2016-05-12Silence bogus GCC 5.3 -Werror=strict-overflowJulien Nabet
2016-05-12Convert FLG_* to scoped enumTakeshi Abe
2016-05-11sal: -Werror,-Wimplicit-fallthroughMichael Stahl
2016-05-11-Werror=unused-variable for non debug buildJulien Nabet
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara
2016-05-11slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>>Michael Stahl
2016-05-11slideshow: replace boost::mem_fn with C++11 lambdasMichael Stahl
2016-05-11sd: replace boost::mem_fn with C++11 lambdaMichael Stahl
2016-05-11sdext: replace boost::bind with C++11 lambdasMichael Stahl
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant
2016-05-11lokdocview: Add debug info; paintTile rendering timePranav Kant
2016-05-11tdf#98924 In windows, change the keyboard layout per applicationJuergen Funk
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-11SAL_FALLTHROUGH is intended hereStephan Bergmann
2016-05-11set parent window of windows system file picker on save(as)Oliver Specht
2016-05-11Looks like SAL_FALLTHROUGH is intended hereStephan Bergmann
2016-05-11tdf#98981 added initialization of e-Mail configuration QueryBoxOliver Specht
2016-05-11Fix horrible codestyleSamuel Mehrbrodt
2016-05-11Missing break in switchStephan Bergmann