/linguistic/workben/

<ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
The includes in CryptTools.hxx that are within #if/#endif directives
are not altered. iwyu suggested replacing the includes for nss.h,
pk11pub.h, and sechash.h with hasht.h, pkcs11t.h, seccomon.h,
and secmodt.h. I decided not to because it might make CryptTools.hxx
harder to refactor in exchange for little gain.

Before creating this commit, I ran 'make check' after passing
--with-tls=openssl to ./autogen.sh to ensure that building with
either OpenSSL or NSS (the default except on iOS and Android) works.

Change-Id: I20260d18f073ffd8077bbcc597e7a8e4954e2ec5
Reviewed-on: https://gerrit.libreoffice.org/24386
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
remove operator>> and operator<< methods 2014-12-12T08:46:23+00:00 Noel Grandin noel@peralex.com 2014-12-12T08:45:32+00:00 aa2f02a4dc8a05f49e679a26f2beebb9d66b2325 in favour of ReadXXX/WriteXXX methods Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
in favour of ReadXXX/WriteXXX methods

Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
oox: prefer passing OUString by reference 2014-03-17T07:00:08+00:00 Noel Grandin noel@peralex.com 2014-03-17T06:58:59+00:00 c66229bfa4284758b787bf80ddd1b2e3795881df Change-Id: Iace276878e7ae668bba5bb6e36af1e5d5d72d6cb
Change-Id: Iace276878e7ae668bba5bb6e36af1e5d5d72d6cb
fdo#35422 Support to open encrypted Office 2010 and 2013 formats 2013-08-24T20:53:04+00:00 Tomaž Vajngerl quikee@gmail.com 2013-08-24T20:40:54+00:00 4323c66840e4c7dcacda0e33d33d7e67fdb08f09 Additionally encryption and decryption has been refactored. 2 engines have been added: AgileEngine and Standard2007Engine, which contain core functions for encryption and decryption. Standard2007Engine refers to encryption and decryption as used in Office 2007 and AgileEngine refers to encryption and decryption as used in Office 2010 and 2013. AgileEngine does not yet support encryption. Change-Id: Ica1d4d5a109fb204012b92a0c39325fe0b99b793
Additionally encryption and decryption has been refactored.
2 engines have been added: AgileEngine and Standard2007Engine,
which contain core functions for encryption and decryption.
Standard2007Engine refers to encryption and decryption as used
in Office 2007 and AgileEngine refers to encryption and decryption
as used in Office 2010 and 2013. AgileEngine does not yet support
encryption.

Change-Id: Ica1d4d5a109fb204012b92a0c39325fe0b99b793