summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Make PDFExport Password Subdialog AsyncNickWingate2-29/+48
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski4-19/+17
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth2-8/+12
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-1/+1
2022-12-20lok: hide 'View PDF after export' checkbox in PDF export dialogAndras Timar1-1/+9
2022-12-20lok: hide signatures in PDF export dialogSzymon Kłos1-1/+5
2022-12-20Async PDFExport dialog and parent methodsNickWingate4-5/+41
2022-12-19crashtesting: asserts with outsized object positionsCaolán McNamara1-1/+37
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara2-10/+9
2022-11-28tdf#77650 Add option to place comments in margin (PDF Export)Samuel Mehrbrodt8-9/+89
2022-11-24Related: tdf#54053 PDF export: add UNO API to customize the watermark rotationMiklos Vajna4-0/+93
2022-11-24Replace a dynamic_cast with UNO_QUERYStephan Bergmann1-2/+2
2022-11-24Remove some unused includesMiklos Vajna4-8/+0
2022-11-23Related: tdf#54053 PDF export: add UNO API to customize the watermark font nameMiklos Vajna3-3/+58
2022-11-23Related: tdf#54053 PDF export: add UNO API to customize the watermark font sizeMiklos Vajna3-10/+71
2022-11-22tdf#152150 make AccessibilityCheckDialog modal when child of modal pdf dialogCaolán McNamara2-3/+4
2022-11-22svg export filter: text fields not handled correctlyMarco Cecchetti3-114/+80
2022-11-22svg export filter: when a text field is too small, its content is wrongMarco Cecchetti1-0/+37
2022-11-22svg export filter: footer was not replaced with the right contentMarco Cecchetti2-34/+37
2022-11-22tokens.gperf: Use LF line endings also on WindowsMike Kaganski1-1/+1
2022-11-22loplugin:unusedfieldsNoel Grandin2-2/+0
2022-11-21tdf#149800 SVG export: remove extra white line of semi-transparent shapeLászló Németh3-1/+37
2022-11-18tdf#148999 Add rescan button to PDF a11y check dialogSamuel Mehrbrodt1-1/+4
2022-11-17Related: tdf#54053 PDF export: add UNO API to customize the watermark colorMiklos Vajna3-1/+55
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin1-2/+1
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