summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-31/+31
2021-05-07presenter : use std::mutexArnaud Versini1-14/+15
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin2-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-12/+12
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-10/+2
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-4/+4
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-2/+2
2021-04-08update PCHsLuboš Luňák2-2/+4
2021-04-08lok: remove event listener when disposingHenry Castro1-0/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-22/+22
2021-04-01lok: remove frame action listener when disposingHenry Castro1-6/+6
2021-03-26loplugin:flattenNoel1-11/+10
2021-03-25loplugin:unusedvarsglobalNoel1-1/+0
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-7/+7
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21cid#1474243 Uninitialized scalar variableCaolán McNamara2-0/+2
2021-03-20cid#1474176 Unchecked return value from libraryCaolán McNamara1-1/+2
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2021-02-21loplugin:refcounting in sdNoel1-6/+7
2021-02-18loplugin:referencecasting in sdextNoel5-10/+10
2021-02-08update pchesCaolán McNamara2-2/+4
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-3/+6
2021-02-05Revert "Fix typo in code"Stephan Bergmann2-4/+4
2021-02-04Fix typo in codeAndrea Gelmini2-4/+4
2021-02-02tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInkGabor Kelemen1-2/+15
2021-01-28simplify code, use more subView()Noel2-3/+3
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-25PresenterSlideSorter::mouseMoved: Merge identical ifDr. David Alan Gilbert1-3/+1
2021-01-13Silence Boost bind deprecation warningStephan Bergmann1-1/+3
2021-01-09fix coverity parse errorsCaolán McNamara1-3/+3
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-5/+6
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-9/+10
2020-12-26tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBayram Çiçek2-3/+3
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-3/+4
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2-2/+3
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-5/+11
2020-12-04update pchesCaolán McNamara2-2/+8
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen2-2/+0
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel3-8/+8
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel5-7/+7
2020-11-22tdf#123936 Formatting files in module sdext with clang-formatPhilipp Hofer8-60/+50
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11disable O(U)String::concat for internal codeNoel Grandin2-2/+2
2020-10-13sdext: fix use-after-free on global AccessibleFocusManagerMichael Stahl1-2/+13
2020-10-06loplugin:const& make some params and methods constNoel1-2/+2
2020-10-04loplugin:reducevarscope in sdextNoel6-12/+8
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-3/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann10-47/+27