- abb3d54 officecfg,stoc: allow running JVM UNO components out-of-process by Michael Stahl · 4 years ago
- 4cdf613 stoc/javaloader: create instances with uno constructors by Noel Grandin · 6 years ago
- 17c4c24 Properly use createOneInstanceComponentFactory for javaloader by Stephan Bergmann · 3 years, 11 months ago
- c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
- 62605b1 tdf#42949 Fix IWYU warnings in stoc/ by Gabor Kelemen · 7 years ago
- f20810f Use hasElements to check Sequence emptiness in sfx2..svx by Arkadiy Illarionov · 7 years ago
- dd8d5e5 improve loplugin:stringconstant by Noel Grandin · 7 years ago
- 22f2cf3 implement std::hash for css::uno::Reference and rtl::Reference by Noel Grandin · 7 years ago
- 8f59317 loplugin:sequentialassign in starmath..svl by Noel Grandin · 7 years ago
- 14a11ab pUnoReturn should be null when UNO methode is VOID by Juergen Funk · 7 years ago
- 28239c4 simplify UNO getTypes methods by Noel Grandin · 7 years ago
- 972b996 Avoid index for single getToken() call by Matteo Casalin · 7 years ago
- cfbd830 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
- 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
- f68f3b9 loplugin:indentation in soltools..svl by Noel Grandin · 7 years ago
- b7e89cd const_cast is not needed here by Mike Kaganski · 7 years ago
- 553fcbb loplugin:unnecessaryparen (clang-cl) by Stephan Bergmann · 7 years ago
- d0265c1 loplugin:redundantinline (clang-cl) by Stephan Bergmann · 7 years ago
- 98e6080 loplugin:flatten in stoc..store by Noel Grandin · 7 years ago
- 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
- 0ded54c Simplify containers iterations in slideshow, sot, starmath, stoc by Arkadiy Illarionov · 7 years ago
- 06ad764 improve function-local statics in scripting..svtools by Noel Grandin · 7 years ago
- 270e41ad loplugin:buriedassign in sd..writerfilter by Noel Grandin · 7 years ago
- 628e96c tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
- e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
- 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
- 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
- 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
- ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
- 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
- b2d156b tdf#120362: Don't ask user to enable JVM when enumerating scripts by Mike Kaganski · 8 years ago
- 0ddf3e0 loplugin:constfields in stoc..svgio by Noel Grandin · 7 years ago
- 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
- e1d3ecb loplugin:simplifyconstruct in stoc..svl by Noel Grandin · 8 years ago
- cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
- 80f990b clang-tidy performance-inefficient-vector-operation by Noel Grandin · 8 years ago
- 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
- cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
- c40109c Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- ed1e296 loplugin:useuniqueptr in lru_cache by Noel Grandin · 8 years ago
- a0c2958 loplugin:useuniqueptr in LRU_Cache by Noel Grandin · 8 years ago
- bd83209 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- db481df stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
- 087213c tdf#96099 Remove trivial container typedefs in stoc, svl, svx, sw by Arkadiy Illarionov · 8 years ago
- bc5cdc0 tdf#108523 Remove @author annotations by Abhyudaya Sharma · 8 years ago
- 02a7f9e stoc: replace double-checked locking with static initializers by Jochen Nitschke · 8 years ago
- 1774599 tdf#96099 Remove some trivial std::vector iterator typedefs by Arkadiy Illarionov · 8 years ago
- 251cb2a tdf#96099 Remove std::vector typedefs by Abhyudaya Sharma · 8 years ago
- 2b7690d Revert "Simplify: Use AutomationInvokedZone::isActive()" by Tor Lillqvist · 8 years ago
- 0cae8ee Must catch Exception here, not the more specific UnknownPropertyException by Tor Lillqvist · 8 years ago
- 3c04172 Simplify: Use AutomationInvokedZone::isActive() by Tor Lillqvist · 8 years ago
- dee3ca5 Do same trick in setValue() as earlier in getValue() for Automation clients by Tor Lillqvist · 8 years ago
- 2b6a84c We might need to handle form controls as properties for OLE clients after all by Tor Lillqvist · 8 years ago
- 7873bba Hack to make properties work better from Automation clients by Tor Lillqvist · 8 years ago
- 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
- 3772961 tdf#100726 - Improve readability of OUString concatanations by Gökhan Gurbetoğlu · 8 years ago
- 48fbfe3 use more DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
- 9549f07 loplugin:redundantfcast by Stephan Bergmann · 8 years ago
- 2d40c43 loplugin:redundantfcast look for unnecessary temporaries by Noel Grandin · 8 years ago
- ba8a703 New loplugin:nestedunnamed by Stephan Bergmann · 8 years ago
- 7d56128 Fix exception message: add colon between function name and the word "expected" by Tor Lillqvist · 8 years ago
- 68d9583 tdf#108523 Removed @author annotations. by Manuj Vashist · 8 years ago
- 52030a3 Remove code that has been commented out since initial import in 2000 by Tor Lillqvist · 8 years ago
- 19f8a97 Fix typos by Andrea Gelmini · 8 years ago
- 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
- be94207 new loplugin:emptyif by Noel Grandin · 8 years ago
- 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
- 66d0e15 Fix typos by Andrea Gelmini · 8 years ago
- f0b8573 Fix typos by Andrea Gelmini · 8 years ago
- 761b4d8 More loplugin:cstylecast: stoc by Stephan Bergmann · 8 years ago
- d76f636 More loplugin:cstylecast: stoc by Stephan Bergmann · 8 years ago
- e57a036 loplugin:useuniqueptr in tools,stoc,unotools by Noel Grandin · 8 years ago
- 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
- 2e5508a loplugin:unnecessaryparen check for (f1()).f2 by Noel Grandin · 8 years ago
- 2345f00 Replace lists by vectors (stoc) by Julien Nabet · 8 years ago
- db378d6 loplugin:constmethod in vcl and stoc by Noel Grandin · 8 years ago
- 63ffec7c loplugin:includeform: stoc by Stephan Bergmann · 8 years ago
- 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
- 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
- 43b02c4 Make sure space handed to C/C++ ABI is padded large enough by Stephan Bergmann · 9 years ago
- cc1ed7f loplugin:flatten in various by Noel Grandin · 9 years ago
- a8622c7 loplugin:flatten in sdext..stoc by Noel Grandin · 9 years ago
- f7b1989 Convert com.sun.star.comp.stoc.CoreReflection to direct construction by Caolán McNamara · 9 years ago
- 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
- 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
- 06c07c0 Translate German comments/debug strings (leftovers in dirs starmath to sysui) by Johnny_M · 9 years ago
- 20a7ffd stoc: remove extra braces by Michael Stahl · 9 years ago
- 7936368 stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex() by Michael Stahl · 9 years ago
- 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
- 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
- db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
- d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
- f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
- 6af0255 use more OUString::operator== in sfx2..svtools by Noel Grandin · 9 years ago
- 75fd528 loplugin:oncevar: empty strings: stoc by Stephan Bergmann · 9 years ago
- 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
- 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
- 30e081a loplugin:casttovoid: stoc by Stephan Bergmann · 9 years ago
- 513ac8e loplugin:useuniqueptr in various by Noel Grandin · 9 years ago
- 5e028ad simplify some string handling in tracing calls by Noel Grandin · 9 years ago