summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentbuilder.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: unoxmlStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-8/+4
2017-08-25unoxml: CDocumentBuilder: just catch all ExceptionMichael Stahl1-2/+2
2017-08-25tdf#84237 use XErrorHandler in CDocumentBuilderFyodor Yemelyanenko1-9/+59
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin1-3/+0
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-2/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+2
2017-04-07ASan stack-use-after-scopeStephan Bergmann1-11/+21
2017-02-21loplugin:subtlezeroinit: unoxmlStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin1-6/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-6/+0
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold1-9/+13
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-8/+8
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-6/+2
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
2012-07-06re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-01targetted string cleanupMichael Meeks1-2/+2
2012-01-08catch exception by constant referenceTakeshi Abe1-2/+2
2011-05-16fdo#35668: do not manually free parser contextBjoern Michaelsen1-1/+0
2011-04-13catch by const referenceCaolán McNamara1-1/+1
2011-03-29change the function's description tooDavid Tardon1-1/+1
2011-03-29this is just a warning, not errorDavid Tardon1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-75/+67
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-5/+5
2011-02-10xmlfix3: #i113683#: remove unfinished, unneeded CDocumentBuilder::parseSourceMichael Stahl1-34/+2
2011-02-10xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl1-0/+4
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-9/+1
2011-01-19xmlfix3: unoxml: CDocumentBuilder cleanupMichael Stahl1-39/+25
2011-01-19xmlfix3: #i113682#: unoxml: CDocumentBuilder gets a member mutexMichael Stahl1-17/+36
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl1-9/+3
2011-01-19xmlfix3: #i113663#: unoxml: fix leaks caused by CNode::get returning CNode*:Michael Stahl1-3/+15