summaryrefslogtreecommitdiff
path: root/binaryurp/source/reader.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-7/+7
2015-06-04More informative exception messageStephan Bergmann1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-2/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+1
2014-09-24Replace use of o3tl::heap_ptr with std::unique_ptrStephan Bergmann1-3/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-36/+21
2014-02-07auto_ptr -> heap_ptrStephan Bergmann1-7/+3
2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann1-0/+1
2013-11-28Minor simplificationStephan Bergmann1-12/+8
2013-11-27binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann1-6/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-3/+0
2012-09-05CosmeticsStephan Bergmann1-24/+19
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania1-59/+27
2012-08-22Change rtl::OUString to OUStringRicardo Montania1-17/+17
2012-06-12re-base on ALv2 code.Michael Meeks1-26/+17
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann1-1/+1
2012-03-20Unused includesStephan Bergmann1-1/+0
2012-02-23Adapted Reader/Writer to safer-to-use salhelper::ThreadStephan Bergmann1-8/+4
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot1-2/+2
2011-11-30catch by constant referenceTakeshi Abe1-2/+2
2011-11-28Adapted to new assertion/logging mechanisms.Stephan Bergmann1-19/+17
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-1/+7
2011-06-02add mode lines to new filesCaolán McNamara1-0/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-01-28sb138: #i115619#, #i116038# use osl_setThreadName in binaryurpsb1-0/+1
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb1-0/+552