Commit Graph

14 Commits

Author SHA1 Message Date
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
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
2013-04-07 14:23:11 +02:00
Stephan Bergmann
ec52e5e5a2 Consolidate XMLSEC_NO_SIZE_T setting in xmlsecurity/xmlsec-wrapper.h
...so all xmlsec/*.h includes are bundled there now (except, for pragmatic
reasons, the xmlsec/mscrypto/*.h ones that unconditionally include windows.h and
only work on Windows).

Change-Id: I33e642f4f6a2e40edd6950af7f209c8b76c6e5fe
2013-03-25 08:52:55 +01:00
Michael Meeks
6eeb0942c3 re-base on ALv2 code. Includes:
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-07-17 11:51:17 +01:00
Szabolcs Dezsi
f770c5d6bc Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06 12:48:32 +02:00
Norbert Thiebaud
b33971cb12 remove include of pch header from xmlsecurity 2011-11-27 13:28:28 -06:00
Fridrich Štrba
4cd6e07a84 And yet another .getStr()-style fix 2011-10-06 14:55:36 +02:00
Sebastian Spaeth
ead7290449 Add vim/emacs modelines to all source files
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-10-13 10:57:23 +02:00
Jens-Heiner Rechtien
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Rüdiger Timm
dd7f525423 INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED
2008/03/31 16:31:04 rt 1.5.66.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:32:27 +00:00
Ivo Hinkelmann
5457d8c673 INTEGRATION: CWS jl51 (1.4.30); FILE MERGED
2007/02/06 16:38:12 jl 1.4.30.1: #i69228 warning free code
2007-04-17 09:26:12 +00:00
Oliver Bolte
3dde39a658 INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED
2006/09/01 18:00:55 kaib 1.3.86.1: #i68856# Added header markers and pch files
2006-09-16 13:44:58 +00:00
Rüdiger Timm
bca77dcdb7 INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED
2005/09/05 17:01:57 rt 1.2.52.1: #i54170# Change license header: remove SISSL
2005-09-09 16:30:26 +00:00
Vladimir Glazounov
b8c4e6736d INTEGRATION: CWS xmlsec08 (1.1.1.1.24); FILE MERGED
2005/01/20 03:34:25 mmi 1.1.1.1.24.1: smartcard support
Issue number:  38448
Submitted by:
Reviewed by:
2005-03-10 17:11:41 +00:00
Malte Timmermann
9f34fde7a8 libxmlsec 2004-07-12 12:15:31 +00:00