summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Fix typosAndrea Gelmini1-1/+1
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht1-1/+3
2016-11-24tdf#103852 avoid clipboard deadlockTomaž Vajngerl2-1/+35
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke1-1/+1
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-16clang-cl loplugin: dtransStephan Bergmann47-1002/+966
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist15-124/+9
2016-07-14dtrans: remove commented-out codeThorsten Behrens1-108/+0
2016-07-12avoid name clash for CDataFormatTranslator in ftransl, tdf#100872Markus Mohrhard3-18/+16
2016-05-24C++11: disable ctors/operators with delete (dtrans)Jochen Nitschke5-19/+10
2016-05-18limit scanf string field widthJochen Nitschke1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-12WNT: check result of PostMessage()Michael Stahl1-2/+5
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-03-14inline some use-once macrosNoel Grandin1-2/+1
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