summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork
AgeCommit message (Expand)Author
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-30Related fdo#87789: groups should appear like views and not like tablesJulien Nabet
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin
2014-10-30coverity#735298 Unchecked return valueCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-15Resolves: fdo#80025 Crash with Thunderbird/Icedove address bookJulien Nabet
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-06-05connectivity: remove SAL_THROW macroNoel Grandin
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-30Fix memory leakStephan Bergmann
2014-05-30Fix memory leakStephan Bergmann
2014-05-30Fix memory leakStephan Bergmann
2014-05-30Fix memory leakStephan Bergmann
2014-05-30Fix memory leakStephan Bergmann
2014-05-24coverity#983622 Uncaught exceptionCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-14connectivity: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet
2014-05-12Kill DECL_PROP1IMPL and related (mork part)Julien Nabet
2014-04-25That lone acquire() was hopefully just a needless copy/pasteStephan Bergmann
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-03-28coverity#736137 Dereference null return valueCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17Drop unused #includeTakeshi Abe
2014-01-28bool improvementsStephan Bergmann
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist