summaryrefslogtreecommitdiff
path: root/forms/source/helper
AgeCommit message (Expand)Author
2024-05-16Drop unneeded 'using' instancesGabor Kelemen
2024-05-11replace createFromAscii with OUString literals in ControlFeatureInterceptionNoel Grandin
2024-05-08loplugin:ostr in formsNoel Grandin
2024-05-02replace createFromAscii with OUString literals in formsNoel Grandin
2024-04-05tdf#146619 Drop unused 'using namespace' in: formsGabor Kelemen
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen
2023-03-06no need to allocate these separatelyNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2021-11-28use more OInterfaceContainerHelper3 in formsNoel Grandin
2021-11-25loplugin:stringliteraldefine in formsNoel Grandin
2021-11-22improve method namingNoel Grandin
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in formsMike Kaganski
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2020-04-14loplugin:flatten in formsNoel Grandin
2019-12-19sal_Char->char in forms..frameworkNoel Grandin
2019-12-03loplugin:mergeclases ICommandImageProvider with DocumentCommandImageProviderNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-19loplugin:referencecasting in forms..fpickerNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-27Modernize a bit formsJulien Nabet
2018-01-12More loplugin:cstylecast: formsStephan Bergmann
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: formsStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-02loplugin:casttovoid: formsStephan Bergmann
2017-05-09loplugin:constantparamNoel Grandin
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in formsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-23loplugin:constantparam in formsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21more removal of com::sun::star typedefsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02com::sun::star->css in forms/Noel Grandin
2015-08-11forms: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe