summaryrefslogtreecommitdiff
path: root/package/source/xstor/oseekinstream.hxx
AgeCommit message (Collapse)Author
2017-11-01loplugin:finalclasses in packageNoel Grandin
Change-Id: I020ea1f3bea5c3deab05b9a2154102548c7622cf Reviewed-on: https://gerrit.libreoffice.org/44132 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-26Remove dynamic exception specificationsStephan Bergmann
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
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-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
Change-Id: Ie05f9427dcd88d3b64cfe02c2ece5c0cf40be547
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
Change-Id: I7b7b0e7fea2d1a2b9f6f5501ad5e0b8c1b4a17b9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2014-04-19fixincludeguards.sh: packageThomas Arnhold
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-04-15fwk138: #i87496# let the UNO type be usedMikhail Voytenko
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-06-20INTEGRATION: CWS fwk88 (1.6.8); FILE MERGEDRüdiger Timm
2008/05/27 15:57:23 mav 1.6.8.1: #i86348# integrate the patch
2008-04-10INTEGRATION: CWS changefileheader (1.5.54); FILE MERGEDRüdiger Timm
2008/04/01 12:32:12 thb 1.5.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.5.54.1: #i87441# Change license header to LPGL v3.
2006-10-13INTEGRATION: CWS opofxmlstorage (1.4.30); FILE MERGEDOliver Bolte
2006/04/21 11:36:59 mav 1.4.30.1: #i64612# support OFOPXML format
2005-09-08INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGEDRüdiger Timm
2005/09/05 18:49:08 rt 1.3.106.1: #i54170# Change license header: remove SISSL
2004-02-03INTEGRATION: CWS readstorage (1.2.20); FILE MERGEDJens-Heiner Rechtien
2004/01/09 09:04:49 mav 1.2.20.1: #114521# cloning of storage's subelements
2003-09-11INTEGRATION: CWS mav05 (1.1.2); FILE ADDEDKurt Zenker
2003/07/22 15:00:28 mav 1.1.2.3: #i15929# streams should not use refcounting internally 2003/06/25 07:52:21 mav 1.1.2.2: #i15929# provide properties for substreams 2003/06/23 10:49:24 mav 1.1.2.1: #i15929# new storage implementation