summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-08compact namespace in filter..frameworkNoel Grandin5-11/+11
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin2-3/+3
2020-05-06Remove an unused includeMiklos Vajna1-1/+0
2020-05-04sw reqif-xhtml import, embedded objects: handle Ole10Native streamMiklos Vajna1-2/+80
2020-05-04tdf#79082 Correctly import PPT tabsPiet van Oostrum1-13/+0
2020-04-28Fix typo in codeAndrea Gelmini1-1/+1
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski1-19/+5
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann4-0/+5
2020-04-27Don't convert OUString to char*Mike Kaganski1-2/+2
2020-04-25loplugin:unusedenumconstantsNoel Grandin1-2/+0
2020-04-23Drop Macromedia Flash export filterGabor Kelemen24-5777/+0
2020-04-23Mention that this is the "OOXML Transitional" export filterSamuel Mehrbrodt4-4/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-20tdf#123346 DOCX VML shape export: fix arrow markerSzabolcs1-0/+5
2020-04-17Change default PDF version to 1.6 (released in 2004)Miklos Vajna1-1/+4
2020-04-16fixes for code creating reversed RectanglesNoel Grandin1-0/+7
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin1-2/+4
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin2-3/+2
2020-04-14loplugin:flatten in filterNoel Grandin30-4907/+4916
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl1-1/+1
2020-04-11tdf#131812: fix exporting to html doesn't preserve RTL propertyJulien Nabet1-4/+16
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand1-1/+3
2020-04-08SVG export: fix lost semi-transparent line shapesMiklos Vajna3-24/+57
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-2/+0
2020-03-27spreadsheetml2ooo.xsl was not well formed xmlCaolán McNamara1-1/+1
2020-03-25Remove some unused includesMiklos Vajna1-1/+0
2020-03-18pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl1-6/+22
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky5-0/+140
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-2/+2
2020-03-11Convert filter token generator from Perl to Python.Jussi Pakkanen3-70/+66
2020-03-09loplugin:unreffun (macOS)Stephan Bergmann1-0/+6
2020-03-03cid#1458434 Untrusted loop boundCaolán McNamara1-0/+3
2020-02-27Fix typoAndrea Gelmini1-1/+1
2020-02-27sw SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna6-32/+185
2020-02-25SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna1-11/+34
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna2-10/+50
2020-02-24Fix typoAndrea Gelmini1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-7/+7
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák1-0/+12
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara1-3/+1
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-7/+0
2020-02-10tdf#130262 ignore negative wrap distance values in doc prop importPatrick Jaap1-0/+11
2020-02-08Add minimum support for PDF/A3Arnaud Versini4-44/+99
2020-02-07rename URLBox back to SvtURLBoxCaolán McNamara2-11/+11
2020-02-06ofz#20523 timeout, don't generate undo data during importCaolán McNamara1-0/+4
2020-02-05Fix typoAndrea Gelmini1-1/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-2/+2
2020-02-03tdf#96505: Get rid of cargo cult long integer literalsDesmin Alpaslan1-3/+3
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin15-54/+23