summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-2/+2
2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann1-4/+12
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-09-05CosmeticsStephan Bergmann1-18/+9
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania1-57/+25
2012-08-22Change rtl::OUString to OUStringRicardo Montania1-40/+40
2012-08-15fdo#43433: Binary URP works gracefully with old Java URPStephan Bergmann1-1/+18
2012-06-12re-base on ALv2 code.Michael Meeks1-26/+17
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann1-65/+140
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann1-21/+31
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-03-08Clarifying comment addedStephan Bergmann1-0/+6
2012-02-23Adapted Reader/Writer to safer-to-use salhelper::ThreadStephan Bergmann1-3/+3
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot1-4/+4
2011-11-30catch by constant referenceTakeshi Abe1-5/+5
2011-11-29Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.Stephan Bergmann1-1/+1
2011-11-28Adapted to new assertion/logging mechanisms.Stephan Bergmann1-47/+54
2011-06-02add mode lines to new filesCaolán McNamara1-0/+3
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb1-0/+978