summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2022-08-01ofz: Use-of-uninitialized-valueCaolán McNamara1-4/+4
2022-07-30Fix typoAndrea Gelmini1-1/+1
2022-07-29Verify signing certificate cryptographically before use in testsMike Kaganski1-1/+2
2022-07-29Better valid certificate check, consider filter dataMike Kaganski1-8/+8
2022-07-29tdf#148810 ppt import: Depth set by EE_PARA_OUTLLEVELJustin Luth1-0/+2
2022-07-25loplugin:moveitNoel Grandin2-4/+4
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-2/+2
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-1/+1
2022-07-16ofz#48643 Indirect-leakCaolán McNamara1-17/+17
2022-07-14loplugin:moveitNoel Grandin1-5/+4
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-07-07svg filter: transform animations: support for scale and translateMarco Cecchetti1-5/+226
2022-06-25cid#707857 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-06-25svg filter: support for emphasis spin animationMarco Cecchetti1-7/+61
2022-06-22tdf#100522 Add support for exporting SVGZ in Drawofftkp10-2/+196
2022-06-21impress online: not handled transform animation causes core crashMarco Cecchetti1-0/+6
2022-06-15Bump xmlfiltertabpagegeneral.ui to latest GladeOlivier Hallot1-58/+58
2022-06-15Add support for exporting EMZ/WMZofftkp13-2/+302
2022-06-14Fix extended tipOlivier Hallot1-1/+1
2022-06-11Bump pdfviewpage.ui to latest GladeOlivier Hallot1-133/+133
2022-06-11Fix typo on xmlfiltertabpagegeneral.uiOlivier Hallot1-1/+1
2022-06-10new loplugin:moveitNoel Grandin2-2/+2
2022-06-02Removed duplicated includeAndrea Gelmini1-1/+0
2022-06-01clang-tidy modernize-pass-by-value in filterNoel Grandin23-47/+64
2022-05-25elide some OUString allocationNoel Grandin1-1/+2
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin2-5/+3
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-4/+2
2022-05-24ConfigFlush can be directly instantiated hereNoel Grandin1-4/+2
2022-05-24m_xRefreshBroadcaster in BaseContainer is dead codeNoel Grandin6-24/+8
2022-05-24avoid some unnecessary work when importing graphicNoel Grandin1-1/+1
2022-05-23elide allocation of CacheItem when enumerating filtersNoel Grandin7-32/+26
2022-05-19reserve vector in FilterCache::getMatchingItemsByPropsNoel Grandin1-0/+1
2022-05-17simplify CacheItem::updateNoel Grandin1-7/+1
2022-05-16tdf#121740 elide temporary CacheItem object in BaseContainer::getByNameNoel Grandin5-25/+37
2022-05-14tdf#149072: fix export PDF with PDF/UA in GUI after Index language was setJulien Nabet1-0/+8
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-1/+1
2022-05-14cheaper to let Any do the comparison in isSubSetNoel Grandin1-109/+99
2022-05-14use comphelper::WeakComponentImplHelper for TerminateDetectionNoel Grandin1-5/+4
2022-05-11only instantiate SfxFilterMatcher when we need itNoel Grandin1-1/+3
2022-05-07osl::Mutex->std::mutex in filter::config::CacheUpdateListenerNoel Grandin2-9/+11
2022-05-06remove unnecessary sequenceToContainerNoel Grandin5-16/+15
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp2-2/+2
2022-05-05use more o3tl::getTokenNoel Grandin2-10/+12
2022-05-04Just use Any ctor instead of makeAny in filterStephan Bergmann12-42/+42
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin7-8/+8
2022-04-28Add initial support OfficeArtBlip TIFF formatBartosz Kosiorek1-33/+63
2022-04-26Two more uses of rtl::createUriCharClassStephan Bergmann1-20/+6
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-5/+5
2022-04-15ofz: Timeout 23s->4sCaolán McNamara1-14/+6