summaryrefslogtreecommitdiff
path: root/io/source/stm/omark.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-17cid#1608473 Data race conditionCaolán McNamara1-1/+2
2024-10-09cid#1608473 Data race conditionNoel Grandin1-32/+47
2024-05-09loplugin:ostr in ioNoel Grandin1-9/+9
2024-03-29tdf#146619 Drop unused 'using namespace' in: io/Gabor Kelemen1-1/+0
2023-12-18unique_ptr->optional in OMarkableInputStreamNoel Grandin1-16/+17
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen1-9/+8
2022-09-11no need to allocate MemRingBuffer separately in OMarkableOutputStreamNoel Grandin1-8/+7
2022-05-08osl::Mutex->std::mutex in OMarkableInputStreamNoel Grandin1-11/+10
2022-05-08osl::Mutex->std::mutex in OMarkableOutputStreamNoel Grandin1-10/+10
2020-07-14io: create instances with uno constructorsNoel Grandin1-47/+13
2020-01-26remove some unused local varsNoel Grandin1-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+7
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann1-2/+2
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen1-5/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-1/+1
2018-10-03no need to call empty() before clear()Noel Grandin1-4/+1
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-10/+14
2018-01-15remove local copies of std::min,std::maxNoel Grandin1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: ioStephan Bergmann1-1/+1
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-15/+6
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-113/+103
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-4/+4
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-12/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-30/+18
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-147/+56
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ioStephan Bergmann1-0/+2
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-9/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-19/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-17coverity#1327454 Uncaught exceptionCaolán McNamara1-35/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-36/+36
2015-10-12loplugin:mergeclassesNoel Grandin1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-12/+12
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-30/+30
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-5/+5
2014-04-23io: sal_Bool->boolNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-36/+36
2014-03-08coverity#707939 Uninitialized scalar fieldCaolán McNamara1-2/+3