Age | Commit message (Expand) | Author |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-12 | Namespace cleanup and disambiguation | Ashod Nakashian |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-09 | Cleanup two unused boost/bind includes in comphelper. | Mario J. Rugiero |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | java: make inner classes static where possible | Noel Grandin |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-03 | lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback. | Jan Holesovsky |
2015-11-02 | Assume this shall be conditional on DBG_UTIL | Stephan Bergmann |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-29 | Initialize Sequence<beans::NamedValue> from initializer_lists | Noel Grandin |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-26 | remove extra spaces around :: | Noel Grandin |
2015-10-25 | tdf#39440: fix several warnings reported by cppcheck | Serge Krot |
2015-10-23 | Remove obsolete version map files | Stephan Bergmann |
2015-10-20 | Rename some "document name" params to "document URL" | Stephan Bergmann |
2015-10-18 | cppcheck:noExplicitConstructor | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-09 | Hold the SolarMutex while updating properties; thanks to sberg. | Michael Meeks |
2015-10-09 | Move SolarMutex down from tools to comphelper/ to make life easier. | Michael Meeks |
2015-10-09 | Create a wrapper to make listening for configmgr changes easy. | Michael Meeks |
2015-10-08 | comphelper: add string::join() | Miklos Vajna |
2015-10-07 | loplugin:mergeclasses | Noel Grandin |
2015-10-06 | tdf#94228 comphelper: replace BOOST_PP | Daniel Robertson |
2015-10-05 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-01 | remove old standalone Sun bug numbers | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-24 | comphelper: replace for_each with range-based for | Daniel Robertson |
2015-09-21 | comphelper: add LibreOfficeKit::set/isViewCallback() | Miklos Vajna |
2015-09-14 | boost->std | Caolán McNamara |
2015-09-11 | framework: yet another WeakImplHelper<XPropertySetInfo> dupcliate | Michael Stahl |
2015-09-01 | comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelper | Michael Stahl |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-29 | o3tl/cow_wrapper: remove boost dependency | Daniel Robertson |
2015-08-21 | Remove demonstrated-useless comphelper::compare | Stephan Bergmann |
2015-08-21 | Demonstrate comphelper::compare is useless | Stephan Bergmann |
2015-08-19 | There is no css::uno::Sequence<sal_uInt8> in UNO | Stephan Bergmann |
2015-08-19 | comphelper::isA(Type... -> Type == cppu::UnoType... | Stephan Bergmann |
2015-08-19 | Remove two silly typedefs | Stephan Bergmann |
2015-08-19 | Consolidate isFileUrl checks | Stephan Bergmann |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-08-10 | cppcheck: nullPointerRedundantCheck | Caolán McNamara |
2015-08-04 | cui,connectivity: inline some use-once typedefs | Noel Grandin |
2015-07-31 | comphelper: replace boost::function with std::function | Michael Stahl |