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