summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/ViewsWindow.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparam in oox,registry,reportdesignNoel Grandin2017-10-311-4/+4
* loplugin:includeform: reportdesignStephan Bergmann2017-10-231-19/+19
* Fraction: make conversion operators and constructor explicitNoel Grandin2017-09-131-5/+4
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:constparams in reportdesignNoel Grandin2017-08-031-4/+4
* de-hrc various thingsCaolán McNamara2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-5/+4
* use more range-for on uno::SequenceNoel Grandin2017-07-111-4/+2
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* OViewsWindow::MovAction parameter _bMove is unusedStephan Bergmann2017-07-021-3/+1
* Improved loplugin:cstylecast to reference types: reportdesignStephan Bergmann2017-06-051-2/+2
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+1
* convert ControlModification to scoped enumNoel Grandin2017-04-131-3/+4
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-35/+35
* loplugin:stringconstant handle calls to constructors with one argNoel Grandin2017-02-011-1/+1
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-131-1/+0
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-291-21/+13
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2016-11-241-1/+1
* convert inventorId to scoped enumNoel Grandin2016-11-211-1/+1
* loplugin:expandablemethods in reportdesignNoel Grandin2016-11-081-7/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* loplugin:constantparamNoel Grandin2016-09-301-6/+3
* loplugin:constantparam in package..stocNoel Grandin2016-09-121-8/+5
* convert ScrollType to scoped enumNoel Grandin2016-09-051-1/+1
* convert SdrHdlKind to scoped enumNoel Grandin2016-08-231-8/+8
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-251-2/+0
* reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl2016-05-121-3/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Use const_iterator when possible (reportdesign)Julien Nabet2016-03-291-42/+42
* loplugin:constantparam in reportdesignNoel Grandin2016-03-231-3/+3
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-7/+7
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-17/+17
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-141-4/+4
* tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson2015-08-111-1/+0
* tdf#91112: pass by const reference to lambdasJorenz Paragas2015-08-031-10/+10
* tdf#91112 replace o3tl::compose1 with lambdas in reportdesignJorenz Paragas2015-06-301-10/+30
* fdo#39468 Translate German Comments - reportdesignPhillip Sz2015-06-291-1/+1
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-06-231-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-111-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* Resolves: tdf#91672 Crash in base report - right click in page header sectionCaolán McNamara2015-06-081-0/+1
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-8/+6
* tdf#91577 - fix unique_ptr conversion bugs in reportdesign.Michael Meeks2015-05-251-0/+2
* refactor ViewsWindow of reportdesign to use RenderContextTomaž Vajngerl2015-05-151-15/+16
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-291-2/+2
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1