summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in codeAndrea Gelmini2020-08-302-6/+6
* Fix typosAndrea Gelmini2020-08-301-1/+1
* Fix typosAndrea Gelmini2020-08-291-2/+2
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-3/+3
* remove some unused includes and update pchesCaolán McNamara2020-08-271-1/+0
* loplugin:constantparamNoel Grandin2020-08-201-1/+1
* Fix typosAndrea Gelmini2020-08-191-1/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* inline some use-once typedefsNoel Grandin2020-08-141-4/+1
* use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin2020-08-131-3/+3
* Fix typos to complete commit cfce486Andrea Gelmini2020-08-073-6/+6
* dito->dittoCaolán McNamara2020-08-051-1/+1
* weld AbsolutePosCaolán McNamara2020-07-232-2/+2
* weld RecordPositionInputCaolán McNamara2020-07-232-79/+19
* weld form navigator label item windowsCaolán McNamara2020-07-221-27/+15
* compact namespace declNoel Grandin2020-07-202-11/+5
* tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski2020-07-141-1/+1
* update pchesCaolán McNamara2020-07-121-2/+2
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner2020-06-101-28/+15
* Upcoming loplugin:elidestringvar: formsStephan Bergmann2020-06-041-2/+1
* inline some use-once typedefsNoel Grandin2020-06-021-3/+1
* 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