summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-12package: move WSInternalData_Impl out of headerMichael Stahl1-0/+16
2015-03-12package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl1-15/+11
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl1-17/+14
2015-03-11redundant checkCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-6/+6
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-6/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-7/+7
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara1-1/+9
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara1-3/+10
2014-09-29loplugin: cstylecastNoel Grandin1-4/+4
2014-07-14coverity#983698 Uncaught exceptionCaolán McNamara1-4/+25
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-5/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-68/+68
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-4/+2
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-1/+1
2014-04-22filter: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22package: sal_Bool->boolNoel Grandin1-83/+83
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann1-33/+33
2014-04-16package: Turn own logging infra into SAL_INFO to reduce product bin size.Jan Holesovsky1-65/+52
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-10package: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-45/+45
2014-01-22bool improvementsStephan Bergmann1-3/+3
2014-01-05package: avoid un-necessary modification event work.Michael Meeks1-1/+1
2013-12-13fdo#71786 : Implemented Glossary folderRohit Deshmukh1-0/+4
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa1-119/+2
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-43/+40
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-36/+36
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin1-29/+19
2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin1-9/+6
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-6/+5
2012-10-23package: kill RTL_CONSTASCII_USTRINGPARAM in owriteablestreamMiklos Vajna1-124/+119
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-1/+1
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-2/+2
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-10/+9
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-6/+4
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-48/+19
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-3/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-16/+16
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot1-23/+23
2011-11-27remove include of pch header from packageNorbert Thiebaud1-2/+0
2011-09-08add chaff to encrypted documentsCaolán McNamara1-0/+17
2011-08-11Some cppcheck cleaningJulien Nabet1-2/+2
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-98/+90