summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2020-05-09compact namespace in sdNoel Grandin6-34/+34
2020-05-08implement PowerPoint 'flash' slide transition (API CHANGE)Luboš Luňák5-5/+26
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann7-1/+7
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara1-2/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-15tdf#131193: MSO PP complains about an ODP saved as PPTAron Budea1-6/+6
2020-04-09Resolves: tdf#131996 set_sensitive should be set_activeCaolán McNamara1-4/+4
2020-04-06loplugin:unusedvariableplus in sdNoel Grandin1-1/+0
2020-04-03convert PresObjKind to scoped enumNoel Grandin3-55/+55
2020-04-01convert DocCreationMode to scoped enumNoel Grandin1-1/+1
2020-04-01convert SdXMLFilterMode to scoped enumNoel Grandin1-3/+3
2020-04-01convert PresChange to scoped enumNoel Grandin2-4/+4
2020-03-29pdfium: fix setting the size of the document when opening PDFTomaž Vajngerl1-13/+4
2020-03-27clean-up SdPdfFilter implementationTomaž Vajngerl1-27/+9
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen2-2/+0
2020-03-12Revert "loplugin:constfields in sd"Noel Grandin6-14/+14
2020-03-07clang-format sd with under 5-percent lines of changeMuhammet Kara2-3/+3
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-4/+10
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-11/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-2/+6
2020-01-26remove some unused local varsNoel Grandin2-3/+0
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in sdNoel Grandin4-4/+4
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin2-8/+2
2020-01-14ofz#20066 TimeoutCaolán McNamara1-2/+11
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-22sal_Char->char in sdNoel Grandin5-22/+22
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-5/+0
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-26Fix 9d63592d530e9ad5ab2d6aee0aba5bc0c117aae3 (take 2)Julien Nabet1-1/+1
2019-11-26Revert "Fix 9d63592d530e9ad5ab2d6aee0aba5bc0c117aae3"Julien Nabet1-4/+4
2019-11-25Fix 9d63592d530e9ad5ab2d6aee0aba5bc0c117aae3Julien Nabet1-4/+4
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet5-24/+21
2019-11-24cppcheck: fix 2 funcArgOrderDifferentJulien Nabet1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann10-2/+38
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-7/+7
2019-11-03loplugin:stringaddNoel Grandin3-11/+9
2019-11-02cid#1455215 Improper use of negative valueCaolán McNamara1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-2/+2
2019-10-16convert some Buffer.append to +Noel Grandin1-4/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-6/+4
2019-10-10More loplugin:redundantpointeropsStephan Bergmann1-2/+2