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
6cfff3f0
Kaydet (Commit)
6cfff3f0
authored
Tem 19, 2004
tarafından
Malte Timmermann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i21596# convert user data to int32 first...
üst
df4fa95d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
digitalsignaturesdialog.cxx
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+4
-4
No files found.
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
Dosyayı görüntüle @
6cfff3f0
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: digitalsignaturesdialog.cxx,v $
* $RCSfile: digitalsignaturesdialog.cxx,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author: mt $ $Date: 2004-07-1
5 07:16:1
0 $
* last change: $Author: mt $ $Date: 2004-07-1
9 06:45:4
0 $
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -286,7 +286,7 @@ IMPL_LINK( DigitalSignaturesDialog, RemoveButtonHdl, Button*, EMPTYARG )
...
@@ -286,7 +286,7 @@ IMPL_LINK( DigitalSignaturesDialog, RemoveButtonHdl, Button*, EMPTYARG )
{
{
if
(
maSignaturesLB
.
FirstSelected
()
)
if
(
maSignaturesLB
.
FirstSelected
()
)
{
{
USHORT
nSelected
=
(
USHORT
)
maSignaturesLB
.
FirstSelected
()
->
GetUserData
();
USHORT
nSelected
=
(
USHORT
)
(
sal_Int32
)
maSignaturesLB
.
FirstSelected
()
->
GetUserData
();
aCurrentSignatureInformations
.
erase
(
aCurrentSignatureInformations
.
begin
()
+
nSelected
);
aCurrentSignatureInformations
.
erase
(
aCurrentSignatureInformations
.
begin
()
+
nSelected
);
// Export all other signatures...
// Export all other signatures...
...
@@ -394,7 +394,7 @@ void DigitalSignaturesDialog::ImplShowSignaturesDetails()
...
@@ -394,7 +394,7 @@ void DigitalSignaturesDialog::ImplShowSignaturesDetails()
{
{
if
(
maSignaturesLB
.
FirstSelected
()
)
if
(
maSignaturesLB
.
FirstSelected
()
)
{
{
USHORT
nSelected
=
(
USHORT
)
maSignaturesLB
.
FirstSelected
()
->
GetUserData
();
USHORT
nSelected
=
(
USHORT
)
(
sal_Int32
)
maSignaturesLB
.
FirstSelected
()
->
GetUserData
();
const
SignatureInformation
&
rInfo
=
aCurrentSignatureInformations
[
nSelected
];
const
SignatureInformation
&
rInfo
=
aCurrentSignatureInformations
[
nSelected
];
uno
::
Reference
<
dcss
::
security
::
XCertificate
>
xCert
=
maSignatureHelper
.
GetSecurityEnvironment
()
->
getCertificate
(
rInfo
.
ouX509IssuerName
,
numericStringToBigInteger
(
rInfo
.
ouX509SerialNumber
)
);
uno
::
Reference
<
dcss
::
security
::
XCertificate
>
xCert
=
maSignatureHelper
.
GetSecurityEnvironment
()
->
getCertificate
(
rInfo
.
ouX509IssuerName
,
numericStringToBigInteger
(
rInfo
.
ouX509SerialNumber
)
);
...
...
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