Common User Interface It was moved out from svx in DEV300m68: http://www.mail-archive.com/dev@openoffice.org/msg12925.html It contains dialogs used by more than one application, e.g. paragraph properties. xml/source/dom?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/unoxml/source/dom
AgeCommit message (Expand)Author
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-06no need to allocate these separatelyNoel Grandin
2023-01-19tdf#153039 unoxml: replace root element of CDocument throwsMichael Stahl
2023-01-17tdf#153009 Use recursive mutex in CDocumentBuilderMichael Weghorn
2023-01-15XUnoTunnel->dynamic_cast in CNodeNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-27clang-tidy modernize-pass-by-value in unoxmlNoel Grandin
2022-06-20Simplify checks with functions.Hannah Meeks
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-03-06crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara
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