summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2020-10-22long->tools::Long in forms..frameworkNoel3-25/+26
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-2/+1
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
2020-09-25fix compile error in java test codeNoel Grandin1-1/+1
2020-09-23Fix typo in codeAndrea Gelmini2-3/+3
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-1/+2
2020-09-01Fix typo in codeAndrea Gelmini2-9/+9
2020-08-30Fix typo in codeAndrea Gelmini2-6/+6
2020-08-30Fix typosAndrea Gelmini1-1/+1
2020-08-29Fix typosAndrea Gelmini1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+0
2020-08-20loplugin:constantparamNoel Grandin1-1/+1
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-14inline some use-once typedefsNoel Grandin1-4/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-3/+3
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini3-6/+6
2020-08-05dito->dittoCaolán McNamara1-1/+1
2020-07-23weld AbsolutePosCaolán McNamara2-2/+2
2020-07-23weld RecordPositionInputCaolán McNamara2-79/+19
2020-07-22weld form navigator label item windowsCaolán McNamara1-27/+15
2020-07-20compact namespace declNoel Grandin2-11/+5
2020-07-14tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski1-1/+1
2020-07-12update pchesCaolán McNamara1-2/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner1-28/+15
2020-06-04Upcoming loplugin:elidestringvar: formsStephan Bergmann1-2/+1
2020-06-02inline some use-once typedefsNoel Grandin1-3/+1
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara3-10/+4
2020-05-21use for-range on Sequence in f*Noel Grandin3-9/+7
2020-05-12limit forms to http[s]Caolán McNamara2-0/+9
2020-05-11USE_REGISTER_TRANSFER is never definedCaolán McNamara1-11/+0
2020-05-11factor out finding the matching SfxObjectShellCaolán McNamara2-44/+51
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-08compact namespace in filter..frameworkNoel Grandin13-35/+28
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-26update pchesCaolán McNamara1-1/+2
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-32/+22
2020-04-14loplugin:flatten in formsNoel Grandin24-953/+951
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-03-21Fix typoAndrea Gelmini1-1/+1
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-1/+1
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara1-2/+1
2020-02-14Fix typoAndrea Gelmini1-1/+1
2020-02-14tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen115-312/+183