summaryrefslogtreecommitdiff
path: root/unoxml/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh1-0/+7
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-7/+7
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+4
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-4/+4
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC24-91/+24
2021-02-19loplugin:refcounting in unoxmlNoel3-9/+8
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel10-46/+27
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann5-16/+18
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-5/+5
2020-08-06loplugin:flatten in unoxmlNoel Grandin5-100/+104
2020-07-08unoxml: create instances with uno constructorsNoel Grandin16-428/+79
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unoxmlStephan Bergmann1-1/+1
2020-06-05Upcoming loplugin:elidestringvar: unoxmlStephan Bergmann1-2/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-04-28move the castToFastAttributeList functionNoel Grandin1-4/+1
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin1-1/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin1-5/+7
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin2-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann1-2/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin5-10/+10
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu1-2/+1
2020-01-24Use std::vector instead of std::unique_ptrMike Kaganski1-12/+9
2020-01-23simplify NodeArray codeNoel Grandin1-14/+13
2020-01-16unoxml: CDocumentBuilder::parseURI should handle non-file:/// URIs.Michael Meeks1-4/+21
2020-01-10use more std::make_sharedNoel Grandin1-3/+3
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen25-48/+19
2019-12-24sal_Char->char in unoxmlNoel Grandin7-22/+22
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+11
2019-10-28add some __attribute__ ((formatNoel Grandin1-0/+3
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-8/+7
2019-10-15new loplugin:bufferaddNoel Grandin1-8/+2
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin2-2/+2
2019-09-07tdf#39593 use isUnoTunnelId in unoxmlArkadiy Illarionov1-3/+1
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin1-4/+4
2019-08-18Simplify code in unoxml about initializationsJulien Nabet3-39/+6
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unoxmlStephan Bergmann12-13/+13
2019-07-30unordf: oops, and we forgot to amend with <= instead of <Michael Stahl1-1/+1
2019-07-30unordf: restore thread safetyMichael Stahl1-23/+42
2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin4-40/+21
2019-07-03tdf#125706 and tdf#125665 writer, speed up RDF, take2Noel Grandin1-21/+159
2019-07-03Revert "tdf#125706 and tdf#125665 writer, speed up RDF"Noel Grandin1-266/+7
2019-06-28tdf#125706 and tdf#125665 writer, speed up RDFNoel Grandin1-7/+266
2019-06-25Simplify Sequence iterations in unoxmlArkadiy Illarionov3-26/+17
2019-06-18tdf#39593 Remove DOM::CNode::GetImplementationArkadiy Illarionov3-20/+16