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
64fe6843
Kaydet (Commit)
64fe6843
authored
Tem 17, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedmethods xmlsecurity
Change-Id: I7b0a6521168dab13e87fc39920fdaef70943961e
üst
feedb957
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
18 deletions
+0
-18
certificateviewer.hxx
xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+0
-4
macrosecurity.hxx
xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
+0
-5
sanextension_nssimpl.hxx
xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
+0
-3
securityenvironment_nssimpl.cxx
...ecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
+0
-5
securityenvironment_nssimpl.hxx
...ecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
+0
-1
No files found.
xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
Dosyayı görüntüle @
64fe6843
...
@@ -71,10 +71,6 @@ public:
...
@@ -71,10 +71,6 @@ public:
const
OUString
&
rUIXMLDescription
,
CertificateViewer
*
_pDlg
);
const
OUString
&
rUIXMLDescription
,
CertificateViewer
*
_pDlg
);
virtual
~
CertificateViewerTP
();
virtual
~
CertificateViewerTP
();
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
dispose
()
SAL_OVERRIDE
;
void
SetTabDlg
(
CertificateViewer
*
_pTabDlg
)
{
mpDlg
=
_pTabDlg
;
}
};
};
class
CertificateViewerGeneralTP
:
public
CertificateViewerTP
class
CertificateViewerGeneralTP
:
public
CertificateViewerTP
...
...
xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
Dosyayı görüntüle @
64fe6843
...
@@ -85,11 +85,6 @@ public:
...
@@ -85,11 +85,6 @@ public:
virtual
~
MacroSecurityTP
();
virtual
~
MacroSecurityTP
();
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
dispose
()
SAL_OVERRIDE
;
void
SetTabDlg
(
MacroSecurity
*
pTabDlg
)
{
mpDlg
=
pTabDlg
;
}
virtual
void
ClosePage
()
=
0
;
virtual
void
ClosePage
()
=
0
;
};
};
...
...
xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
Dosyayı görüntüle @
64fe6843
...
@@ -55,9 +55,6 @@ class SanExtensionImpl : public ::cppu::WeakImplHelper1<
...
@@ -55,9 +55,6 @@ class SanExtensionImpl : public ::cppu::WeakImplHelper1<
//Methods from XSanExtension
//Methods from XSanExtension
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
security
::
CertAltNameEntry
>
SAL_CALL
getAlternativeNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
security
::
CertAltNameEntry
>
SAL_CALL
getAlternativeNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
//Helper method
void
setCertExtn
(
unsigned
char
*
value
,
unsigned
int
vlen
,
unsigned
char
*
id
,
unsigned
int
idlen
,
bool
critical
)
;
}
;
}
;
#endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_SANEXTENSION_NSSIMPL_HXX
#endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_SANEXTENSION_NSSIMPL_HXX
...
...
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
Dosyayı görüntüle @
64fe6843
...
@@ -480,11 +480,6 @@ Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const O
...
@@ -480,11 +480,6 @@ Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const O
return
xcert
;
return
xcert
;
}
}
Reference
<
XCertificate
>
SecurityEnvironment_NssImpl
::
getCertificate
(
const
OUString
&
issuerName
,
const
OUString
&
serialNumber
)
throw
(
SecurityException
,
RuntimeException
)
{
Sequence
<
sal_Int8
>
serial
=
numericStringToBigInteger
(
serialNumber
)
;
return
getCertificate
(
issuerName
,
serial
)
;
}
Sequence
<
Reference
<
XCertificate
>
>
SecurityEnvironment_NssImpl
::
buildCertificatePath
(
const
Reference
<
XCertificate
>&
begin
)
throw
(
SecurityException
,
RuntimeException
,
std
::
exception
)
{
Sequence
<
Reference
<
XCertificate
>
>
SecurityEnvironment_NssImpl
::
buildCertificatePath
(
const
Reference
<
XCertificate
>&
begin
)
throw
(
SecurityException
,
RuntimeException
,
std
::
exception
)
{
const
X509Certificate_NssImpl
*
xcert
;
const
X509Certificate_NssImpl
*
xcert
;
const
CERTCertificate
*
cert
;
const
CERTCertificate
*
cert
;
...
...
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
Dosyayı görüntüle @
64fe6843
...
@@ -121,7 +121,6 @@ private :
...
@@ -121,7 +121,6 @@ private :
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
>
SAL_CALL
getPersonalCertificates
()
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
>
SAL_CALL
getPersonalCertificates
()
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
SAL_CALL
getCertificate
(
const
OUString
&
issuerName
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
serialNumber
)
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
SAL_CALL
getCertificate
(
const
OUString
&
issuerName
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
serialNumber
)
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
SAL_CALL
getCertificate
(
const
OUString
&
issuerName
,
const
OUString
&
serialNumber
)
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
>
SAL_CALL
buildCertificatePath
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>&
beginCert
)
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>
>
SAL_CALL
buildCertificatePath
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificate
>&
beginCert
)
throw
(
::
com
::
sun
::
star
::
uno
::
SecurityException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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