summaryrefslogtreecommitdiff
path: root/unoxml/qa
AgeCommit message (Expand)Author
2024-09-21sfx2: move rdf java test to CppUnittestXisco Fauli
2024-09-19unoxml: move these two tests where they belongXisco Fauli
2024-09-18unoxml: move testXDocumentBuilder from Java to CppUnittestXisco Fauli
2024-09-18unoxml: move checkRDF from Java to CppUnittestXisco Fauli
2024-09-18unoxml: introduce CPPUNIT_ASSERT_STATEMENT_EQUALXisco Fauli
2024-09-17unoxml: move checkSPARQL from Java to CppUnittestXisco Fauli
2024-09-17unoxml: move checkRDFa from Java to CppUnittestXisco Fauli
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2024-07-03unoxml: port checkCVE_2012_0037 from java to CppUnittestXisco Fauli
2024-06-19Fix typoAndrea Gelmini
2024-05-16loplugin:ostr in unoxmlNoel Grandin
2024-01-05std::size/SAL_N_ELEMENTS also counts the null terminatorCaolán McNamara
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2021-10-31Prepare for removal of non-const operator[] from Sequence in unoxmlMike Kaganski
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unoxmlStephan Bergmann
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen
2019-06-25Simplify Sequence iterations in unoxmlArkadiy Illarionov
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-13Fix typosAndrea Gelmini
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2017-09-06Typo exeption->exception (domtest.cxx)Julien Nabet
2017-08-25tdf#84237 use XErrorHandler in CDocumentBuilderFyodor Yemelyanenko
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-02-21loplugin:subtlezeroinit: unoxmlStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-06Remove broken SAL_INFOStephan Bergmann
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-22loplugin:cstylecastStephan Bergmann
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-10-01coverity#1242932 Uncaught exceptionCaolán McNamara
2014-09-26Remove unused files and move test to qa/Matúš Kukan
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin