summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ViewsWindow.cxx
AgeCommit message (Expand)Author
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-08loplugin:expandablemethods in reportdesignNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-30loplugin:constantparamNoel Grandin
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-09-05convert ScrollType to scoped enumNoel Grandin
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet
2016-03-23loplugin:constantparam in reportdesignNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-06-30tdf#91112 replace o3tl::compose1 with lambdas in reportdesignJorenz Paragas
2015-06-29fdo#39468 Translate German Comments - reportdesignPhillip Sz
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08Resolves: tdf#91672 Crash in base report - right click in page header sectionCaolán McNamara
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25tdf#91577 - fix unique_ptr conversion bugs in reportdesign.Michael Meeks
2015-05-15refactor ViewsWindow of reportdesign to use RenderContextTomaž Vajngerl
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-17reportdesign: convert new to ::Create.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in reportdesignNoel Grandin
2015-03-24loplugin:constantfunction: reportdesignNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-02Fix simple typos.Andrea Gelmini
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky