summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-21use for-range on Sequence in f*Noel Grandin
2020-05-12limit forms to http[s]Caolán McNamara
2020-05-11USE_REGISTER_TRANSFER is never definedCaolán McNamara
2020-05-11factor out finding the matching SfxObjectShellCaolán McNamara
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-08compact namespace in filter..frameworkNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-26update pchesCaolán McNamara
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-14loplugin:flatten in formsNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-03-21Fix typoAndrea Gelmini
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara
2020-02-14Fix typoAndrea Gelmini
2020-02-14tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2020-01-08Grammar fixesAndrea Gelmini
2019-12-29tdf#124176: Use pragma once instead of include guardsAleyna Doğrucan
2019-12-29tdf#124176: Use pragma once instead of include guardsAleyna Doğrucan
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-12-20tdf#124176: Use pragma once instead of include guardsOnur Yilmaz
2019-12-19sal_Char->char in forms..frameworkNoel Grandin
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-03loplugin:mergeclases ICommandImageProvider with DocumentCommandImageProviderNoel Grandin
2019-12-03Use initializer set instead of using several inserts (forms/Columns)Julien Nabet
2019-12-02use weld::WaitObject with an explicit targetCaolán McNamara
2019-12-02extract to a GetDialogParent methodCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-30Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann
2019-10-21loplugin:virtualdead unused params in formsNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin