summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* More loplugin:simplifyboolStephan Bergmann2019-02-191-1/+1
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-185-53/+29
* [API CHANGE] add setParentWindow to XDocumentDigitalSignaturesCaolán McNamara2019-02-141-0/+1
* tdf#114441: Convert use of sal_uLong to better integer typesSalih Sariyar2019-02-121-5/+5
* new loplugin writeonlyvarsNoel Grandin2019-02-114-16/+4
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-1/+1
* loplugin:indentation in filterNoel Grandin2019-02-0916-105/+106
* nNumElemVert is already known to be >= 4Caolán McNamara2019-02-061-5/+4
* tdf#123194: sw: change used filter for .dotx exportVasily Melenchuk2019-02-062-2/+2
* tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2019-02-051-0/+1
* ofz#12812 tiff TimeoutCaolán McNamara2019-02-021-0/+8
* Support bitmap PDF export for RedactionMuhammet Kara2019-01-313-1/+60
* tdf#115549 Enable handling background object.Gülşah Köse2019-01-311-4/+3
* ofz#12666 fuzzing timeoutCaolán McNamara2019-01-301-0/+8
* ofz#11104 for timeouts, limit decompression ratios when fuzzingCaolán McNamara2019-01-291-2/+2
* both branches have a common pieceCaolán McNamara2019-01-281-6/+4
* tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2019-01-221-0/+1
* ofz#9707 avoid timeout on excessive EndGroups without matching BeginGroupsCaolán McNamara2019-01-211-3/+4
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-216-26/+19
* pass SvxMSDffImportRec around using unique_ptrNoel Grandin2019-01-181-5/+5
* tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen2019-01-181-0/+1
* Resolves: tdf#122711 fix order of columnsCaolán McNamara2019-01-151-2/+2
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-112-8/+8
* Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara2019-01-112-28/+4
* ofz#11061 pick an upper bound on acceptible image sizeCaolán McNamara2019-01-111-1/+1
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-083-4/+4
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-078-0/+8
* svm xml dumper: move this from test to vclMiklos Vajna2019-01-031-2/+1
* Related: tdf#122204 clarify 0xFFF0 size meaningCaolán McNamara2018-12-231-15/+20
* tdf#122204 reversed checked_multiply checkCaolán McNamara2018-12-231-1/+1
* svg.js: the SVG Path polyfill doesn't work with Firefox 59 and laterMarco Cecchetti2018-12-211-535/+559
* use unique_ptr in XMLFilterJarHelperNoel Grandin2018-12-217-31/+29
* use unique_ptr in SVGFilterNoel Grandin2018-12-211-8/+5
* loplugin:unusedfieldsNoel Grandin2018-12-212-2/+0
* Resolves: tdf#122219 base form writer-window doesn't honour CloseVeto properlyCaolán McNamara2018-12-202-6/+34
* sd: support for saving into .potx fileVasily Melenchuk2018-12-202-2/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen2018-12-201-0/+1
* tdf#122171 block closing final window while xslt filter dialog is modalCaolán McNamara2018-12-193-22/+17
* Removed duplicated includeAndrea Gelmini2018-12-191-1/+0
* use unique_ptr in SdrPowerPointImportNoel Grandin2018-12-181-7/+6
* Resolves: tdf#122153 keep Execute for modal dialogsCaolán McNamara2018-12-173-15/+17
* tdf#99438: sc: support for .xltx exportVasily Melenchuk2018-12-173-3/+3
* lok: Implement SVG export of selected Writer imageTamás Zolnai2018-12-153-12/+99
* lok: Implement SVG export for Calc (SelectionOnly mode)Tamás Zolnai2018-12-155-28/+60
* lok: Implement SVG export for Writer (SelectionOnly mode)Tamás Zolnai2018-12-145-97/+304
* sw: support for saving into .dotx fileVasily Melenchuk2018-12-141-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-106-0/+6
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-0810-55/+55
* Remove misguided FALLTHROUGH commentsStephan Bergmann2018-12-081-4/+0
* Avoid writing out unneeded data to SVG file in SelectionOnly modeTamás Zolnai2018-12-071-46/+60