summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/unoexceptionprotector
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01loplugin:unnecessaryoverride (dtors) in unotestStephan Bergmann1-2/+0
Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
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-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+4
Replace with C++11 delete copy-constructur and copy-assignment. Remove boost/noncopyable.hpp includes. Add missing default ctors. With this commit there should be no users of boost::noncopyable left. Change-Id: I6b1e47824912a6a80cc3f00f34938ebc048d8975 Reviewed-on: https://gerrit.libreoffice.org/24051 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+1
and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
2014-12-18unotest: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
Change-Id: I449587dd8e6e625e886e4ffc6419c612adffcfde
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2013-04-24move sal_inc headers to include/David Tardon1-1/+1
Change-Id: I840c681b7c500640d3983e05e9895f3fa8bb1313 Reviewed-on: https://gerrit.libreoffice.org/3501 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-12Removed RTL_CONSTASCII_(U)STRINGPARAM in unotestChr. Rossmanith1-3/+1
Change-Id: Iba14ed093bcb97ac1f6996e62e6191cf09574bfd
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
Change-Id: I4356413b23fdbaaa1bf2e94ad7aed3ceed1f9261
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+0
2012-06-26re-base on ALv2 code.Michael Meeks1-24/+17
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-24/+1
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-02-10unotest: convert to gbuildMatúš Kukan1-54/+0
2011-11-19Do build the unoexceptionprotector also when cross-compilingTor Lillqvist1-6/+1
2011-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks1-1/+0
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks2-0/+184