summaryrefslogtreecommitdiff
path: root/writerperfect/inc
AgeCommit message (Collapse)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-09-09astyleDavid Tardon1-1/+1
Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
Change-Id: I7b11fa9efc507635506bfedb141ad02c2afa68c9
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-2/+2
Change-Id: I6e91d22fc1826038c05ddb6fc065563c6a250752 Reviewed-on: https://gerrit.libreoffice.org/24459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
Change-Id: I38560113652ac39104b942a4cb80b1e03944513c
2016-02-15make charset sel. dlg translatableDavid Tardon2-0/+45
Change-Id: I8d44b302bc78d9c89717f7169a04e9c736047b94
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+0
using an idea from dtardon: <dtardon> noelgrandin, hi. could you try to run the unusedmethods clang plugin with "make build-nocheck"? that would catch functions that are only used in tests. e.g., i just removed the whole o3tl::range class, which has not been used in many years, but htere was a test for it... <noelgrandin> dtardon, interesting idea! Sure, I can do that. Change-Id: I5653953a426a2186a1e43017212d87ffce520387 Reviewed-on: https://gerrit.libreoffice.org/22041 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin1-1/+0
Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195
2015-11-25com::sun::star->css in writerperfect/Noel Grandin4-25/+25
Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9 Reviewed-on: https://gerrit.libreoffice.org/20146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin2-6/+4
Change-Id: I23ab4d214ed01073f26cbbf2e88732ccde4ebc10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-31/+31
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
2015-10-06loplugin:unusedmethodsNoel Grandin1-4/+1
Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
2015-10-06astyleDavid Tardon1-2/+2
Change-Id: Ib3d4456edf72347e27616d13c89978075c324d63
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-5/+4
with the variadic variants. Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a Reviewed-on: https://gerrit.libreoffice.org/18580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-05-19astyleDavid Tardon4-20/+55
Change-Id: I4e7bf54959b8a9ce6c453cedfd3525aeff5c8e3a
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann6-2/+247
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann2-1/+1
Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-09-17use MediaDescriptor to get input streamDavid Tardon1-8/+2
Change-Id: Iecc7f373d0d352281b53324ef8824c5d7073fe8a
2014-09-17generalize ImportFilterBase a bit moreDavid Tardon2-0/+240
Currently there is a nearly exact copy of that class for every ODF document type. That suggests that it might be a good idea to use a template :-) Change-Id: I2a24eb5bd63cc584569a948df63266c7eb703bd3