summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrset.cxx
AgeCommit message (Expand)Author
2024-05-15loplugin:ostr in ucbNoel Grandin
2023-07-01Use getXWeak in ucbMike Kaganski
2022-05-10osl::Mutex->std::mutex in ucb::XResultSet_implNoel Grandin
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet
2021-02-19loplugin:refcounting in ucbNoel
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-19loplugin:constantparamNoel Grandin
2019-07-06no need for XResultSet_impl to extend NotifierNoel Grandin
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-04-06ucb: Shift property "IsRowCountFinal"'s index from 0 to 1Takeshi Abe
2018-01-29loplugin:useuniqueptr in XResultSet_implNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-04-19file UCP: Dir entries can disappear during non-atomic traversalStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-14Merge shell into TaskManager base classStephan Bergmann
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338237 Uncaught exceptionCaolán McNamara
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22remove unnecessary use of OUString constructorNoel Grandin
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-30ucb: sal_Bool->boolNoel Grandin
2014-03-08de-macroize ucb filrsetNorbert Thiebaud
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ucbAlexander Wilms
2014-01-31coverity#984165 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky