summaryrefslogtreecommitdiff
path: root/writerperfect/inc
AgeCommit message (Expand)AuthorFilesLines
2019-02-22loplugin:unusedfields in writerfilterNoel Grandin1-17/+2
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin5-17/+5
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-1/+1
2018-05-15weld WPFTEncodingDialogCaolán McNamara2-16/+17
2018-05-01tdf#117323 fix import of MS Multiplan for DOSosnola1-0/+1
2018-04-20writerperfect: astyle -> clang-formatMiklos Vajna11-110/+80
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-6/+1
2017-10-23loplugin:includeform: writerperfectStephan Bergmann5-6/+6
2017-08-03loplugin:constparams in starmathNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-08-01writerprefect: run astyleMiklos Vajna1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-13/+13
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert writerperfect module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+3
2017-02-15move headers used by tests to inc/David Tardon4-0/+124
2017-01-29eliminate some code duplicityDavid Tardon1-0/+3
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-4/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+5
2016-12-05try to retrieve the .fm3 file when reading a .wp3 fileosnola1-0/+9
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-09-09astyleDavid Tardon1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-15make charset sel. dlg translatableDavid Tardon2-0/+45
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+0
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin1-1/+0
2015-11-25com::sun::star->css in writerperfect/Noel Grandin4-25/+25
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin2-6/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-31/+31
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06loplugin:unusedmethodsNoel Grandin1-4/+1
2015-10-06astyleDavid Tardon1-2/+2
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-5/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
2015-05-19astyleDavid Tardon4-20/+55
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann6-2/+247
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann2-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-17use MediaDescriptor to get input streamDavid Tardon1-8/+2
2014-09-17generalize ImportFilterBase a bit moreDavid Tardon2-0/+240