summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-17use string_view in the Translate APINoel Grandin3-5/+5
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-1/+0
2021-06-14spurious image position of right in CheckBoxes that don't use imagesCaolán McNamara2-11/+0
2021-06-14ofz#33769 Integer-overflowCaolán McNamara1-79/+110
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-5/+7
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet3-18/+13
2021-06-04tdf#142483 filter: xhtml: fix substitution of fo:border attributeMichael Stahl1-4/+4
2021-06-03no need to allocate these on the heapNoel Grandin7-43/+45
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-20/+17
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-30/+30
2021-05-21fix leak in XSLTFilterNoel Grandin1-29/+37
2021-05-14Improve loplugin:stringviewStephan Bergmann1-4/+4
2021-05-13dispose component in testNoel Grandin1-0/+1
2021-05-03tdf#123476: also use filter by extension when its service is the sameMike Kaganski1-3/+15
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-10/+10
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-9/+9
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-19/+18
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-12/+12
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-7/+7
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-2/+2
2021-04-16SVGFilter::implGenerateMetaData check page before useSzymon Kłos1-0/+2
2021-04-14Fix typosAndrea Gelmini1-1/+1
2021-04-13tdf#134736 RemoveTransparenciesFromMetaFile ruins PDFExtOutDevData groupsCaolán McNamara1-0/+6
2021-04-13no need to make copies of these objectsNoel Grandin1-6/+6
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-12/+12
2021-04-02tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth2-12/+12
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+3
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel3-4/+4
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl1-4/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski5-41/+41
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC48-188/+48
2021-03-22Polyfill presentation_engine.js for IE11Szymon Kłos1-7/+16
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski3-3/+3
2021-03-09filter: svg: js engine: misplaced text: improving text field handlingMarco Cecchetti2-48/+83
2021-03-09filter: svg: text field: placeholder localization issueMarco Cecchetti2-1/+16
2021-03-09filter: svg: export: renaming class attributes related to TextShapeMarco Cecchetti4-5/+7
2021-03-09filter: svg: export tiled background by exploiting svg:pattern elementMarco Cecchetti3-3/+206
2021-03-08clean up some more dynamic/static castingNoel1-2/+2
2021-03-07ref-count SdrPageNoel1-2/+2
2021-03-06filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti4-27/+198
2021-03-02fix xhtml list export in other localesNoel1-1/+2