summaryrefslogtreecommitdiffstats
path: root/dtrans
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typosAndrea Gelmini2017-03-031-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-172-2/+2
* Remove MinGW supportStephan Bergmann2017-02-107-116/+0
* Add missing #includesStephan Bergmann2017-02-085-0/+11
* Add missing #includesStephan Bergmann2017-02-061-0/+4
* loplugin:stringconstantStephan Bergmann2017-02-011-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2627-233/+119
* New loplugin:dynexcspec: Add @throws documentation, dtransStephan Bergmann2017-01-191-0/+1
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-113-3/+9
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-091-1/+3
* cleanup tailing backslashesJochen Nitschke2016-12-302-5/+5
* Fix typo in comments: et -> edTakeshi Abe2016-12-071-1/+1
* 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