summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2022-02-24Make accessibility check dialog asyncNickWingate2-21/+32
2022-02-15svg filter: google chrome doesn't render white spaces correctlyMarco Cecchetti1-0/+3
2022-02-07Missing initialization of SVGActionWriter::mbIsPreviewStephan Bergmann1-1/+2
2022-02-03lok: render image preview with lower resolutionSzymon Kłos5-2/+39
2022-02-01vba: fix registering shortcuts keys defined by the vba macrosTomaž Vajngerl1-7/+6
2022-02-01PDF export: allow setting filter data keys from the cmdlineMiklos Vajna1-0/+13
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák12-1/+258
2022-01-24svgexport: fix: attribute id redefinedRash4193-1/+55
2022-01-18SVG export: fix missing custom bulletsMiklos Vajna6-5/+100
2022-01-06Unit test for 0-byte ods detectionSzymon Kłos2-0/+9
2022-01-06Open empty (0 bytes) ods as spreadsheetSzymon Kłos1-1/+6
2021-12-22filter: try to detect 0-byte DOC files based on extensionMiklos Vajna3-1/+25
2021-10-14T602 is an obsolete format, don't assume .txt files are T602Jan Holesovsky1-1/+1
2021-09-07ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-4/+4
2021-09-01indexing: add indexing export as an export filter for WriterTomaž Vajngerl4-0/+46
2021-07-15tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski1-0/+3
2021-06-14tdf#142629 import psd image with transparent backgroundNoel Grandin1-4/+5
2021-05-21HTML MathML update - enabling inline MATHML & fixing duplication (regression ...Svante Schubert1-78/+34
2021-05-21tdf#118637: HTML XSLT: Adding missing MathML siblings.Svante Schubert1-4/+16
2021-05-11tdf#123476: also use filter by extension when its service is the sameMike Kaganski1-3/+15
2021-05-06do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-3/+3
2021-04-14SVGFilter::implGenerateMetaData check page before useSzymon Kłos1-0/+2
2021-04-06tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth2-12/+12
2021-03-31Polyfill presentation_engine.js for IE11Szymon Kłos1-7/+16
2021-03-31filter: svg: js engine: misplaced text: improving text field handlingMarco Cecchetti2-48/+83
2021-03-31filter: svg: export: renaming class attributes related to TextShapeMarco Cecchetti4-5/+7
2021-03-31filter: svg: text field: placeholder localization issueMarco Cecchetti2-1/+16
2021-03-31filter: svg: export tiled background by exploiting svg:pattern elementMarco Cecchetti3-3/+206
2021-03-31filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti4-27/+198
2021-03-31filter: svg: js engine: further improving text fields handlingMarco Cecchetti3-23/+55
2021-03-31filter: svg: js engine: improving text fields handlingMarco Cecchetti3-30/+164
2021-03-31filter: svg: when date/time field is edited directly in mp, is not shownMarco Cecchetti1-8/+18
2021-03-31filter: svg: slide with a custom background are not exported correctlyMarco Cecchetti2-24/+70
2021-03-31Avoid calculating checksums if we can.Michael Meeks1-3/+4
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2021-03-31impress: <count> variable not substituted in presentation on slideshowMarco Cecchetti2-0/+12
2021-03-30[cp] StarOffice XML is not exotic, old binary format is exoticAndras Timar6-6/+6
2021-03-30[cp] Flag a few more import filters as EXOTICAndras Timar36-36/+36
2021-03-30tdf#131269 - fix importing PPT with different notes/presentations ordernd1011-2/+26
2021-02-08ofz#30117 OOMCaolán McNamara1-1/+5
2021-01-29tdf#123476 filter: Also handle empty ODFMike Kaganski3-0/+20
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara6-0/+20
2020-12-18tdf#138818 Import full TIFF fileGeorgy Litvinov1-1/+1
2020-12-02tdf#128501: DOC export: fix lost bitmap fill for OOXML custom shapesXisco Fauli1-8/+29
2020-11-21tdf#123936 Formatting files in module filter with clang-formatPhilipp Hofer4-27/+23
2020-11-20SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann1-35/+36
2020-11-20Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann1-6/+7
2020-11-19nChain should presumably be sal_uInt32 hereStephan Bergmann1-1/+2
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-5/+2
2020-11-17loplugin:stringviewparam check methods tooNoel2-3/+3