summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.cxx
AgeCommit message (Expand)Author
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-06-25Rephrase commentStephan Bergmann
2020-06-25Fix typosAndrea Gelmini
2020-06-23HACK to decouple URP release calls from all other threadsStephan Bergmann
2020-06-10Improve a SAL_WARN messageStephan Bergmann
2020-06-04Properly handle initial object queryInterface return valueStephan Bergmann
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin
2020-01-28tdf#42949 Add back includes to binaryurp/Gabor Kelemen
2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-01-11tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara
2018-12-08Use [[maybe_unused]] instead of cast to voidStephan Bergmann
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet
2017-11-18Replace some lists by vectors in binaryurpJulien Nabet
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-13cid#706247 wrong exception typeStephan Bergmann
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-05CosmeticsStephan Bergmann
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania
2012-08-22Change rtl::OUString to OUStringRicardo Montania
2012-08-15fdo#43433: Binary URP works gracefully with old Java URPStephan Bergmann
2012-06-12re-base on ALv2 code.Michael Meeks