summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)Author
2021-02-22loplugin:refcounting in editengNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-02-04remove svx/mutxhelp.hxxNoel
2021-01-18Get the rest directly from startsWithMike Kaganski
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy445
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: editengStephan Bergmann
2020-06-26Upcoming improved loplugin:elidestringvar: editengStephan Bergmann
2020-06-24Remove obsolete comments about '\r' on old Mac OSStephan Bergmann
2020-05-20use for-range on Sequence in e*Noel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-14loplugin:flatten in editengNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-03move some headers inside their moduleNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2020-01-06Removed redundant semicolonsAndrea Gelmini
2020-01-04tdf#129708 speed-up: reuse enumeration for each effectSerge Krot
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20Remove comphelper::OUStringLiteralListStephan Bergmann
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann
2019-07-11tdf#126234 up relative bullet size limit to 400%nd101