summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellManager.cxx
AgeCommit message (Expand)Author
2017-12-01Use for-range loops in ViewShellManager (sd)Julien Nabet
2017-11-26clang-tidy modernize-use-equals-default in sdJochen Nitschke
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in sdNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-21loplugin:unusedfields in sdNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02ViewShellManager::Implementation ctor parameter rManager is unusedStephan Bergmann
2017-07-02ViewShellManager::Implementation::DestroySubShell rParentShell is unusedStephan Bergmann
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-14loplugin:constantparamNoel Grandin
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in sdStephan Bergmann
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-18cppcheck: noExplicitConstructorCaolán McNamara
2015-09-20convert Link<> to typedNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-10loplugin: cstylecastNoel Grandin
2014-11-05sd: fix STL assertion "dereference past-the-end iterator"Michael Stahl
2014-11-05Fix for SUSE L3 bug 624546 (freedesktop 83733)Marco Cecchetti
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2013-10-09update unusedcode listCaolán McNamara
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-24loplugin: unused variablesThomas Arnhold
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet