summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-5/+5
2022-03-31tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya3-16/+15
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-5/+0
2022-03-28Make slideshow touch gestures work again in the mobile appsTor Lillqvist1-2/+2
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp3-4/+4
2022-03-27Fix typo in codeAndrea Gelmini1-2/+2
2022-03-24ofz: Use-of-uninitialized-valueCaolán McNamara1-6/+6
2022-03-15Simplify GetOOXMLPresetGeometry and GETVMLShapeTypeMike Kaganski1-639/+605
2022-03-14simplify GetOOXMLPresetGeometryNoel Grandin2-6/+5
2022-03-11new loplugin:trivialdestructorNoel Grandin1-5/+0
2022-03-08Fix a DPI-dependent testMike Kaganski1-3/+5
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák2-18/+6
2022-03-06os thrown -> is thrownCaolán McNamara1-5/+5
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin2-12/+7
2022-02-28Fix the tests failing when invalid certificate is in cert storeMike Kaganski1-1/+1
2022-02-23SdrLayerID must be based on sal_Int16Mike Kaganski1-1/+1
2022-02-23cid#1500622 Dereference before null checkCaolán McNamara1-1/+1
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel2-42/+88
2022-02-15svg filter: google chrome doesn't render white spaces correctlyMarco Cecchetti1-0/+3
2022-02-09related tdf#79186 filter: value is more than just LayoutInCellJustin Luth1-3/+3
2022-02-08sw: fix size of inserted PDF imageMiklos Vajna3-4/+43
2022-02-07filter: avoid 'using namespace' in pdfexport.hxxMiklos Vajna1-18/+13
2022-02-06Fix typoAndrea Gelmini1-1/+1
2022-02-06Missing initialization of SVGActionWriter::mbIsPreviewStephan Bergmann1-1/+2
2022-02-05lok: render image preview with lower resolutionSzymon Kłos5-2/+39
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-7/+7
2022-02-03filter: allow PDF export to sign from the cmdlineMiklos Vajna5-0/+185
2022-02-02Fix typosAndrea Gelmini2-2/+2
2022-02-01vba: fix registering shortcuts keys defined by the vba macrosTomaž Vajngerl1-10/+7
2022-01-31Unit test for 0-byte ods detectionSzymon Kłos2-0/+9
2022-01-31Open empty (0 bytes) ods as spreadsheetSzymon Kłos1-1/+6
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák12-1/+258
2022-01-26this should be a normal dialog typeCaolán McNamara1-1/+0
2022-01-26resave with latest gladeCaolán McNamara1-30/+27
2022-01-26Fix typoAndrea Gelmini1-2/+2
2022-01-26svgexport: fix: attribute id redefinedRash4193-1/+55
2022-01-25Related: tdf#146971 remove %PRODUCTNAME from accessible-descriptionCaolán McNamara2-2/+2
2022-01-24PDF export: allow setting filter data keys from the cmdlineMiklos Vajna1-0/+13
2022-01-20tdf#141340 PDF export: fix hyperlinks on the wrong page with page num rangeMiklos Vajna1-1/+11
2022-01-17SVG export: fix missing custom bulletsMiklos Vajna6-5/+100
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen14-18/+7
2022-01-12tdf#145538 - Use range based for loopsdtm1-4/+3
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin2-32/+33
2022-01-06ofz#42785 TimeoutCaolán McNamara1-21/+14
2022-01-05vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock1-1/+7
2022-01-03tdf#146264: Add a somewhat questionable hack to fix the issueTor Lillqvist1-4/+15
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-2/+2
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin3-10/+11
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl2-0/+2
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin6-396/+388