summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/grid.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in extensionsNoel Grandin1-4/+4
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): extensionsStephan Bergmann1-3/+3
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao1-1/+1
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin1-23/+23
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-10use rtl::math::expm1 instead of boost::math::expm1Caolán McNamara1-3/+2
2020-10-22long->tools::Long in emfio..filterNoel1-4/+4
2020-04-14loplugin:flatten in extensionsNoel Grandin1-15/+15
2019-07-25weld GridWindowCaolán McNamara1-63/+44
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-1/+0
2018-05-28loplugin:useuniqueptr in GridWindowNoel Grandin1-6/+6
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin1-4/+4
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin1-11/+11
2018-01-15More loplugin:cstylecast: extensionsStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann1-11/+11
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin1-4/+4
2017-07-04tdf#96505 Get rid of cargo cult "long" integer literalsJens Carl1-8/+8
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-08Clean up uses of integer typesStephan Bergmann1-12/+15
2017-02-16convert resetType to scoped enumNoel Grandin1-7/+7
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-2/+2
2016-03-23loplugin:constantparam in extensinsNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-18refactor scanner ext. to use RenderContextTomaž Vajngerl1-54/+56
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-4/+2
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-4/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-0/+21
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+14