summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unosrch.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-3/+3
2023-01-22XUnoTunnel->dynamic_cast in SdUnoSearchReplaceDescriptorNoel Grandin1-5/+3
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin1-2/+3
2022-07-25use more o3tl::spanNoel Grandin1-2/+1
2022-03-29-Werror,-Wunused-but-set-variableStephan Bergmann1-6/+0
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-5/+5
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-10/+10
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-2/+2
2021-02-21loplugin:refcounting in sdNoel1-1/+1
2020-09-30loplugin:reducevarscope in sdNoel1-3/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-4/+4
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-4/+4
2020-02-25loplugin:referencecastingNoel Grandin1-34/+15
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen1-2/+3
2019-07-20loplugin:referencecasting in sdNoel Grandin1-5/+4
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-5/+5
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-27Related: rhbz#1602589 fix leaked_storageCaolán McNamara1-47/+24
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2017-12-25various coverity exception warningsCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-2/+2
2017-08-03loplugin:constparams in sdNoel Grandin1-1/+1
2017-07-21loplugin:unusedfields in sdNoel Grandin1-14/+2
2017-06-22loplugin:unusedfields in sd part2Noel Grandin1-5/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-7/+4
2017-02-06Add missing #includesStephan Bergmann1-0/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+5
2017-01-18new loplugin: useuniqueptr: sdNoel Grandin1-2/+1
2016-11-25give us a chance to see *which* property failedEike Rathke1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-29com::sun::star->css in sdNoel Grandin1-25/+25
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann1-3/+3
2014-11-05coverity#736461 Resource leakCaolán McNamara1-1/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-06-25remove whitespacesMarkus Mohrhard1-3/+0