summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/mstoolbar.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-18tdf#157792 followupNoel Grandin1-1/+1
2022-06-01clang-tidy modernize-pass-by-value in filterNoel Grandin1-1/+2
2022-05-04Just use Any ctor instead of makeAny in filterStephan Bergmann1-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski1-11/+13
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-2/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-10-22long->tools::Long in emfio..filterNoel1-1/+1
2020-10-16msfilter: Fix 0x%d debug printfsDr. David Alan Gilbert1-7/+7
2020-10-02loplugin:reducevarscope in filterNoel1-2/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-14loplugin:flatten in filterNoel Grandin1-24/+24
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara1-2/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-11/+11
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin1-3/+3
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen1-7/+0
2019-10-01loplugin:stringadd in extensions..frameworkNoel Grandin1-2/+1
2019-09-04loplugin:constmethod in filterNoel Grandin1-2/+2
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-1/+1
2019-07-19loplugin:referencecasting in filterNoel Grandin1-1/+1
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov1-1/+1
2019-05-31Fix typoAndrea Gelmini1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-1/+4
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-08-02loplugin:returnconstant in filterNoel Grandin1-2/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-12crashtesting: asserts on empty maskCaolán McNamara1-5/+13
2018-06-01use more BitmapEx in filterNoel Grandin1-2/+2
2018-03-16Modernize a bit filter (part2)Julien Nabet1-6/+7
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-7/+7
2017-01-20don't need an intermediate ImageCaolán McNamara1-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-3/+2
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin1-4/+2
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas1-0/+4
2016-06-03loplugin:constantparamsNoel Grandin1-7/+4
2016-04-05tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter moduleRohan Kumar1-15/+14
2016-01-12loplugin:unusedmethods unused return value in include/filterNoel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-26TBBase::indent_printf() only #if OSL_DEBUG_LEVEL > 1Eike Rathke1-0/+2