summaryrefslogtreecommitdiffstats
path: root/dtrans
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-12-051-1/+1
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-261-1/+3
* tdf#103852 avoid clipboard deadlockTomaž Vajngerl2016-11-242-1/+35
* style fix for cppcheck redundantConditionJochen Nitschke2016-11-071-1/+1
* Fix typosAndrea Gelmini2016-10-231-1/+1
* clang-cl loplugin: dtransStephan Bergmann2016-10-1647-1002/+966
* Bin some noise comments and superfluous vertical whitespaceTor Lillqvist2016-09-1215-124/+9
* dtrans: remove commented-out codeThorsten Behrens2016-07-141-108/+0
* avoid name clash for CDataFormatTranslator in ftransl, tdf#100872Markus Mohrhard2016-07-123-18/+16
* C++11: disable ctors/operators with delete (dtrans)Jochen Nitschke2016-05-245-19/+10
* limit scanf string field widthJochen Nitschke2016-05-181-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-3/+0
* WNT: check result of PostMessage()Michael Stahl2016-04-121-2/+5
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* inline some use-once macrosNoel Grandin2016-03-141-2/+1
* -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-0412-43/+34
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-174-4/+4
* Fix typosAndrea Gelmini2016-02-051-2/+2
* tdf#95416 Get rid of #include "../foo/bar.hxx" style includes.burcinakalin2016-02-038-8/+18
* unnecessary use of OUString constructorNoel Grandin2016-01-312-4/+2
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2016-01-262-3/+3
* fix Windows buildNoel Grandin2016-01-253-8/+8
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-253-8/+8
* Fix typosAndrea Gelmini2016-01-105-6/+6
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-0715-20/+22
* allocate and initialise FormatEntry table at compile-timeNoel Grandin2015-11-302-166/+154
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+0
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-8/+2
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-1/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-164-11/+5
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-7/+7
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-314-8/+8
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-4/+4
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-253-3/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-10/+10
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Fix typosAndrea Gelmini2015-09-302-3/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-131-1/+1
* dtrans: com::sun::star->cssNoel Grandin2015-09-1219-202/+203
* dtrans, winaccessibility: consistently use $(gb_UWINAPI)Michael Stahl2015-09-021-6/+0
* tdf#39440 cppcheck: redundantAssignmentMichael Weghorn2015-08-231-2/+1
* include: inline some use-once typedefsNoel Grandin2015-08-041-1/+1
* filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin2015-08-041-2/+1
* dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl2015-07-281-0/+3
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-2823-46/+43
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-6/+1