summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen3-0/+3
2018-09-09Fix typoAndrea Gelmini1-1/+1
2018-09-08Revert "tdf#110987: type detection, binary Office formats > templates"Aron Budea1-8/+8
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin17-43/+3
2018-09-08loplugin:useuniqueptr in CGMElementsNoel Grandin3-33/+16
2018-09-08Fix typosAndrea Gelmini1-1/+1
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-09-07tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)Aron Budea2-7/+20
2018-08-30Translate German commentsJohnny_M1-2/+2
2018-08-29Fix typoAndrea Gelmini1-1/+1
2018-08-29loplugin:constantparam (2)Noel Grandin1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-24/+24
2018-08-29new loplugin:oustringbufferNoel Grandin1-12/+12
2018-08-24Fix typosAndrea Gelmini1-1/+1
2018-08-24iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann1-0/+10
2018-08-21loplugin:useuniqueptr in PPTNumberFormatCreatorNoel Grandin1-3/+3
2018-08-20loplugin:useuniqueptr in svt::DialogNoel Grandin1-2/+2
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann1-4/+7
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-08-16PDF export: allow API users to opt in for version 1.6Miklos Vajna1-0/+3
2018-08-16loplugin:useuniqueptr in swf::WriterNoel Grandin3-7/+5
2018-08-15loplugin:useuniqueptr in CGMChartNoel Grandin3-28/+9
2018-08-06coverity#1438216 Resource leakCaolán McNamara1-3/+3
2018-08-05Fix typosAndrea Gelmini2-2/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2-5/+6
2018-08-03Move angle normalization code from various places to toolsMike Kaganski4-15/+9
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara2-43/+50
2018-08-02loplugin:returnconstant in filterNoel Grandin10-27/+19
2018-08-01fix up non standard indent and stray ;Caolán McNamara1-30/+30
2018-08-01forcepoint#63 null derefCaolán McNamara1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen25-0/+25
2018-07-28loplugin:stringloop in filterNoel Grandin5-56/+46
2018-07-27use boost::optional for OUString instead of std::unique_ptrNoel Grandin1-2/+2
2018-07-26filter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann5-35/+10
2018-07-25ofz#8539 share LineInfo to save memoryCaolán McNamara2-11/+24
2018-07-24Fix typosAndrea Gelmini2-2/+2
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-21Fix typosAndrea Gelmini4-6/+6
2018-07-18Related: rhbz#1602589 dead_error_line: Execution cannot reach this statementCaolán McNamara1-5/+1
2018-07-18Related: rhbz#1602589 copy_paste_error: 'getKeyTimes'Caolán McNamara1-1/+1
2018-07-13tdf#110987: type detection, binary Office formats > templatesAron Budea1-8/+8
2018-07-11tdf#118232 Allow load and insert of SVGs with no GeometryArmin Le Grand2-14/+63
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand2-201/+252
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin2-3/+3
2018-07-09tdf#112690: make page size of exported PDF closer to what is setAron Budea1-1/+2
2018-07-06tdf#118254 Do not rely on XStatusIndicator for SVG importArmin Le Grand1-4/+2
2018-07-05Only access css::drawing::PointSequence when not emptyArmin Le Grand1-102/+20
2018-07-04sw HTML export: use PNG fallback + RTF native data for all images for ReqIFMiklos Vajna1-0/+16