summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)Author
2016-07-13avoid name clash for CDataFormatTranslator in ftransl, tdf#100872Markus Mohrhard
2016-05-24C++11: disable ctors/operators with delete (dtrans)Jochen Nitschke
2016-05-18limit scanf string field widthJochen Nitschke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12WNT: check result of PostMessage()Michael Stahl
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-14inline some use-once macrosNoel Grandin
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet
2016-02-05Fix typosAndrea Gelmini
2016-02-03tdf#95416 Get rid of #include "../foo/bar.hxx" style includes.burcinakalin
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2016-01-25fix Windows buildNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-11-30allocate and initialise FormatEntry table at compile-timeNoel Grandin
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara
2015-09-12dtrans: com::sun::star->cssNoel Grandin
2015-09-02dtrans, winaccessibility: consistently use $(gb_UWINAPI)Michael Stahl
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin
2015-07-28dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl
2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel
2015-07-08Fix typosAndrea Gelmini
2015-06-18Fix typosAndrea Gelmini
2015-06-15Fix typosAndrea Gelmini
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann