summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridgefactory.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet1-1/+1
2023-05-28Use getXWeak in binaryurpMike Kaganski1-5/+5
2021-10-29Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski1-2/+3
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel1-1/+1
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-2/+0
2020-07-05binaryurp: create instances with uno constructorsNoel Grandin1-33/+6
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurpStephan Bergmann1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen1-1/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurpStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-18Replace some lists by vectors in binaryurpJulien Nabet1-20/+20
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski1-14/+14
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin1-2/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+2
2016-11-15loplugin:unusedfieldsNoel Grandin1-6/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann1-2/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+0
2014-05-19rhbz#1016758: Dispose bridges when disposing bridge factoryStephan Bergmann1-0/+31
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-13cid#983607 unexpected std::exceptionStephan Bergmann1-1/+2
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-10-01Use prefixTor Lillqvist1-1/+1
2012-09-05CosmeticsStephan Bergmann1-8/+5
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania1-13/+6
2012-08-22Change rtl::OUString to OUStringRicardo Montania1-15/+15
2012-06-12re-base on ALv2 code.Michael Meeks1-26/+17
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-03-20Unused includesStephan Bergmann1-1/+0
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot1-2/+2
2011-11-28Adapted to new assertion/logging mechanisms.Stephan Bergmann1-3/+3
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-7/+0
2011-06-02add mode lines to new filesCaolán McNamara1-0/+3
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb1-0/+232