summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* drop mask from BitmapExNoel Grandin2021-04-261-1/+1
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-1/+1
* update PCHsLuboš Luňák2021-04-081-1/+3
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* rtl::Static -> function local staticNoel Grandin2021-04-071-6/+2
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-281-1/+1
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-2/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-2394-371/+94
* add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl2021-03-131-1/+1
* use strong_int for item ids in vcl::ToolBoxNoel2021-03-111-30/+31
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* loplugin:refcounting in formsNoel2021-02-265-14/+15
* loplugin:refcounting in formsNoel2021-02-2118-61/+41
* loplugin:referencecasting in editeng..frameworkNoel2021-02-167-18/+17
* loplugin:referencecasting check for Reference::queryNoel2021-02-091-1/+1
* tdf#140151: revert fix for tdf#46579 which caused regressionJulien Nabet2021-02-041-2/+2
* simplify code, use more subView()Noel2021-01-281-1/+1
* avoid some ref-countingNoel Grandin2021-01-252-2/+2
* Use ContainerType().swap and avoid local variablesMike Kaganski2021-01-242-4/+2
* make the Color constructors explicitly specify transparencyNoel2021-01-162-3/+3
* static_cast after dynamic_castNoel Grandin2021-01-101-2/+2
* fix coverity parse errorsCaolán McNamara2021-01-092-3/+3
* AppendRowSetValueString is used on a ValueListStephan Bergmann2020-12-301-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-293-14/+15
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek2020-12-262-2/+2
* New loplugin:stringliteralvarStephan Bergmann2020-12-262-3/+3
* Typos in code (vlc->vcl/vclx)Julien Nabet2020-12-252-2/+2
* vcl: move access functions into appropriate bitmap access filesChris Sherlock2020-12-241-1/+1
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-5/+14
* update pchesCaolán McNamara2020-12-041-2/+7
* Simplify code in forms/clickableimageJulien Nabet2020-12-031-1/+1
* tdf#46579: fix form fields 'Image Button' in FormsJulien Nabet2020-12-021-2/+2
* Removed triplicated includesAndrea Gelmini2020-12-022-3/+0
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2020-12-0111-13/+22
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-2/+2
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-244-9/+9
* loplugin:stringview: Flag empty string converted to string viewStephan Bergmann2020-11-191-3/+3
* tdf#123936 Formatting files in module forms with clang-formatPhilipp Hofer2020-11-1313-100/+75
* New loplugin:stringviewparamStephan Bergmann2020-11-122-12/+16
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-124-4/+9
* toolbox always has flat styleNoel Grandin2020-11-021-1/+0
* long->tools::Long in forms..frameworkNoel2020-10-223-25/+26
* use more TOOLS_WARN_EXCEPTIONNoel2020-10-031-2/+1
* Fix typo in codeAndrea Gelmini2020-09-261-3/+3
* fix compile error in java test codeNoel Grandin2020-09-251-1/+1
* Fix typo in codeAndrea Gelmini2020-09-232-3/+3
* TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2020-09-041-1/+2
* Fix typo in codeAndrea Gelmini2020-09-012-9/+9