summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin3-36/+13
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-3/+1
2018-01-17xmlsecurity: cleanup commentThorsten Behrens1-1/+0
2018-01-15tdf#114488 Rank multiple images also for flat odfSamuel Mehrbrodt1-4/+4
2018-01-15More loplugin:cstylecast: comphelperStephan Bergmann1-1/+1
2018-01-15loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin2-8/+3
2018-01-13tdf#114550 use 32 bit random session key for gpg encryptionThorsten Behrens1-2/+2
2018-01-13gpg4libre: open encrypted files also via gpgThorsten Behrens1-0/+96
2018-01-12tdf#114939 sfx2: notify user of non-interoperable passwordsMichael Stahl1-0/+2
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl1-1/+12
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann22-93/+93
2018-01-04loplugin:unusedfieldsNoel Grandin1-13/+0
2017-12-28Full UBSan in external/firebirdStephan Bergmann1-1/+0
2017-12-19lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky1-2/+15
2017-12-19inline use-once typedefsNoel Grandin2-4/+3
2017-12-18loplugin:unusedindexMike Kaganski2-23/+18
2017-12-15lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-0/+12
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-6/+6
2017-12-12Move generateGUIDString to comphelperSamuel Mehrbrodt1-0/+14
2017-12-11loplugin:salcall fix functionsNoel Grandin11-11/+11
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke3-13/+0
2017-12-08cppcheck: fix some reportsJulien Nabet2-7/+4
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens2-7/+0
2017-12-08gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGMEThorsten Behrens1-2/+2
2017-12-07comphelper: fix windows buildThorsten Behrens1-1/+1
2017-12-07gpg4libre: permit multi-select encrypt certThorsten Behrens1-3/+10
2017-12-07gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens2-14/+98
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin3-13/+13
2017-11-30tdf#113696 Add mimetype to image elementSamuel Mehrbrodt1-0/+54
2017-11-28tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens2-0/+52
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1