summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)AuthorFilesLines
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann12-43/+34
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet4-4/+4
2016-02-05Fix typosAndrea Gelmini1-2/+2
2016-02-03tdf#95416 Get rid of #include "../foo/bar.hxx" style includes.burcinakalin8-8/+18
2016-01-31unnecessary use of OUString constructorNoel Grandin2-4/+2
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann2-3/+3
2016-01-25fix Windows buildNoel Grandin3-8/+8
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin3-8/+8
2016-01-10Fix typosAndrea Gelmini5-6/+6
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara15-20/+22
2015-11-30allocate and initialise FormatEntry table at compile-timeNoel Grandin2-166/+154
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-8/+2
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-11/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-2/+1
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin4-8/+8
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-4/+4
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot3-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-10/+10
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-12dtrans: com::sun::star->cssNoel Grandin19-202/+203
2015-09-02dtrans, winaccessibility: consistently use $(gb_UWINAPI)Michael Stahl1-6/+0
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn1-2/+1
2015-08-04include: inline some use-once typedefsNoel Grandin1-1/+1
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin1-2/+1
2015-07-28dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl1-0/+3
2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe23-46/+43
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-6/+1
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel1-0/+2
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin1-2/+2
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-1/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin7-20/+20
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-14/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-117/+117
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-03Fix for possible unaddressable write.Ashod Nakashian1-1/+1
2015-01-24Fix warning C4101: ´ex´ : unreferenced local variableMatteo Casalin1-0/+1