summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* Missing includes for libstdc++ 12Stephan Bergmann2022-01-172-0/+2
* Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet2021-06-081-10/+10
* no need to allocate these on the heapNoel Grandin2021-06-021-4/+4
* ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2021-05-191-1/+1
* loplugin:unusedmethodsNoel Grandin2021-05-182-4/+0
* split OutputDevice from WindowNoel Grandin2021-05-171-3/+3
* comment on suspicious codeCaolán McNamara2021-05-131-0/+2
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-132-2/+2
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-122-2/+2
* ref-count SfxItemPoolNoel Grandin2021-05-082-6/+2
* loplugin:unusedmethodsNoel Grandin2021-05-061-1/+0
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-027-8/+8
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-6/+6
* 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