summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* tdf#140151: revert fix for tdf#46579 which caused regressionJulien Nabet2021-02-051-2/+2
* tdf#46579: fix form fields 'Image Button' in FormsJulien Nabet2021-01-161-2/+2
* remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara2020-05-223-10/+4
* use for-range on Sequence in f*Noel Grandin2020-05-213-9/+7
* limit forms to http[s]Caolán McNamara2020-05-122-0/+9
* USE_REGISTER_TRANSFER is never definedCaolán McNamara2020-05-111-11/+0
* factor out finding the matching SfxObjectShellCaolán McNamara2020-05-112-44/+51
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* compact namespace in filter..frameworkNoel Grandin2020-05-0813-35/+28
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-272-0/+2
* update pchesCaolán McNamara2020-04-261-1/+2
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-221-32/+22
* loplugin:flatten in formsNoel Grandin2020-04-1424-953/+951
* new loplugin:unusedvariableplusNoel Grandin2020-04-071-1/+0
* Fix typoAndrea Gelmini2020-03-211-1/+1
* tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi2020-03-141-1/+1
* tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi2020-03-121-1/+1
* tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2020-03-121-1/+1
* vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl2020-03-041-2/+2
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-2/+2
* clang-format f*,h* with under 5-percent lines of changeMuhammet Kara2020-02-161-2/+1
* Fix typoAndrea Gelmini2020-02-141-1/+1
* tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen2020-02-14115-312/+183
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-2/+26
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-313-11/+5
* New loplugin:unsignedcompareStephan Bergmann2020-01-283-4/+7
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-092-13/+13
* Grammar fixesAndrea Gelmini2020-01-082-4/+4
* tdf#124176: Use pragma once instead of include guardsAleyna Doğrucan2019-12-295-24/+5
* tdf#124176: Use pragma once instead of include guardsAleyna Doğrucan2019-12-293-16/+3
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-12-266-19/+16
* tdf#124176: Use pragma once instead of include guardsOnur Yilmaz2019-12-205-24/+5
* sal_Char->char in forms..frameworkNoel Grandin2019-12-1915-24/+24
* loplugin:expandablemethodsNoel Grandin2019-12-132-8/+1
* Remove some redundant user-provided dtorsStephan Bergmann2019-12-122-5/+0
* some std::set->o3tl::sorted_vectorNoel Grandin2019-12-041-4/+4
* remove some useless comment linesNoel Grandin2019-12-031-1/+0
* loplugin:mergeclases ICommandImageProvider with DocumentCommandImageProviderNoel Grandin2019-12-035-61/+18
* Use initializer set instead of using several inserts (forms/Columns)Julien Nabet2019-12-031-38/+39
* use weld::WaitObject with an explicit targetCaolán McNamara2019-12-021-7/+6
* extract to a GetDialogParent methodCaolán McNamara2019-12-022-12/+21
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-3/+3
* tdf#126043 fetch the command properties just onceCaolán McNamara2019-11-261-2/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-228-0/+24
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-0/+2
* avoid intermediate vcl::WindowsCaolán McNamara2019-10-311-3/+2
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-312-4/+2
* Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann2019-10-301-2/+1
* loplugin:virtualdead unused params in formsNoel Grandin2019-10-216-9/+9
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-5/+2