summaryrefslogtreecommitdiff
path: root/unoxml/source/dom
AgeCommit message (Expand)Author
2021-11-19rtl::Static->thread-safe static in unoxmlNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin
2021-08-01unordered_map is better when using pointers as keysNoel Grandin
2021-07-31osl::Mutex->std::mutex in CDocumentBuilderNoel Grandin
2021-07-31osl::Mutex->std::mutex in CSAXDocumentBuilderNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-02-19loplugin:refcounting in unoxmlNoel
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-11loplugin:stringviewNoel
2020-08-06loplugin:flatten in unoxmlNoel Grandin
2020-07-08unoxml: create instances with uno constructorsNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: unoxmlStephan Bergmann
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-16unoxml: CDocumentBuilder::parseURI should handle non-file:/// URIs.Michael Meeks
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen
2019-12-24sal_Char->char in unoxmlNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin
2019-09-07tdf#39593 use isUnoTunnelId in unoxmlArkadiy Illarionov
2019-08-18Simplify code in unoxml about initializationsJulien Nabet
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unoxmlStephan Bergmann
2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin
2019-06-25Simplify Sequence iterations in unoxmlArkadiy Illarionov
2019-06-18tdf#39593 Remove DOM::CNode::GetImplementationArkadiy Illarionov
2019-06-18loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin
2019-02-22loplugin:unusedfields in unoxmlNoel Grandin
2019-02-18use clear() instead of erase(begin, end)Noel Grandin
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2018-12-06loplugin:singlevalfields in unoxmlNoel Grandin
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin