summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-09remove Calc's software interpreterLuboš Luňák1-2/+0
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-4/+5
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-1/+1
2018-07-26comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-6/+0
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-3/+1
2018-07-23Fix typosAndrea Gelmini1-2/+2
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin9-26/+26
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-18Allow the comphelper threadpool to be reset after construction.Michael Meeks1-5/+4
2018-07-11clean up UNO available() implementationsNoel Grandin2-3/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen10-0/+10
2018-07-06base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2-51/+75
2018-07-05tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt1-0/+33
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-12/+12
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin1-20/+11
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-1/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke6-6/+1
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2-4/+4
2018-05-31Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist2-0/+37
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin1-2/+2
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin3-4/+22
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin1-4/+2
2018-05-18Refactor SfxObjectShell sign methodsSamuel Mehrbrodt1-0/+13
2018-04-25turn off randomness when running under valgrindNoel Grandin1-0/+9
2018-04-15cppcheck: variableScopeMuhammet Kara1-4/+2
2018-04-15remove some unused comphelper includesJochen Nitschke2-1/+2
2018-04-10loplugin:unusedmethodsNoel Grandin1-60/+0
2018-04-07comphelper: use a lambda expression in NamedValueCollection::operator >>=()Chris Sherlock1-23/+6
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-0/+12
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini1-20/+17
2018-04-01remove unused processfactory.hxx includesJochen Nitschke4-4/+0
2018-03-25accessibility: simplify OCommonAccessibleTextArnaud Versini1-33/+28
2018-03-08oox: preserve the ContentType of custom filesAshod Nakashian1-0/+32
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin1-2/+1
2018-03-08loplugin:unusedmethodsNoel Grandin1-13/+0
2018-03-05drop sax::tools::*base64 methodsNoel Grandin2-0/+107
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet9-55/+40
2018-02-26Introduce DocPasswordHelper::GetOoxHashAsVector() with salt value vectorEike Rathke1-5/+15
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke3-18/+23
2018-02-26Use unsigned char, it is..Eike Rathke1-2/+2
2018-02-26Swap UTF16-BE to UTF16-LE in Hash::calculateHash()Eike Rathke1-0/+16
2018-02-26Accept also "SHA1" for "SHA-1" even if not specifiedEike Rathke1-1/+1
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke3-17/+19
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke3-47/+50
2018-02-24Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke2-12/+25
2018-02-24Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke2-0/+141
2018-02-14oox: cosmetic cleanupAshod Nakashian1-9/+9
2018-01-30silence coverity#1428735 Use of untrusted scalar valueCaolán McNamara1-0/+1
2018-01-27lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky1-0/+48