summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath
AgeCommit message (Expand)AuthorFilesLines
2023-10-19tdf#42982: Improve UNO API error reportingkhushishikhu1-6/+6
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin1-6/+2
2023-01-15XUnoTunnel->dynamic_cast in CNodeNoel Grandin1-4/+3
2022-09-14libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-06-27clang-tidy modernize-pass-by-value in unoxmlNoel Grandin4-6/+10
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen1-1/+0
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-5/+5
2021-07-31osl::Mutex->std::mutex in CXPathAPINoel Grandin2-6/+7
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC3-12/+3
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel1-2/+1
2020-07-08unoxml: create instances with uno constructorsNoel Grandin2-34/+15
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen4-8/+6
2019-12-24sal_Char->char in unoxmlNoel Grandin1-1/+1
2019-10-28add some __attribute__ ((formatNoel Grandin1-0/+3
2019-08-18Simplify code in unoxml about initializationsJulien Nabet1-13/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unoxmlStephan Bergmann1-1/+1
2019-06-18tdf#39593 Remove DOM::CNode::GetImplementationArkadiy Illarionov1-3/+4
2019-04-19optimise find/insert patternNoel Grandin1-4/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2018-12-06loplugin:singlevalfields in unoxmlNoel Grandin2-5/+3
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov1-12/+7
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: unoxmlStephan Bergmann1-5/+5
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: unoxmlStephan Bergmann4-9/+9
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-63/+36
2016-09-02coverity#1027278 silence Unchecked return valueCaolán McNamara1-1/+1
2016-05-01tdf#95416 Get rid of #include "../foo/bar.hxx" style includesBurcin Akalin1-1/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-6/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-25/+25
2015-09-17boost->stdCaolán McNamara5-11/+11
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-5/+5
2015-07-30loplugin:unusedmethodsNoel Grandin1-5/+0
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann1-5/+5
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold6-62/+58
2014-05-08various: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-25/+25
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-50/+50
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold3-6/+6
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-34/+22
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist2-2/+2