summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/bridge.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rephrase commentStephan Bergmann2020-06-251-3/+3
* Fix typosAndrea Gelmini2020-06-251-1/+1
* HACK to decouple URP release calls from all other threadsStephan Bergmann2020-06-231-2/+19
* Improve a SAL_WARN messageStephan Bergmann2020-06-101-1/+2
* Properly handle initial object queryInterface return valueStephan Bergmann2020-06-041-1/+17
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-151-3/+3
* tdf#42949 Add back includes to binaryurp/Gabor Kelemen2020-01-281-0/+1
* tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen2020-01-271-3/+0
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-2/+2
* tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara2019-01-111-4/+2
* Use [[maybe_unused]] instead of cast to voidStephan Bergmann2018-12-081-2/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet2017-11-231-1/+5
* Replace some lists by vectors in binaryurpJulien Nabet2017-11-181-14/+13
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-1/+1
* binaryurp: consistently use "" and <> for include directivesMike Kaganski2017-10-111-32/+32
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-7/+4
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-081-6/+4
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-6/+4
* use SAL_DEPRECATED in uno::ReferenceNoel Grandin2016-07-041-1/+1
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-13/+13
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-13/+13
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-011-2/+1
* boost::noncopyable->'= delete'Caolán McNamara2015-02-161-3/+8
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-2/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-241-2/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-17/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-17/+7
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-6/+6
* cid#706247 wrong exception typeStephan Bergmann2014-02-131-1/+1
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-071-2/+2
* fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann2014-02-071-4/+12
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter2013-02-191-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* CosmeticsStephan Bergmann2012-09-051-18/+9
* OUString and RTL_CONSTASCII cleanupRicardo Montania2012-09-051-57/+25
* Change rtl::OUString to OUStringRicardo Montania2012-08-221-40/+40
* fdo#43433: Binary URP works gracefully with old Java URPStephan Bergmann2012-08-151-1/+18
* re-base on ALv2 code.Michael Meeks2012-06-121-26/+17
* Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann2012-05-231-65/+140
* Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2012-05-161-21/+31
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+1