summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/decryptorimpl.cxx
AgeCommit message (Collapse)Author
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
using variations of: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\)\; \s*OUString\* pArray.*; .*\[0\]\s*=\s*(\S+)\;/Sequence<OUString> \1 { \2 };/g" Change-Id: I03c64334ff30ee14dce0d17b67f5122a3893bbe3 Reviewed-on: https://gerrit.libreoffice.org/19971 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: Idcaafa47f1891858d2ac4cdc536065cbc127b7c4
2014-12-18xmlsecurity: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I18370f6203455cf7568e48e49b7093d114656619
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-01-17Convert xmlsecurity to cppu::supportsServiceAlexandre Vicenzi
Change-Id: Ifcec9e067e54cc8a3d1254d41d09ea251820849d
2013-06-05fdo#46808, Convert XMultiServiceFactory in xmlsecurity moduleNoel Grandin
Change-Id: Ia134170d07f33c2649b2a2620f40bc7b45ec7e16
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-06-03removed unused definesTakeshi Abe
Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2011-11-27remove include of pch header from xmlsecurityNorbert Thiebaud
2011-02-08Remove useless comments in components.Guillaume Poussel
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.6.66); FILE MERGEDRüdiger Timm
2008/04/01 13:06:20 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.6.66.1: #i87441# Change license header to LPGL v3.
2007-04-17INTEGRATION: CWS jl51 (1.5.30); FILE MERGEDIvo Hinkelmann
2007/02/05 13:54:18 jl 1.5.30.1: #i69228 warning free code
2006-09-16INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGEDOliver Bolte
2006/09/01 18:00:49 kaib 1.4.86.1: #i68856# Added header markers and pch files
2005-09-09INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGEDRüdiger Timm
2005/09/05 17:01:41 rt 1.3.72.1: #i54170# Change license header: remove SISSL
2004-11-29#i10000# Include removedRüdiger Timm
2004-11-26INTEGRATION: CWS xmlsec06 (1.1.1.1.2); FILE MERGEDRüdiger Timm
2004/10/12 08:30:48 mmi 1.1.1.1.2.1: add error detail information Issue number: Submitted by: Reviewed by:
2004-07-12libxmlsecMalte Timmermann