office-gobmx/xmlsecurity
Szabolcs Dezsi 743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
..
doc
inc/xmlsecurity
prj
qa/certext
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 15:07:41 +02:00
test_docs
tools
util
workben
AllLangResTarget_xsec.mk
CppunitTest_qa_certext.mk
Library_xmlsecurity.mk
Library_xsec_fw.mk
Library_xsec_xmlsec.mk
Makefile
Module_xmlsecurity.mk
README

Stuff for document signing.

This code provides dialogs, and infrastructure wrapping libxmlsec that
implements document signing.