summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl6-189/+0
2015-09-03warning: nonterminal usesless in grammarStephan Bergmann1-13/+1
2015-09-03tdf#88462 connectivity convert manual XInterfaceDaniel Robertson7-46/+36
2015-09-03warning: nonterminal usesless in grammarStephan Bergmann1-1/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-10/+10
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann33-272/+272
2015-08-27Clean up sEmptyStephan Bergmann3-6/+3
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-0/+2
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+4
2015-08-17o3tl: rename compat_functional headerThorsten Behrens2-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin6-13/+13
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson12-20/+1
2015-08-11loplugin: defaultparamsNoel Grandin3-7/+7
2015-08-05OSL_ENSURE always makes the condition visible to the compiler nowStephan Bergmann1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin38-290/+24
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin2-6/+4
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas7-11/+11
2015-07-29tdf#91112 replace o3tl::unary_compose with lambdas in connectivityJorenz Paragas1-14/+11
2015-07-28remove unused UStringDescription structNoel Grandin1-20/+0
2015-07-27remove some unused definesNoel Grandin1-7/+0
2015-07-26tdf#92792: Register mork driver on windows 64bit and make it workDavid Ostrovsky1-2/+2
2015-07-21coverity#1312084 Unchecked return valueCaolán McNamara1-1/+1
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-17error C2065: ´bFound´ : undeclared identifierCaolán McNamara1-5/+1
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-17fix evoab2 buildCaolán McNamara1-0/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe92-409/+407
2015-07-16loplugin:simplifyboolStephan Bergmann3-8/+8
2015-07-15loplugin:unusedmethods connectivityNoel Grandin12-72/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas6-44/+36
2015-07-10Fix an opposite conditionTakeshi Abe1-1/+1
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2-18/+5
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-05aDBFColumn.db_typ is input controlledCaolán McNamara1-1/+1
2015-07-03Fix typosAndrea Gelmini9-9/+9
2015-07-02Fix PostgreSQL function nameAndrea Gelmini1-1/+1
2015-06-30more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard3-5/+45
2015-06-29coverity#1308593 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308573 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-29coverity#1308601 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308559 Uncaught exceptionCaolán McNamara2-3/+3
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-22Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann1-1/+9
2015-06-18Fix typosAndrea Gelmini2-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-3/+3
2015-06-17parameter handling: fix confusion between column name and realnameLionel Elie Mamane1-10/+24