summaryrefslogtreecommitdiff
path: root/writerperfect/source/impress
AgeCommit message (Expand)AuthorFilesLines
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-10-23loplugin:includeform: writerperfectStephan Bergmann3-6/+6
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-02libmwaw import filter improvementsosnola1-1/+1
2017-04-02libstaroffice import filter improvementsosnola3-0/+142
2017-02-15move headers used by tests to inc/David Tardon1-31/+0
2017-01-29eliminate some code duplicityDavid Tardon1-19/+13
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-21/+7
2016-12-05add separate MS PowerPoint 3 filter (libmwaw)David Tardon1-0/+3
2016-10-19tdf#103274 (9): Add default XCommandEnvironment referenceGiuseppe Castagno1-1/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-26loplugin:unusedmethodsNoel Grandin1-10/+0
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-2/+0
2016-04-12Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-02-08wpftimpress: use service constructorDavid Tardon5-123/+35
2015-12-08add generic presentation filter for libmwawDavid Tardon1-63/+1
2015-11-29enable new file formats supported by libmwaw-0.3.7osnola1-0/+1
2015-11-25com::sun::star->css in writerperfect/Noel Grandin3-27/+27
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-12/+12
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-2/+2
2015-06-07Remove include stdio (part8)Julien Nabet1-2/+0
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann1-3/+3
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann3-4/+4
2015-02-08tdf#84168 convert wpftimpress to use ImportFilter base classKishor Bhat7-373/+57
2014-12-18writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann2-9/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-10-20Add a filter for AppleWork's presentation file...osnola8-180/+623
2014-08-15use consistent style for writerperfectDavid Tardon3-98/+103
2014-07-16make keynote detection a bit more robustDavid Tardon1-1/+8
2014-07-16fdo#81113 always run the actual detectionDavid Tardon1-18/+18
2014-05-29use the right XML import serviceDavid Tardon1-1/+1
2014-05-26rebase all import libsDavid Tardon1-8/+10
2014-05-14writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin1-12/+0
2014-05-02writerperfect: sal_Bool->boolNoel Grandin2-5/+5
2014-04-24change libwriterperfect to shared libraryDavid Tardon1-3/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-16/+16
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-06coverity#1158271 Uncaught exceptionCaolán McNamara1-3/+10
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi1-23/+14
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-13handle Keynote package format tooDavid Tardon1-15/+203