summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* tdf#149072: fix export PDF with PDF/UA in GUI after Index language was setJulien Nabet2022-05-141-0/+8
* tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin2022-05-141-1/+1
* cheaper to let Any do the comparison in isSubSetNoel Grandin2022-05-141-109/+99
* use comphelper::WeakComponentImplHelper for TerminateDetectionNoel Grandin2022-05-141-5/+4
* only instantiate SfxFilterMatcher when we need itNoel Grandin2022-05-111-1/+3
* osl::Mutex->std::mutex in filter::config::CacheUpdateListenerNoel Grandin2022-05-072-9/+11
* remove unnecessary sequenceToContainerNoel Grandin2022-05-065-16/+15
* tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp2022-05-062-2/+2
* use more o3tl::getTokenNoel Grandin2022-05-052-10/+12
* Just use Any ctor instead of makeAny in filterStephan Bergmann2022-05-0412-42/+42
* add o3tl::equalsAsciiNoel Grandin2022-05-031-2/+3
* use more string_view in INetURLObjectNoel Grandin2022-04-297-8/+8
* Add initial support OfficeArtBlip TIFF formatBartosz Kosiorek2022-04-281-33/+63
* Two more uses of rtl::createUriCharClassStephan Bergmann2022-04-261-20/+6
* new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin2022-04-191-5/+5
* ofz: Timeout 23s->4sCaolán McNamara2022-04-151-14/+6
* use more string_view in filterNoel Grandin2022-04-144-25/+26
* ofz#46630 Indirect leakCaolán McNamara2022-04-141-62/+60
* Make accessibility check dialog asyncNickWingate2022-04-142-21/+32
* tdf#139991: move 0-byte file handling to SfxFrameLoader_Impl::loadMike Kaganski2022-04-136-106/+107
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-136-12/+15
* loplugin:stringview more o3tl conversionNoel Grandin2022-04-121-2/+2
* use more string_viewNoel Grandin2022-04-101-2/+2
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-101-1/+2
* move comphelper::string::toInt32 to o3tlNoel Grandin2022-04-082-4/+4
* allow to override the generator/producer string in output documentsLuboš Luňák2022-04-081-4/+10
* use more subView when converting to Int32Noel Grandin2022-04-082-2/+4
* Removed duplicated includeAndrea Gelmini2022-04-081-1/+0
* loplugin:stringviewparam convert methods using trimNoel Grandin2022-04-081-15/+16
* cid#1503358 silence Unchecked return valueCaolán McNamara2022-04-031-3/+3
* loplugin:stringviewparam convert methods using matchNoel Grandin2022-04-031-3/+4
* loplugin:stringviewparam convert methods using indexOfNoel Grandin2022-04-022-5/+5
* tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya2022-03-313-16/+15
* -Werror,-Wunused-but-set-variableStephan Bergmann2022-03-281-5/+0
* Make slideshow touch gestures work again in the mobile appsTor Lillqvist2022-03-281-2/+2
* tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp2022-03-283-4/+4
* Fix typo in codeAndrea Gelmini2022-03-271-2/+2
* ofz: Use-of-uninitialized-valueCaolán McNamara2022-03-241-6/+6
* Simplify GetOOXMLPresetGeometry and GETVMLShapeTypeMike Kaganski2022-03-151-639/+605
* simplify GetOOXMLPresetGeometryNoel Grandin2022-03-142-6/+5
* new loplugin:trivialdestructorNoel Grandin2022-03-111-5/+0
* Fix a DPI-dependent testMike Kaganski2022-03-081-3/+5
* do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák2022-03-072-18/+6
* os thrown -> is thrownCaolán McNamara2022-03-061-5/+5
* use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin2022-03-012-12/+7
* Fix the tests failing when invalid certificate is in cert storeMike Kaganski2022-02-281-1/+1
* SdrLayerID must be based on sal_Int16Mike Kaganski2022-02-231-1/+1
* cid#1500622 Dereference before null checkCaolán McNamara2022-02-231-1/+1
* tdf#145700 Improve lighting in extruded custom shapesRegina Henschel2022-02-172-42/+88
* svg filter: google chrome doesn't render white spaces correctlyMarco Cecchetti2022-02-151-0/+3