summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2015-06-19clean upStephan Bergmann1-77/+82
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-10writerperfect: fix gcc-4.7 buildMiklos Vajna1-44/+44
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann17-18/+18
2015-06-07Remove include stdio (part8)Julien Nabet1-2/+0
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara21-23/+23
2015-05-22loplugin:constantfunctionNoel Grandin1-2/+2
2015-05-21-fsanitize=bool (during CppunitTest_writerperfect_writer)Stephan Bergmann1-1/+1
2015-05-20enable Apple Numbers importDavid Tardon4-0/+155
2015-05-20enable Apple Pages importDavid Tardon4-0/+150
2015-05-19astyleDavid Tardon2-2/+2
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann8-12/+12
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann20-21/+21
2015-05-19Clean up WPFTEncodingDialog ctor paramsStephan Bergmann3-17/+10
2015-05-19...assuming these want to actually catch css::uno::ExceptionsStephan Bergmann2-2/+4
2015-05-19Fix wpftencodingdialog.uiStephan Bergmann1-1/+1
2015-05-19loplugin:vclwidgetsStephan Bergmann1-0/+9
2015-05-19loplugin:cstylecastStephan Bergmann1-1/+1
2015-05-19upload libwps 0.4.0osnola3-7/+275
2015-05-17astyleDavid Tardon1-32/+32
2015-05-17enable new formats supported by libmwawDavid Tardon1-2/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-10/+10
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+8
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-10missing nullptr.Michael Meeks1-1/+1
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-8/+8
2015-03-24loplugin:constantfunction: variousNoel Grandin1-2/+8
2015-02-08tdf#84168 convert wpftimpress to use ImportFilter base classKishor Bhat7-373/+57
2015-01-22writerperfect: convert assert on invalid input to SAL_WARNMichael Stahl1-1/+1
2015-01-21Some more loplugin:cstylecast: writerperfectStephan Bergmann2-2/+2
2015-01-05upload libe-book 0.1.2David Tardon1-0/+5
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-18writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann6-13/+7
2014-12-15writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-10-24fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe19-338/+87
2014-10-22fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe11-317/+59
2014-10-20Add a filter for AppleWork's presentation file...osnola8-180/+623
2014-10-16Update to last libmwaw versionosnola2-3/+9
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-2/+2
2014-09-17convert wpftcalc to use ImportFilter base classDavid Tardon7-308/+45
2014-09-17pass media descriptor to import functionsDavid Tardon24-24/+30
2014-09-17pass the whole descriptor instead of filter nameDavid Tardon10-16/+24