Age | Commit message (Expand) | Author |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-12 | WNT: check result of PostMessage() | Michael Stahl |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-03-14 | inline some use-once macros | Noel Grandin |
2016-03-04 | -Werror,-Wnon-virtual-dtor | Stephan Bergmann |
2016-02-17 | Typo: namesapce(s)->namespace(s) | Julien Nabet |
2016-02-05 | Fix typos | Andrea Gelmini |
2016-02-03 | tdf#95416 Get rid of #include "../foo/bar.hxx" style includes. | burcinakalin |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin |
2016-01-26 | -Werror,-Wsign-compare (clang-cl) | Stephan Bergmann |
2016-01-25 | fix Windows build | Noel Grandin |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-30 | allocate and initialise FormatEntry table at compile-time | Noel Grandin |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-20 | add mapKeysToSequence/mapValuesToSequence methods to comphelper | Noel Grandin |
2015-11-18 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin |
2015-10-31 | 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-25 | tdf#39440: fix several warnings reported by cppcheck | Serge Krot |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-01 | remove old standalone Sun bug numbers | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-13 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-09-12 | dtrans: com::sun::star->css | Noel Grandin |
2015-09-02 | dtrans, winaccessibility: consistently use $(gb_UWINAPI) | Michael Stahl |
2015-08-23 | tdf#39440 cppcheck: redundantAssignment | Michael Weghorn |
2015-08-04 | include: inline some use-once typedefs | Noel Grandin |
2015-08-04 | filter,desktop,dbaccess: inline some use-once typedefs | Noel Grandin |
2015-07-28 | dtrans: reset DropTarget::m_pDropTarget if it is released | Michael Stahl |
2015-07-28 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-08 | i#107734 Support for Math Input Panel in Windows 7 | Regina Henschel |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-06-18 | Fix typos | Andrea Gelmini |
2015-06-15 | Fix typos | Andrea Gelmini |
2015-06-08 | some spelling fixes, mostly in Java code | Noel Grandin |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-18 | SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE | Caolán McNamara |