- bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
- 648e410 tdf#141709: Use poppler_data by Michael Warner · 5 years ago
- b49fce1 Simplify vector initializations by Julien Nabet · 4 years, 10 months ago
- da44de8 Simplify Sequences initializations (sdext) by Julien Nabet · 4 years, 10 months ago
- d220fc0 sdext : use std::mutex when possible by Arnaud Versini · 4 years, 10 months ago
- 12362fc LineParser::readNextToken gets called with m_nCharIndex==npos after all by Stephan Bergmann · 4 years, 11 months ago
- eca89ec Replace rtl_string_getTokenView with o3tl::getToken by Stephan Bergmann · 4 years, 11 months ago
- 66b4852 Use some more std::string_view by Stephan Bergmann · 4 years, 11 months ago
- 7462343 update "add OString::getTokenView" by Noel Grandin · 4 years, 11 months ago
- f80c4bf Move per-Parser::parseLine state into its own LineParser class by Stephan Bergmann · 4 years, 11 months ago
- 3669d4e add OString::getTokenView (tdf#42374 related) by Noel Grandin · 5 years ago
- eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
- b301706 presenter : use std::mutex by Arnaud Versini · 5 years ago
- c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
- 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
- 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
- 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
- e76a4d6 update PCHs by Luboš Luňák · 5 years ago
- f153be7 lok: remove event listener when disposing by Henry Castro · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- a06f814 lok: remove frame action listener when disposing by Henry Castro · 5 years ago
- b624b13 loplugin:flatten by Noel · 5 years ago
- eab3fa1 loplugin:unusedvarsglobal by Noel · 5 years ago
- a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 23316f2 cid#1474243 Uninitialized scalar variable by Caolán McNamara · 5 years ago
- 55a96ef cid#1474176 Unchecked return value from library by Caolán McNamara · 5 years ago
- 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
- 8f231fc loplugin:refcounting in sd by Noel · 5 years ago
- 6cb2365 loplugin:referencecasting in sdext by Noel · 5 years ago
- c950ded update pches by Caolán McNamara · 5 years ago
- 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
- 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
- 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
- 5544c17 tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInk by Gabor Kelemen · 5 years ago
- 9430608 simplify code, use more subView() by Noel · 5 years ago
- c83166c loplugin:passstuffbyref by Noel · 5 years ago
- 4e55bf7 PresenterSlideSorter::mouseMoved: Merge identical if by Dr. David Alan Gilbert · 5 years ago
- 58a61c0 Silence Boost bind deprecation warning by Stephan Bergmann · 5 years ago
- ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
- c34e8bd loplugin:stringviewparam: operator += by Stephan Bergmann · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- ea14c98 tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Bayram Çiçek · 5 years ago
- a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
- cf73061 No longer need to worry about ambiguous operator== in loplugin:stringviewparam by Stephan Bergmann · 5 years ago
- 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
- 1ac4498 update pches by Caolán McNamara · 5 years ago
- 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
- 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
- bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
- a9bce41 tdf#123936 Formatting files in module sdext with clang-format by Philipp Hofer · 5 years ago
- 36b3b35 replace std::min(std::max()) with std::clamp by Noel · 5 years ago
- 93c64a6 loplugin:stringview by Noel · 5 years ago
- cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
- 2cb5444 sdext: fix use-after-free on global AccessibleFocusManager by Michael Stahl · 5 years ago
- 7cd179df loplugin:const& make some params and methods const by Noel · 6 years ago
- 0508232 loplugin:reducevarscope in sdext by Noel · 6 years ago
- de74d98 OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround by Caolán McNamara · 6 years ago
- e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
- f2517e8 improve loplugin:unusedvarsglobal by Noel Grandin · 6 years ago
- ce76618 Remove some unused const variables by Stephan Bergmann · 6 years ago
- 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
- 19588a1 Fix typo in code by Andrea Gelmini · 6 years ago
- d784e71 Directly use OUStringBuffer::indexOf by Stephan Bergmann · 6 years ago
- 8029d31 Simplify OUStringBuffer to OUString conversion by Stephan Bergmann · 6 years ago
- 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
- e5356fb [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__ by Stephan Bergmann · 6 years ago
- d0d8724 Fix typo in code by Andrea Gelmini · 6 years ago
- 73f9d30 remove dead code by Noel Grandin · 6 years ago
- 99c6c89 tdf#135342: filter list must include extensions by Mike Kaganski · 6 years ago
- 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
- 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
- 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
- d04260e Presenter console new vertical separator by Srijan Bhatia · 6 years ago
- 621580e Fix typos to complete commit cfce486 by Andrea Gelmini · 6 years ago
- 1c584069 loplugin:unnecessaryvirtual by Noel Grandin · 6 years ago
- f0a7f6f sdext/minimizer: create instances with uno constructors by Noel Grandin · 6 years ago
- 3c446a4 sdext/pdfimport: create instances with uno constructors by Noel Grandin · 6 years ago
- 41e524b sdext/presenter: create instances with uno constructors by Noel Grandin · 6 years ago
- ffe503b tdf#90978 add gap between the exit button and the right edge of the toolbar by Srijan Bhatia · 6 years ago
- b050b7e update pches by Caolán McNamara · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- 43439123 Upcoming improved loplugin:staticanonymous -> redundantstatic: sdext by Stephan Bergmann · 6 years ago
- 5891343 loplugin:constantparam by Noel Grandin · 6 years ago
- d53a4f1 tdf#128964 fix shifting of icons when the pause/resume button changes by Srijan Bhatia · 6 years ago
- e13ba48 tdf#90978 add exit button to impress presenter console by Srijan Bhatia · 6 years ago
- a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
- b42ab78 tdf#131353: Fix build with poppler 0.86.0 by Martin Whitaker · 6 years ago
- 41d75ee tdf#128964 Add time pause/resume button to Impress Presenter console by Srijan Bhatia · 6 years ago
- 41541c2 Upcoming loplugin:elidestringvar: sdext by Stephan Bergmann · 6 years ago
- b83ac35 loplugin:simplifypointertobool improve (2) by Noel Grandin · 6 years ago
- 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
- d6c32cf loplugin:simplifybool extend to expression like !(a < b || c > d) by Noel Grandin · 6 years ago
- 9a45305 remove some unused typedefs by Noel Grandin · 6 years ago
- 70a235d compact namespace in sdext by Noel Grandin · 6 years ago
- 11bdb6b improve loplugin:referencecasting by Noel Grandin · 6 years ago
- b46a0a7 tdf#118418 implement scrollSubstringTo() for gtk by Colomban Wendling · 6 years ago
- 9f07fb6 update pches by Caolán McNamara · 6 years ago