summaryrefslogtreecommitdiff
path: root/filter/source/config
AgeCommit message (Expand)Author
11 daysSimplify a bitMike Kaganski
11 daystdf#161573: Do not show unrelated messages during broken ZIP detectionMike Kaganski
2024-05-08loplugin:ostr in filterNoel Grandin
2024-02-02tdf#159461 deadlock in Dialog "XML Filter Settings"Noel Grandin
2023-12-30cid#1546349 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-01Related: tdf#96401 Check ZIP magic number, to avoid false detectionsMike Kaganski
2023-11-29Extended loplugin:ostr: filterStephan Bergmann
2023-11-28lok: don't use template flag in more placesMike Kaganski
2023-11-27Related: tdf#96401 Set PROP_ASTEMPLATE for broken ZIP packageMike Kaganski
2023-11-26tdf#96401: allow to detect a broken ZIP packageMike Kaganski
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 4)Julien Nabet
2023-10-25Support conditional loading of Apache Parquet files into CalcKohei Yoshida
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-03Simplify long if statementsHannah Meeks
2023-09-28tdf#105303: re-introduce single-document html export filterXisco Fauli
2023-09-23tdf#105303: Drop html export wizardXisco Fauli
2023-08-27Add APNG export option in File -> ExportParis Oplopoios
2023-06-10tdf#104877 Add basic APNG format supportParis Oplopoios
2023-06-04Use getXWeak in filterMike Kaganski
2023-04-14NamedValue needs to be a complete type here nowStephan Bergmann
2023-03-09remove some unnecessary locking in TypeDetectionNoel Grandin
2023-03-03tdf#137883 filter: use en-dash instead of hyphen in UINamesMichael Stahl
2023-02-22BaseMutex->std::mutex in ConfigFlushNoel Grandin
2023-02-22LOAD_IMPLICIT has been activeNoel Grandin
2023-02-22osl::Mutex->std::mutex in BaseContainerNoel Grandin
2023-02-20osl::Mutex->std::mutex in FilterCacheNoel Grandin
2023-02-20tdf#137883 filter: rename DOCX filters to be less confusingMichael Stahl
2022-10-18tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroOmkarAcharekar
2022-09-20use more string_view in unotoolsNoel Grandin
2022-09-14Fix typo signes->signsAndrea Gelmini
2022-09-14merge sdfilt library into sdNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-22tdf#100522 Add support for exporting SVGZ in Drawofftkp
2022-06-15Add support for exporting EMZ/WMZofftkp
2022-06-01clang-tidy modernize-pass-by-value in filterNoel Grandin
2022-05-25elide some OUString allocationNoel Grandin
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin
2022-05-24ConfigFlush can be directly instantiated hereNoel Grandin
2022-05-24m_xRefreshBroadcaster in BaseContainer is dead codeNoel Grandin
2022-05-23elide allocation of CacheItem when enumerating filtersNoel Grandin
2022-05-19reserve vector in FilterCache::getMatchingItemsByPropsNoel Grandin
2022-05-17simplify CacheItem::updateNoel Grandin
2022-05-16tdf#121740 elide temporary CacheItem object in BaseContainer::getByNameNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-14cheaper to let Any do the comparison in isSubSetNoel Grandin
2022-05-14use comphelper::WeakComponentImplHelper for TerminateDetectionNoel Grandin
2022-05-07osl::Mutex->std::mutex in filter::config::CacheUpdateListenerNoel Grandin