summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-04cid#1591493 Unchecked return valueCaolán McNamara1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-09-13Revert "loplugin:unodispose in binaryurp"Noel Grandin1-2/+0
2023-09-13loplugin:unodispose in binaryurpNoel Grandin1-0/+2
2023-05-28Use getXWeak in binaryurpMike Kaganski1-8/+8
2022-05-23cid#1504543 Silence unhelpful, aggressive UNINIT_CTORStephan Bergmann1-0/+1
2022-05-21clang-tidy modernize-pass-by-value in binaryurpNoel Grandin1-7/+8
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-03-25binaryurp: use more std::mutexArnaud Versini1-22/+22
2021-10-29Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski1-1/+1
2021-10-08loplugin:moveparam in binaryurpNoel Grandin1-5/+5
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-06-25Rephrase commentStephan Bergmann1-3/+3
2020-06-25Fix typosAndrea Gelmini1-1/+1
2020-06-23HACK to decouple URP release calls from all other threadsStephan Bergmann1-2/+19
2020-06-10Improve a SAL_WARN messageStephan Bergmann1-1/+2
2020-06-04Properly handle initial object queryInterface return valueStephan Bergmann1-1/+17
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin1-3/+3
2020-01-28tdf#42949 Add back includes to binaryurp/Gabor Kelemen1-0/+1
2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen1-3/+0
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-2/+2
2019-01-11tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara1-4/+2
2018-12-08Use [[maybe_unused]] instead of cast to voidStephan Bergmann1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet1-1/+5
2017-11-18Replace some lists by vectors in binaryurpJulien Nabet1-14/+13
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-1/+1
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski1-32/+32
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-7/+4
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin1-6/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+4
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-13/+13
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-2/+1
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-3/+8
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-17/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-17/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-13cid#706247 wrong exception typeStephan Bergmann1-1/+1