summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/basecontainer.cxx
AgeCommit message (Expand)Author
2024-05-08loplugin:ostr in filterNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-06-04Use getXWeak in filterMike Kaganski
2023-02-22LOAD_IMPLICIT has been activeNoel Grandin
2023-02-22osl::Mutex->std::mutex in BaseContainerNoel Grandin
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin
2022-05-24m_xRefreshBroadcaster in BaseContainer is dead codeNoel Grandin
2022-05-23elide allocation of CacheItem when enumerating filtersNoel Grandin
2022-05-16tdf#121740 elide temporary CacheItem object in BaseContainer::getByNameNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in filterStephan Bergmann
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-02-21loplugin:refcounting in filterNoel
2020-04-14loplugin:flatten in filterNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-05-26Fix typoAndrea Gelmini
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2018-06-01tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-05-03use unique_ptrDavid Tardon
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-01-27Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-03Fix typosAndrea Gelmini
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-06loplugin: cstylecastNoel Grandin
2014-06-29Typo: easiear->easierJulien Nabet
2014-06-05...and E_DETECTSERVICE is just as unusedStephan Bergmann
2014-06-05E_CONTAINS_DETECTSERVICES does nothingStephan Bergmann
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-09-26typo fixes in commentsAndras Timar
2013-08-19Use standard idiomStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold