summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/entityreference.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23loplugin:includeform: unoxmlStephan Bergmann1-1/+1
Change-Id: I447ba963bd9163e99932d95c3f3e9aeac623d822
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+2
...(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-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>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
Change-Id: I4f9d6c93a0bdbba290277a41537ba2728d1ee4f5
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann1-1/+1
Change-Id: I7467e033c998d9ee4283a146088c3b09d161f3cd
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold1-0/+3
Change-Id: I2170e8fd9ef5ca0556545cb3f656a0e1ba49f43b
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-4/+26
Conflicts: binfilter/bf_xmloff/source/forms/formcellbinding.hxx binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx binfilter/bf_xmloff/source/forms/xmloff_formcellbinding.cxx filter/source/xsltfilter/makefile.mk unoxml/source/dom/characterdata.cxx unoxml/source/dom/document.cxx unoxml/source/dom/documentbuilder.cxx unoxml/source/dom/element.cxx unoxml/source/dom/elementlist.cxx unoxml/source/dom/node.cxx unoxml/source/dom/node.hxx unoxml/source/dom/text.cxx unoxml/source/events/event.cxx unoxml/source/events/event.hxx unoxml/source/events/eventdispatcher.cxx unoxml/source/events/eventdispatcher.hxx unoxml/source/events/mouseevent.cxx unoxml/source/events/mouseevent.hxx unoxml/source/events/mutationevent.cxx unoxml/source/events/mutationevent.hxx unoxml/source/events/uievent.cxx unoxml/source/events/uievent.hxx unoxml/source/xpath/nodelist.cxx unoxml/source/xpath/nodelist.hxx unoxml/source/xpath/xpathobject.cxx
2011-02-10xmlfix3: unoxml: prevent invalid child-parent relationships:Michael Stahl1-0/+15
new method CNode::IsChildTypeAllowed(NodeType). use it in appendChild(), insertBefore(), replaceChild().
2011-01-19xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl1-2/+6
use it to lock all CNode and derived classes' UNO methods.
2011-01-19xmlfix3: unoxml: all node ctors get CDocument parameterMichael Stahl1-3/+6
(and in the next patch, an actual CDocument, not just 0 :)
2011-01-19xmlfix3: unoxml: refactor CNode initializationMichael Stahl1-3/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-06-06INTEGRATION: CWS xmlfix2 (1.4.30); FILE MERGEDRüdiger Timm1-3/+3
2008/05/15 17:26:33 mst 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 15:10:02 mst 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/14 14:28:38 lo 1.4.30.1: parser improvements
2008-04-11INTEGRATION: CWS changefileheader (1.5.6); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:38:58 rt 1.5.6.1: #i87441# Change license header to LPGL v3.
2008-02-04INTEGRATION: CWS gcc430two (1.4.48); FILE MERGEDIvo Hinkelmann1-2/+4
2008/01/28 09:53:12 rene 1.4.48.1: more gcc 4.3.0 things
2006-06-19INTEGRATION: CWS warnings01 (1.3.6); FILE MERGEDJens-Heiner Rechtien1-3/+3
2006/03/10 19:08:15 lo 1.3.6.1: warnings01: remove warnings in unoxml
2005-09-09INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:20:00 rt 1.2.12.1: #i54170# Change license header: remove SISSL
2004-11-16INTEGRATION: CWS eforms2 (1.1.2); FILE MERGEDOliver Bolte1-84/+84
2004/04/23 11:34:57 lo 1.1.2.1: #i26721# put/get/post support for submission node cloning
2004-01-28addedLars Oppermann1-0/+84