summaryrefslogtreecommitdiff
path: root/filter/source
AgeCommit message (Expand)Author
2022-11-22svg export filter: text fields not handled correctlyMarco Cecchetti
2022-11-22svg export filter: when a text field is too small, its content is wrongMarco Cecchetti
2022-11-22svg export filter: footer was not replaced with the right contentMarco Cecchetti
2022-11-22tokens.gperf: Use LF line endings also on WindowsMike Kaganski
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-11-21tdf#149800 SVG export: remove extra white line of semi-transparent shapeLászló Németh
2022-11-18tdf#148999 Add rescan button to PDF a11y check dialogSamuel Mehrbrodt
2022-11-17Related: tdf#54053 PDF export: add UNO API to customize the watermark colorMiklos Vajna
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
2022-11-11SVG export: fix handling of semi-transparent, multi-para shape textMiklos Vajna
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): filterStephan Bergmann
2022-11-04ofz#53016 Undefined-shiftCaolán McNamara
2022-11-04svg: export embedded videoAshod Nakashian
2022-11-04SplineLine and SplineFill have never been implementedNoel Grandin
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-10-25tdf#126788 speed up export to pdf of complex table documentNoel Grandin
2022-10-24T602ImportFilterDialog doesn't need to implement XLocalizableCaolán McNamara
2022-10-24drop newly unused std::locale maResLocaleCaolán McNamara
2022-10-24Drop {PDFFilterResId, getResStr, XsltResId} and use FilterResId in "filter"Kevin Suo
2022-10-23tdf#151697: Use localized string for "Loading" and "Saving" in status barKevin Suo
2022-10-18tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroOmkarAcharekar
2022-10-12tdf#148806 vba: IsCompiled is required for SbxFlagBits::PrivateJustin Luth
2022-10-11tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheetJustin Luth
2022-10-11tdf#148806 fix build for !HAVE_FEATURE_SCRIPTINGJustin Luth
2022-10-11tdf#148806 doc vba: only autoOpen PUBLIC macrosJustin Luth
2022-10-09related tdf#148806 flatten filter/source/msfilter/msvbahelper.cxxJustin Luth
2022-10-06SVG export: don't loose tab portionsMiklos Vajna
2022-09-30tdf#148806 docm: fix vba macro events without ScriptCodesJustin Luth
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27use more string_view in filterNoel Grandin
2022-09-24improve usage of TempFile in SVGExportNoel Grandin
2022-09-21new won't return null, so drop conditional nowCaolán McNamara
2022-09-21cid#1515518 Dereference before null checkCaolán McNamara
2022-09-20use more string_view in unotoolsNoel Grandin
2022-09-19simplify usage of TempFile in XMLFilterJarHelperNoel Grandin
2022-09-19improve usage of TempFile in SdrPowerPointImportNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-14Fix typo signes->signsAndrea Gelmini
2022-09-14merge sdfilt library into sdNoel Grandin
2022-09-14no need to dynamically ImportCGM symbolNoel Grandin
2022-09-08SAL_WARN on parse exceptionMike Kaganski
2022-09-08tdf#150846: FilterOptions in descriptor could come from import filterMike Kaganski
2022-09-07cid#1500419 rearrange to silence Use after freeCaolán McNamara
2022-09-07filter: remove no longer needed back-compat of the svg presentation engineMiklos Vajna
2022-09-05Revert naming back to lool to fix break with LibreOffice Onlineandreasma
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-08-19ofz#50242 just stop fuzzing if there's a lot of graphic insertsCaolán McNamara
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp