summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptso.cxx
AgeCommit message (Expand)Author
2024-05-17loplugin:ostr in sd/../filterNoel Grandin
2024-04-14Use more o3tl::convertMike Kaganski
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2023-11-29Extended loplugin:ostr: sdStephan Bergmann
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2022-10-11use more string_view in sdNoel Grandin
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-02-21Recheck modules sd* with IWYUGabor Kelemen
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-06-03cid#1485165 avoid Missing move assignment operatorCaolán McNamara
2021-06-01no need to allocate these on the heapNoel Grandin
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski
2021-02-04Fix typoAndrea Gelmini
2020-12-02related: tdf#127086: PPT: export custom shapes as BitmapXisco Fauli
2020-11-20tdf#127086 PPT export: fix lost bitmap fill for OOXML custom shapesMiklos Vajna
2020-11-10This converts to/from mm100s, not twipsMike Kaganski
2020-10-23long->tools::Long in pyuno..sdNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-09-30loplugin:reducevarscope in sdNoel
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-05-14Use convertTwipToMasterUnit instead of hardcoded numberSamuel Mehrbrodt
2020-05-14tdf#79082 Improve ppt tab import/exportSamuel Mehrbrodt
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-04-15tdf#131193: MSO PP complains about an ODP saved as PPTAron Budea
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01loplugin:stringadd in sdNoel Grandin
2019-08-15loplugin:sequenceloop in sdNoel Grandin
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov
2019-07-29Fix typosAndrea Gelmini
2019-07-19cid#1448229 Division or modulo by zeroCaolán McNamara
2019-04-30drop Graphic::operator boolNoel Grandin
2019-02-22tdf#42949 Fix IWYU warnings in sd/source/filter/*/*cxxGabor Kelemen
2019-02-15loplugin:flatten in sd/source/filterNoel Grandin
2019-02-09loplugin:indentation in sdNoel Grandin
2019-01-09use unique_ptr in sdNoel Grandin
2018-12-19Simplify containers iterations in sd/*Arkadiy Illarionov
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29tdf#121795 bogus checks on depth limitCaolán McNamara
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-10-28tdf#120703 PVS: V547 Expression '!pTmp' is always trueMike Kaganski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand