summaryrefslogtreecommitdiff
path: root/package/source/xstor
AgeCommit message (Expand)AuthorFilesLines
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin1-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-55/+55
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin5-73/+60
2015-10-23com::sun::star->css in package,pyunoNoel Grandin11-663/+657
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-190/+190
2015-10-06loplugin:mergeclassesNoel Grandin1-6/+3
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-0/+1
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe7-13/+12
2015-07-07loplugin:unusedmethods packageNoel Grandin2-13/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin6-20/+20
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-10/+7
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara4-5/+5
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin2-7/+7
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-4/+4
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-12unnecessary castCaolán McNamara1-4/+3
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl1-27/+15
2015-03-12package: convert StorInternalData_Impl member to std::unique_ptrMichael Stahl1-20/+12
2015-03-12package: convert OStorage::m_pData to std::unique_ptrMichael Stahl2-6/+5
2015-03-12package: move WSInternalData_Impl out of headerMichael Stahl2-16/+17
2015-03-12package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl2-16/+12
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl2-23/+18
2015-03-11redundant checkCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara2-7/+7
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+3
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann1-6/+7
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-11/+11
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl4-0/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
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 Gelmini2-9/+9
2014-11-04coverity#706578 uncaught exceptionDavid Tardon1-7/+14
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara1-1/+9
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara1-3/+10
2014-10-30OSL_ENSURE->assert when follow by deref of tested pointerCaolán McNamara1-1/+1
2014-10-24package: OInputCompStream::m_xStream is never nullMichael Stahl2-39/+6
2014-10-14bff: terminate on SAXException on malformed inputCaolán McNamara1-1/+22
2014-09-29loplugin: cstylecastNoel Grandin2-9/+9
2014-07-26coverity#706577 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-25coverity#706572 Uncaught exceptionCaolán McNamara1-1/+1