summaryrefslogtreecommitdiff
path: root/oox/source/ppt
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Use for-range loops in oox (part2)Julien Nabet7-65/+49
2018-03-14tdf#104792 Double check for target shapeSzymon Kłos1-2/+8
2018-03-05use more Color in ooxNoel Grandin4-9/+9
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-3/+5
2018-02-09tdf#115394 correct transition in case of 0sSzymon Kłos1-1/+8
2018-02-07tdf#115394 import custom slide transition time in PPTXSzymon Kłos2-4/+24
2018-01-24sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann1-1/+1
2018-01-19new loplugin:emptyifNoel Grandin1-3/+0
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann3-5/+5
2018-01-04loplugin:unusedfieldsNoel Grandin1-12/+7
2018-01-02RID_* can be extern global variablesNoel Grandin1-1/+1
2017-12-25various coverity exception warningsCaolán McNamara4-9/+6
2017-12-21tdf#114613: Repair function does not work after opening PPTX fileTamás Zolnai1-0/+18
2017-12-11loplugin:salcall fix functionsNoel Grandin3-9/+9
2017-10-23loplugin:includeform: ooxStephan Bergmann40-191/+191
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-1/+1
2017-10-19PPTX export: remember color schemes in themeSzymon Kłos1-0/+76
2017-10-18Replace lists by vectors in ooxJulien Nabet3-13/+11
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-09-27readonly mnFadeColor in SlideTransitionNoel Grandin1-8/+6
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-3/+4
2017-09-19tdf#112333 PPTX export fill.type & fill.onSzymon Kłos3-5/+40
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin2-2/+2
2017-09-06tdf#106867: Import target for commands in PPTX.Jan Holesovsky1-2/+4
2017-08-23convert message box style bits to scoped enumNoel Grandin1-2/+1
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai1-0/+1
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai1-1/+0
2017-08-01loplugin:checkunusedparamsNoel Grandin8-49/+38
2017-07-31loplugin:constparams in ooxNoel Grandin29-50/+50
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky1-1/+1
2017-07-21sd pptm: Preserve the VBA stream on export.Jan Holesovsky1-11/+26
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky1-4/+14
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-20tdf#89064 Fix import of pages with comments and notesPaul Trojahn1-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-3/+0
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin6-7/+8
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-16/+6
2017-05-23oox: add GraphicHelper::importEmbeddedGraphics()Miklos Vajna1-8/+8
2017-05-22PPTX import: import JPEG images ahead of timeMiklos Vajna1-0/+41
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke6-17/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin2-10/+2
2017-04-28loplugin:salunicodeliteral: ooxStephan Bergmann1-1/+1
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-3/+2
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-31use actual UNO enums in ooxNoel Grandin1-1/+0
2017-03-30remove type decorations on char literalsJochen Nitschke1-10/+10
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin3-4/+4