summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.cxx
AgeCommit message (Expand)Author
2024-11-10com::sun::star -> cssMike Kaganski
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara
2024-05-06loplugin:ostr in binaryurpNoel Grandin
2024-02-04cid#1591493 Unchecked return valueCaolán McNamara
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-09-13Revert "loplugin:unodispose in binaryurp"Noel Grandin
2023-09-13loplugin:unodispose in binaryurpNoel Grandin
2023-05-28Use getXWeak in binaryurpMike Kaganski
2022-05-23cid#1504543 Silence unhelpful, aggressive UNINIT_CTORStephan Bergmann
2022-05-21clang-tidy modernize-pass-by-value in binaryurpNoel Grandin
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-03-25binaryurp: use more std::mutexArnaud Versini
2021-10-29Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski
2021-10-08loplugin:moveparam in binaryurpNoel Grandin
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