summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2022-04-15ofz: Timeout 23s->4sCaolán McNamara1-14/+6
2022-04-14use more string_view in filterNoel Grandin4-25/+26
2022-04-14ofz#46630 Indirect leakCaolán McNamara1-62/+60
2022-04-14Make accessibility check dialog asyncNickWingate2-21/+32
2022-04-13tdf#139991: move 0-byte file handling to SfxFrameLoader_Impl::loadMike Kaganski6-106/+107
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin6-12/+15
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-2/+2
2022-04-10use more string_viewNoel Grandin1-2/+2
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin2-4/+4
2022-04-08allow to override the generator/producer string in output documentsLuboš Luňák1-4/+10
2022-04-08use more subView when converting to Int32Noel Grandin2-2/+4
2022-04-08Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-15/+16
2022-04-03cid#1503358 silence Unchecked return valueCaolán McNamara1-3/+3
2022-04-03loplugin:stringviewparam convert methods using matchNoel Grandin1-3/+4
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