summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-18loplugin:unusedmethodsNoel Grandin2-4/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-3/+3
2021-05-13comment on suspicious codeCaolán McNamara1-0/+2
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-2/+2
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin2-6/+2
2021-05-06loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-8/+8
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+6
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-26drop mask from BitmapExNoel Grandin1-1/+1
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC94-371/+94
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-30/+31
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-26loplugin:refcounting in formsNoel5-14/+15
2021-02-21loplugin:refcounting in formsNoel18-61/+41
2021-02-16loplugin:referencecasting in editeng..frameworkNoel7-18/+17
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
2021-02-04tdf#140151: revert fix for tdf#46579 which caused regressionJulien Nabet1-2/+2
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin2-2/+2
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski2-4/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel2-3/+3
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara2-3/+3
2020-12-30AppendRowSetValueString is used on a ValueListStephan Bergmann1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-14/+15
2020-12-26tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek2-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-3/+3
2020-12-25Typos in code (vlc->vcl/vclx)Julien Nabet2-2/+2
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-5/+14
2020-12-04update pchesCaolán McNamara1-2/+7
2020-12-03Simplify code in forms/clickableimageJulien Nabet1-1/+1
2020-12-02tdf#46579: fix form fields 'Image Button' in FormsJulien Nabet1-2/+2
2020-12-02Removed triplicated includesAndrea Gelmini2-3/+0
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel11-13/+22
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-9/+9
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-3/+3
2020-11-13tdf#123936 Formatting files in module forms with clang-formatPhilipp Hofer13-100/+75