summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2022-11-12Fix typoAndrea Gelmini1-1/+1
2022-11-11SVG export: fix handling of semi-transparent, multi-para shape textMiklos Vajna2-0/+58
2022-11-09CppunitTest_filter_pdf: inherit from UnoApiTestXisco Fauli2-24/+18
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): filterStephan Bergmann1-12/+7
2022-11-04ofz#53016 Undefined-shiftCaolán McNamara1-1/+1
2022-11-04svg: export embedded videoAshod Nakashian1-4/+42
2022-11-04SplineLine and SplineFill have never been implementedNoel Grandin1-2/+0
2022-11-03UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli1-4/+3
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin2-3/+3
2022-10-25CppunitTest_filter_textfilterdetect: inherit from UnoApiTestXisco Fauli2-50/+32
2022-10-25tdf#126788 speed up export to pdf of complex table documentNoel Grandin1-0/+5
2022-10-24CppunitTest_filter_svg: inherit from UnoApiTestXisco Fauli2-48/+24
2022-10-24T602ImportFilterDialog doesn't need to implement XLocalizableCaolán McNamara2-23/+0
2022-10-24drop newly unused std::locale maResLocaleCaolán McNamara2-5/+0
2022-10-24Drop {PDFFilterResId, getResStr, XsltResId} and use FilterResId in "filter"Kevin Suo7-57/+32
2022-10-23tdf#151697: Use localized string for "Loading" and "Saving" in status barKevin Suo3-2/+21
2022-10-18tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroOmkarAcharekar2-2/+2
2022-10-12tdf#148806 vba: IsCompiled is required for SbxFlagBits::PrivateJustin Luth1-2/+15
2022-10-11tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheetJustin Luth1-5/+8
2022-10-11tdf#148806 fix build for !HAVE_FEATURE_SCRIPTINGJustin Luth1-0/+1
2022-10-11tdf#148806 doc vba: only autoOpen PUBLIC macrosJustin Luth1-5/+11
2022-10-09related tdf#148806 flatten filter/source/msfilter/msvbahelper.cxxJustin Luth1-32/+31
2022-10-06Fix typoAndrea Gelmini1-1/+1
2022-10-06SVG export: don't loose tab portionsMiklos Vajna2-0/+45
2022-09-30tdf#148806 docm: fix vba macro events without ScriptCodesJustin Luth1-1/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin5-10/+6
2022-09-27use more string_view in filterNoel Grandin4-20/+20
2022-09-24improve usage of TempFile in SVGExportNoel Grandin1-2/+4
2022-09-21new won't return null, so drop conditional nowCaolán McNamara1-90/+87
2022-09-21cid#1515518 Dereference before null checkCaolán McNamara1-1/+1
2022-09-20use more string_view in unotoolsNoel Grandin2-2/+2
2022-09-19simplify usage of TempFile in XMLFilterJarHelperNoel Grandin1-5/+4
2022-09-19improve usage of TempFile in SdrPowerPointImportNoel Grandin1-8/+4
2022-09-18use more string_view in utl::TempFileNoel Grandin1-4/+2
2022-09-14Fix typo signes->signsAndrea Gelmini1-2/+2
2022-09-14merge sdfilt library into sdNoel Grandin3-3/+3
2022-09-14no need to dynamically ImportCGM symbolNoel Grandin2-2/+6
2022-09-08SAL_WARN on parse exceptionMike Kaganski1-1/+2
2022-09-08tdf#150846: FilterOptions in descriptor could come from import filterMike Kaganski1-4/+14
2022-09-07cid#1500419 rearrange to silence Use after freeCaolán McNamara1-5/+2
2022-09-07filter: remove no longer needed back-compat of the svg presentation engineMiklos Vajna1-5/+0
2022-09-05Revert naming back to lool to fix break with LibreOffice Onlineandreasma1-0/+5
2022-08-29ref-count SdrObjectNoel Grandin5-119/+117
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-1/+1
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-3/+1
2022-08-19ofz#50242 just stop fuzzing if there's a lot of graphic insertsCaolán McNamara4-11/+23
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp1-1/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann21-20/+21
2022-08-12Fix typoAndrea Gelmini1-1/+1
2022-08-11some --disable-pdfium fixesCaolán McNamara1-1/+8