summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unotext2.cxx
AgeCommit message (Expand)Author
2022-08-20cid#1500500 Explicit null dereferencedCaolán McNamara
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2021-12-20osl::Mutex->std::mutex in SvxUnoTextContentNoel Grandin
2021-11-10rtl::Static to thread-safe staticNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-22loplugin:refcounting in editengNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-04-14loplugin:flatten in editengNoel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
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-03remove some useless comment linesNoel Grandin
2019-11-20Remove comphelper::OUStringLiteralListStephan Bergmann
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-04-09std::list->std::vector in SubsetMapNoel Grandin
2018-03-19coverity#1430093 Logically dead codeCaolán McNamara
2018-03-11Use for-range loops in editengJulien Nabet
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-25various coverity exception warningsCaolán McNamara
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin
2017-06-30EditEngine: Changing export selection for copy/pasteVarun Dhall
2017-06-26s/catched/caughtNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-04-27-Werror,-WvarargsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-20Some more loplugin:cstylecast: editengStephan Bergmann