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
25570b18
Kaydet (Commit)
25570b18
authored
Ock 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I550337b24e6efe96bb8ac40bd6e574065e84b135
üst
fa189d74
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
documentdigitalsignatures.cxx
xmlsecurity/source/component/documentdigitalsignatures.cxx
+2
-2
certificatechooser.cxx
xmlsecurity/source/dialogs/certificatechooser.cxx
+3
-3
digitalsignaturesdialog.cxx
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+1
-1
xmlsignaturehelper2.cxx
xmlsecurity/source/helper/xmlsignaturehelper2.cxx
+1
-1
xsecparser.cxx
xmlsecurity/source/helper/xsecparser.cxx
+2
-2
No files found.
xmlsecurity/source/component/documentdigitalsignatures.cxx
Dosyayı görüntüle @
25570b18
...
...
@@ -240,7 +240,7 @@ DocumentDigitalSignatures::ImplVerifySignatures(
{
if
(
!
rxStorage
.
is
())
{
DBG_ASSERT
(
0
,
"Error, no XStorage provided"
);
DBG_ASSERT
(
false
,
"Error, no XStorage provided"
);
return
Sequence
<
css
::
security
::
DocumentSignatureInformation
>
();
}
// First check for the InputStream, to avoid unnecessary initialization of the security environemnt...
...
...
@@ -381,7 +381,7 @@ void DocumentDigitalSignatures::showCertificate(
if
(
bInit
)
{
CertificateViewer
aViewer
(
NULL
,
aSignatureHelper
.
GetSecurityEnvironment
(),
_Certificate
,
sal_F
alse
);
CertificateViewer
aViewer
(
NULL
,
aSignatureHelper
.
GetSecurityEnvironment
(),
_Certificate
,
f
alse
);
aViewer
.
Execute
();
}
...
...
xmlsecurity/source/dialogs/certificatechooser.cxx
Dosyayı görüntüle @
25570b18
...
...
@@ -102,12 +102,12 @@ short CertificateChooser::Execute()
Window
*
pMe
=
this
;
Window
*
pParent
=
GetParent
();
if
(
pParent
)
pParent
->
EnableInput
(
sal_F
alse
);
pParent
->
EnableInput
(
f
alse
);
pMe
->
Show
();
pMe
->
Update
();
ImplInitialize
();
if
(
pParent
)
pParent
->
EnableInput
(
sal_T
rue
);
pParent
->
EnableInput
(
t
rue
);
return
ModalDialog
::
Execute
();
}
...
...
@@ -217,7 +217,7 @@ void CertificateChooser::ImplShowCertificateDetails()
uno
::
Reference
<
css
::
security
::
XCertificate
>
xCert
=
GetSelectedCertificate
();
if
(
xCert
.
is
()
)
{
CertificateViewer
aViewer
(
this
,
mxSecurityEnvironment
,
xCert
,
sal_T
rue
);
CertificateViewer
aViewer
(
this
,
mxSecurityEnvironment
,
xCert
,
t
rue
);
aViewer
.
Execute
();
}
}
...
...
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
Dosyayı görüntüle @
25570b18
...
...
@@ -589,7 +589,7 @@ void DigitalSignaturesDialog::ImplFillSignaturesBox()
//in the digital signature dialog.
//Comparing the X509IssuerName with the one from the X509Certificate in order
//to find out if the X509IssuerName was modified does not work. See #i62684
DBG_ASSERT
(
sal_F
alse
,
"Could not find embedded certificate!"
);
DBG_ASSERT
(
f
alse
,
"Could not find embedded certificate!"
);
}
//In case there is no embedded certificate we try to get it from a local store
...
...
xmlsecurity/source/helper/xmlsignaturehelper2.cxx
Dosyayı görüntüle @
25570b18
...
...
@@ -170,7 +170,7 @@ uno::Reference< io::XInputStream > SAL_CALL UriBindingHelper::getUriBinding( con
pStream
->
Seek
(
STREAM_SEEK_TO_END
);
sal_uLong
nBytes
=
pStream
->
Tell
();
pStream
->
Seek
(
STREAM_SEEK_TO_BEGIN
);
SvLockBytesRef
xLockBytes
=
new
SvLockBytes
(
pStream
,
sal_T
rue
);
SvLockBytesRef
xLockBytes
=
new
SvLockBytes
(
pStream
,
t
rue
);
xInputStream
=
new
utl
::
OInputStreamHelper
(
xLockBytes
,
nBytes
);
}
return
xInputStream
;
...
...
xmlsecurity/source/helper/xsecparser.cxx
Dosyayı görüntüle @
25570b18
...
...
@@ -129,7 +129,7 @@ void SAL_CALL XSecParser::startElement(
* a xml stream
*/
{
m_pXSecController
->
addStreamReference
(
m_currentReferenceURI
,
sal_F
alse
);
m_pXSecController
->
addStreamReference
(
m_currentReferenceURI
,
f
alse
);
m_bReferenceUnresolved
=
false
;
}
}
...
...
@@ -208,7 +208,7 @@ void SAL_CALL XSecParser::endElement( const OUString& aName )
* it must be a octet stream
*/
{
m_pXSecController
->
addStreamReference
(
m_currentReferenceURI
,
sal_T
rue
);
m_pXSecController
->
addStreamReference
(
m_currentReferenceURI
,
t
rue
);
m_bReferenceUnresolved
=
false
;
}
...
...
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