summaryrefslogtreecommitdiff
path: root/remotebridges
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges')
0 files changed, 0 insertions, 0 deletions
/source/ui/slidesorter/shell/SlideSorter.cxx?id=776a1b9b6b9c574d28b3a321a0f3f8110f34ac90'>clang-tidy:readability-redundant-member-initNoel Grandin 2020-06-03loplugin:simplifypointertobool improveNoel Grandin 2020-01-24loplugin:makeshared in sdNoel Grandin 2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin 2019-09-03Missing includeMike Kaganski 2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen 2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen 2019-02-15loplugin:flatten in sd/source/ui/slidesorterNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-08-30Remove redundant asserts after newMike Kaganski 2018-08-13loplugin:returnconstant in sdNoel Grandin 2018-04-20loplugin:constantparamNoel Grandin 2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen 2017-12-04silence coverity#1405937 Uncaught exceptionCaolán McNamara 2017-10-31loplugin:constantparam in sdNoel Grandin 2017-10-23loplugin:includeform: sdStephan Bergmann 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-30fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorterBernhard Widl 2017-06-22loplugin:unusedfields in sd part2Noel Grandin 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock 2017-05-03loplugin:checkunusedparams in sdNoel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann 2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin 2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl 2016-10-28loplugin:expandablemethods in sdNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-02-05Fix typosAndrea Gelmini 2015-11-23loplugin:unusedfields in sd/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara 2015-09-20convert Link<> to typedNoel Grandin 2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin 2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist 2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks