summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clean-up: unused using declarations and includesJochen Nitschke17-25/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-12Avoid reserved identifiersStephan Bergmann15-30/+30
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke12-12/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke17-36/+0
2016-03-01MS Write conversion should default to CP1252Sean Young1-1/+1
2016-02-15make charset sel. dlg translatableDavid Tardon4-8/+74
2016-02-15Add Microsoft Word for DOS conversionSean Young1-17/+28
2016-02-15upload libwps 0.4.3David Tardon1-0/+1
2016-02-08wpftdraw: use service constructorDavid Tardon10-248/+65
2016-02-08wpftwriter: use service constructorDavid Tardon14-318/+113
2016-02-08wpftcalc: use service constructorDavid Tardon8-174/+58
2016-02-08wpftimpress: use service constructorDavid Tardon5-123/+35
2016-02-08drop unused includeDavid Tardon17-146/+96
2016-02-08these macros are not definedDavid Tardon4-8/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-32/+0
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin2-7/+5
2015-12-17do not require newest libwps for buildDavid Tardon1-1/+1
2015-12-08merge some Palm text format filtersDavid Tardon1-24/+21
2015-12-08merge libmwaw format specs (writer)David Tardon1-98/+2
2015-12-08add generic presentation filter for libmwawDavid Tardon1-63/+1
2015-12-08merge libmwaw format specs (draw)David Tardon1-82/+15
2015-12-08drop unnecessary {}David Tardon1-4/+0
2015-12-08add missing breaksDavid Tardon1-0/+2
2015-12-07merge libmwaw type/filter defs (Calc)David Tardon1-67/+21
2015-11-29enable new file formats supported by libmwaw-0.3.7osnola3-3/+10
2015-11-25com::sun::star->css in writerperfect/Noel Grandin23-278/+278
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin2-2/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-55/+55
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann19-113/+113
2015-10-08don't crash on loading abi13730-1.wpdCaolán McNamara1-0/+3
2015-10-06Add code pages introduced in libwps 0.4.2Sean Young1-0/+5
2015-10-06Add Microsoft Write conversionSean Young1-2/+23
2015-10-06astyleDavid Tardon2-4/+6
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara1-9/+8
2015-09-19Remove unused boost includeRiccardo Magliocchetti1-1/+0
2015-09-17convert Link<> to typedNoel Grandin1-3/+2
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-09-10This presumably wants to swallow exceptions from XSeekable::seekStephan Bergmann1-5/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-08-25astyleDavid Tardon2-34/+67
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
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