summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-025-8/+8
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-025-8/+8
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-012-5/+5
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0146-98/+98
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-3112-15/+15
* loplugin:cstylecastStephan Bergmann2015-03-299-63/+63
* cppcheck: redundantAssignInSwitchJulien Nabet2015-03-291-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-293-4/+4
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2810-114/+114
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-269-11/+11
* loplugin:constantfunctionStephan Bergmann2015-03-252-12/+1
* loplugin:constantfunctionStephan Bergmann2015-03-252-12/+1
* new constantfunction lopluginNoel Grandin2015-03-2521-338/+108
* Revert "loplugin:constantfunction: connectivity"Noel Grandin2015-03-2320-88/+324
* -Werror,-Wpointer-bool-conversionStephan Bergmann2015-03-231-2/+1
* loplugin:constantfunction: connectivityNoel Grandin2015-03-2320-324/+88
* Removed Unnecessary variablesKarthick Prasad Gunasekaran2015-03-221-1/+1
* No need to use -I$(SRCDIR)/include/shellTor Lillqvist2015-03-192-2/+0
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-134-46/+60
* loplugin:cstylecast (32-bit)Stephan Bergmann2015-03-131-1/+1
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-133-5/+15
* connectivity: remove some unnecessary code from MozABMichael Stahl2015-03-131-7/+0
* CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2015-03-121-3/+2
* fix buildCaolán McNamara2015-03-091-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-094-6/+6
* V801: Decreased performanceCaolán McNamara2015-03-093-6/+6
* tdf#39279: Prioritise Thunderbird address books in first-match searchJulien Nabet2015-03-082-14/+14
* connectivity: remove bogus setting of NTDDI_VERSIONMichael Stahl2015-03-053-18/+0
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-051-6/+0
* V813: Decreased performanceCaolán McNamara2015-03-041-3/+3
* getAny() is not a safe default, it assumes there is actually an AnyLionel Elie Mamane2015-03-021-16/+16
* cppcheck: duplicate inherited memberNoel Grandin2015-03-022-11/+1
* remove unused structNoel Grandin2015-03-021-11/+0
* cppcheck: fix memory leakNoel Grandin2015-03-021-4/+4
* V804: Decreased performanceCaolán McNamara2015-03-011-2/+3
* fix indexDavid Tardon2015-03-011-1/+1
* Re tdf#87789: Fix opening mork CollectedAddressBook TableStephan Bergmann2015-02-271-9/+13
* Clean up interface between kab and kabdrv libsStephan Bergmann2015-02-275-52/+54
* sdbc:address:kab URLs don't have a trailing ":"Stephan Bergmann2015-02-271-1/+1
* Adapt code to changed libkabdrv1lo.so nameStephan Bergmann2015-02-271-1/+2
* connectivity: replace magic numbers with constants from CompareBookmarkMichael Stahl2015-02-255-13/+15
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-251-3/+3
* use init lists for property sequencesBjoern Michaelsen2015-02-231-5/+5
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-2310-37/+37
* Typo: trough->throughJulien Nabet2015-02-211-1/+1
* Typo: recive->receiveJulien Nabet2015-02-211-1/+1
* ANSI92 Entry SQL includes Primary Key supportLionel Elie Mamane2015-02-201-1/+2
* Fix component_getFactory function signatureStephan Bergmann2015-02-191-1/+1
* Remove unused using declarationsStephan Bergmann2015-02-191-7/+0
* tdeab: Fix unit test failure when TDE support is enabledTimothy Pearson2015-02-193-6/+23