Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9a4fe0bd
Kaydet (Commit)
9a4fe0bd
authored
Agu 30, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I012b13ee3e73a7fa3c9fd6a4519d414315a6543d
üst
0fc587fc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
46 deletions
+0
-46
decryptorimpl.hxx
xmlsecurity/source/framework/decryptorimpl.hxx
+0
-12
encryptorimpl.hxx
xmlsecurity/source/framework/encryptorimpl.hxx
+0
-12
signaturecreatorimpl.hxx
xmlsecurity/source/framework/signaturecreatorimpl.hxx
+0
-11
signatureverifierimpl.hxx
xmlsecurity/source/framework/signatureverifierimpl.hxx
+0
-11
No files found.
xmlsecurity/source/framework/decryptorimpl.hxx
Dosyayı görüntüle @
9a4fe0bd
...
@@ -51,18 +51,6 @@ class DecryptorImpl : public cppu::ImplInheritanceHelper3
...
@@ -51,18 +51,6 @@ class DecryptorImpl : public cppu::ImplInheritanceHelper3
******************************************************************************/
******************************************************************************/
{
{
private
:
private
:
/*
* the Id of the encryption, which is used for the result listener to
* identify the encryption.
*/
sal_Int32
m_nEncryptionId
;
/*
* the decryption result,
* remembers whether the decryption succeeds.
*/
bool
m_bDecryptionSucceed
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
crypto
::
XXMLSecurityContext
>
m_xXMLSecurityContext
;
com
::
sun
::
star
::
xml
::
crypto
::
XXMLSecurityContext
>
m_xXMLSecurityContext
;
...
...
xmlsecurity/source/framework/encryptorimpl.hxx
Dosyayı görüntüle @
9a4fe0bd
...
@@ -53,23 +53,11 @@ class EncryptorImpl : public cppu::ImplInheritanceHelper4
...
@@ -53,23 +53,11 @@ class EncryptorImpl : public cppu::ImplInheritanceHelper4
******************************************************************************/
******************************************************************************/
{
{
private
:
private
:
/*
* the Id of the encryption, which is used for the result listener to
* identify the encryption.
*/
sal_Int32
m_nEncryptionId
;
/*
/*
* the Id of the element to be encrypted.
* the Id of the element to be encrypted.
*/
*/
sal_Int32
m_nReferenceId
;
sal_Int32
m_nReferenceId
;
/*
* the decryption result,
* remembers whether the encryption succeeds.
*/
bool
m_bEncryptionSucceed
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
crypto
::
XSecurityEnvironment
>
m_xSecurityEnvironment
;
com
::
sun
::
star
::
xml
::
crypto
::
XSecurityEnvironment
>
m_xSecurityEnvironment
;
...
...
xmlsecurity/source/framework/signaturecreatorimpl.hxx
Dosyayı görüntüle @
9a4fe0bd
...
@@ -53,22 +53,11 @@ class SignatureCreatorImpl : public cppu::ImplInheritanceHelper4
...
@@ -53,22 +53,11 @@ class SignatureCreatorImpl : public cppu::ImplInheritanceHelper4
******************************************************************************/
******************************************************************************/
{
{
private
:
private
:
/*
* the Id of the signature, which is used for the result listener to
* identify the signature.
*/
sal_Int32
m_nSignatureId
;
/*
/*
* the Id of template blocker.
* the Id of template blocker.
*/
*/
sal_Int32
m_nIdOfBlocker
;
sal_Int32
m_nIdOfBlocker
;
/*
* the signature creation result
*/
bool
m_bCreationSucceed
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
crypto
::
XSecurityEnvironment
>
m_xSecurityEnvironment
;
com
::
sun
::
star
::
xml
::
crypto
::
XSecurityEnvironment
>
m_xSecurityEnvironment
;
...
...
xmlsecurity/source/framework/signatureverifierimpl.hxx
Dosyayı görüntüle @
9a4fe0bd
...
@@ -51,17 +51,6 @@ class SignatureVerifierImpl : public cppu::ImplInheritanceHelper3
...
@@ -51,17 +51,6 @@ class SignatureVerifierImpl : public cppu::ImplInheritanceHelper3
******************************************************************************/
******************************************************************************/
{
{
private
:
private
:
/*
* the Id of the signature, which is used for the result listener to
* identify the signature.
*/
sal_Int32
m_nSignatureId
;
/*
* the verify result
*/
bool
m_bVerifySucceed
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
crypto
::
XXMLSecurityContext
>
m_xXMLSecurityContext
;
com
::
sun
::
star
::
xml
::
crypto
::
XXMLSecurityContext
>
m_xXMLSecurityContext
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment