summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2021-12-072-20/+18
* gbuild: introduce plugin + loader conceptsJan-Marek Glogowski2021-12-011-0/+2
* ofz#41510 make sure BackgroundColoredObjects doesn't contain dead objectsCaolán McNamara2021-11-301-3/+5
* tdf#145831: fix typo in PNGAndrea Gelmini2021-11-268-8/+8
* remove unused defines and convert some to OUStringLiteralNoel Grandin2021-11-251-1/+0
* loplugin:stringliteraldefine in filterNoel Grandin2021-11-243-76/+76
* loplugin:stringliteraldefine in comphelperNoel Grandin2021-11-241-26/+26
* Use less DegreeN::get()Mike Kaganski2021-11-221-10/+7
* Generalize DegreeNMike Kaganski2021-11-221-1/+1
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-193-10/+9
* Use basegfx::deg2rad instead of *0.01745329251994Hossein2021-11-161-1/+1
* Related tdf#139031: add missing colonsIlmari Lauhakangas2021-11-161-1/+1
* use OUStringLiteral in SVGFilterNoel Grandin2021-11-151-4/+4
* tdf#139031 Better align dropdowns in PDF export dialogMichael Weghorn2021-11-151-0/+6
* Use basegfx::rad2deg() instead of *57.29577951308Hossein2021-11-153-12/+12
* Use o3tl::convertMike Kaganski2021-11-132-10/+7
* coverity: annotate with markup so they will stay silencedCaolán McNamara2021-11-121-0/+1
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-085-55/+55
* use a std::vectorCaolán McNamara2021-11-071-9/+10
* ofz: Use-of-uninitialized-valueCaolán McNamara2021-11-071-1/+4
* these are the only calls to memset that explicitly ignore its returnCaolán McNamara2021-11-071-16/+16
* elide unnecessary UNO_QUERY_THROW callsNoel Grandin2021-11-041-1/+1
* add o3tl::span ctor from std::vectorLuboš Luňák2021-10-311-1/+1
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-302-7/+7
* Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski2021-10-3021-274/+205
* tdf#145361 fix XSLT for older libxsltNoel Grandin2021-10-301-1/+1
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-292-10/+10
* Converting pointer to reference in svgwriterHossein2021-10-253-23/+26
* Use size_t instead of sal_uLong in filter/source/svgJulien Nabet2021-10-224-18/+18
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-2/+2
* Simplify vector initialization in filterJulien Nabet2021-10-162-13/+20
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-1/+1
* use std::vector::insert instead of push_backNoel Grandin2021-10-141-7/+2
* T602 is an obsolete format, don't assume .txt files are T602Jan Holesovsky2021-10-121-1/+1
* loplugin:moveparam in filterNoel Grandin2021-10-113-5/+5
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-12/+5
* Simplify SvXMLExport::AddAttribute overloadsMike Kaganski2021-10-092-40/+40
* const OUString -> constexpr OUStringLiteralHossein2021-10-082-16/+17
* drop 'using namespace std' in filter/qaJulien Nabet2021-10-072-2/+0
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-10-041-3/+3
* drop 'using namespace std' in desktop, e*, f*Julien Nabet2021-10-031-1/+0
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-10-021-1/+1
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-303-4/+4
* vcl: rename OutDevState to StackChris Sherlock2021-09-282-16/+16
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-09-241-2/+2
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-09-221-2/+22
* ofz: check radius argCaolán McNamara2021-09-191-14/+14
* ofz#38969 fail earlierCaolán McNamara2021-09-191-15/+10
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-09-191-1/+1
* Some test-code simplifications, using starts/endsWith rest parameterStephan Bergmann2021-09-171-3/+2