summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2023-01-19tdf#153039 unoxml: replace root element of CDocument throwsMichael Stahl14-19/+28
2023-01-17tdf#153009 Use recursive mutex in CDocumentBuilderMichael Weghorn1-1/+1
2023-01-15XUnoTunnel->dynamic_cast in CNodeNoel Grandin4-35/+13
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-3/+2
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-4/+4
2022-09-14libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-06-27clang-tidy modernize-pass-by-value in unoxmlNoel Grandin11-44/+52
2022-06-20Simplify checks with functions.Hannah Meeks2-32/+41
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann2-2/+2
2022-05-07osl::Mutex->std::mutex in librdf_NamedGraphNoel Grandin1-6/+6
2022-05-03Just use Any ctor instead of makeAny in unoxmlStephan Bergmann1-6/+6
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen7-9/+1
2022-03-06crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara1-8/+5
2021-12-25osl::Mutex->std::mutex in CEventNoel Grandin5-32/+32
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-11-19rtl::Static->thread-safe static in unoxmlNoel Grandin2-11/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in unoxmlMike Kaganski2-9/+12
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-6/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-13/+13
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin8-14/+6
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-1/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin4-51/+51
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin1-2/+2
2021-08-01unordered_map is better when using pointers as keysNoel Grandin1-2/+2
2021-07-31osl::Mutex->std::mutex in CXPathAPINoel Grandin2-6/+7
2021-07-31osl::Mutex->std::mutex in CDocumentBuilderNoel Grandin2-7/+8
2021-07-31osl::Mutex->std::mutex in CSAXDocumentBuilderNoel Grandin2-16/+16
2021-07-31osl::Mutex->std::mutex in librdf_RepositoryNoel Grandin1-34/+35
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 Bergmann5-8/+8
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-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC30-111/+30
2021-03-09Make sal/config.h the first in pchMike Kaganski1-1/+2
2021-02-19loplugin:refcounting in unoxmlNoel3-9/+8
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel11-62/+35
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+6
2020-12-15update pchesCaolán McNamara1-1/+2
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-09-11Fix the minimal build-tools targetJan-Marek Glogowski1-0/+5
2020-08-06loplugin:flatten in unoxmlNoel Grandin5-100/+104
2020-07-12update pchesCaolán McNamara1-6/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1