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
14916972
Kaydet (Commit)
14916972
authored
Eyl 25, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Michael Stahl
Eki 04, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool in xmlsecurity
Change-Id: I80b20f5df179f994e5004c1ef390457c252478ef
üst
b3c13b94
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
certificatechooser.hxx
xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
+1
-1
certificateviewer.hxx
xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+2
-2
macrosecurity.hxx
xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
+2
-2
certificatechooser.cxx
xmlsecurity/source/dialogs/certificatechooser.cxx
+2
-2
certificateviewer.cxx
xmlsecurity/source/dialogs/certificateviewer.cxx
+2
-2
digitalsignaturesdialog.cxx
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+1
-1
macrosecurity.cxx
xmlsecurity/source/dialogs/macrosecurity.cxx
+1
-1
No files found.
xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
Dosyayı görüntüle @
14916972
...
...
@@ -62,7 +62,7 @@ private:
CancelButton
maCancelBtn
;
HelpButton
maHelpBtn
;
sal_B
ool
mbInitialized
;
b
ool
mbInitialized
;
sal_uInt16
GetSelectedEntryPos
(
void
)
const
;
DECL_LINK
(
ViewButtonHdl
,
void
*
);
...
...
xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
Dosyayı görüntüle @
14916972
...
...
@@ -54,12 +54,12 @@ private:
OKButton
maOkBtn
;
HelpButton
maHelpBtn
;
sal_B
ool
mbCheckForPrivateKey
;
b
ool
mbCheckForPrivateKey
;
cssu
::
Reference
<
dcss
::
xml
::
crypto
::
XSecurityEnvironment
>
mxSecurityEnvironment
;
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>
mxCert
;
public
:
CertificateViewer
(
Window
*
pParent
,
const
cssu
::
Reference
<
dcss
::
xml
::
crypto
::
XSecurityEnvironment
>&
rxSecurityEnvironment
,
const
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>&
rXCert
,
sal_B
ool
bCheckForPrivateKey
);
CertificateViewer
(
Window
*
pParent
,
const
cssu
::
Reference
<
dcss
::
xml
::
crypto
::
XSecurityEnvironment
>&
rxSecurityEnvironment
,
const
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>&
rXCert
,
b
ool
bCheckForPrivateKey
);
virtual
~
CertificateViewer
();
};
...
...
xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
Dosyayı görüntüle @
14916972
...
...
@@ -143,8 +143,8 @@ private:
cssu
::
Sequence
<
SvtSecurityOptions
::
Certificate
>
maTrustedAuthors
;
sal_Bool
mbAuthorsReadonly
;
sal_Bool
mbURLsReadonly
;
bool
mbAuthorsReadonly
;
bool
mbURLsReadonly
;
DECL_LINK
(
ViewCertPBHdl
,
void
*
);
DECL_LINK
(
RemoveCertPBHdl
,
void
*
);
...
...
xmlsecurity/source/dialogs/certificatechooser.cxx
Dosyayı görüntüle @
14916972
...
...
@@ -76,7 +76,7 @@ CertificateChooser::CertificateChooser( Window* _pParent, uno::Reference< uno::X
mxCtx
=
_rxCtx
;
mxSecurityEnvironment
=
_rxSecurityEnvironment
;
mbInitialized
=
sal_F
alse
;
mbInitialized
=
f
alse
;
// disable buttons
CertificateHighlightHdl
(
NULL
);
...
...
@@ -183,7 +183,7 @@ void CertificateChooser::ImplInitialize()
// enable/disable buttons
CertificateHighlightHdl
(
NULL
);
mbInitialized
=
sal_T
rue
;
mbInitialized
=
t
rue
;
}
}
...
...
xmlsecurity/source/dialogs/certificateviewer.cxx
Dosyayı görüntüle @
14916972
...
...
@@ -51,7 +51,7 @@ namespace
CertificateViewer
::
CertificateViewer
(
Window
*
_pParent
,
const
cssu
::
Reference
<
dcss
::
xml
::
crypto
::
XSecurityEnvironment
>&
_rxSecurityEnvironment
,
const
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>&
_rXCert
,
sal_B
ool
bCheckForPrivateKey
)
const
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>&
_rXCert
,
b
ool
bCheckForPrivateKey
)
:
TabDialog
(
_pParent
,
XMLSEC_RES
(
RID_XMLSECDLG_CERTVIEWER
)
)
,
maTabCtrl
(
this
,
XMLSEC_RES
(
1
)
)
,
maOkBtn
(
this
,
XMLSEC_RES
(
BTN_OK
)
)
...
...
@@ -456,7 +456,7 @@ IMPL_LINK_NOARG(CertificateViewerCertPathTP, ViewCertHdl)
SvLBoxEntry
*
pEntry
=
maCertPathLB
.
FirstSelected
();
if
(
pEntry
)
{
CertificateViewer
aViewer
(
this
,
mpDlg
->
mxSecurityEnvironment
,
((
CertPath_UserData
*
)
pEntry
->
GetUserData
())
->
mxCert
,
sal_F
alse
);
CertificateViewer
aViewer
(
this
,
mpDlg
->
mxSecurityEnvironment
,
((
CertPath_UserData
*
)
pEntry
->
GetUserData
())
->
mxCert
,
f
alse
);
aViewer
.
Execute
();
}
...
...
xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
Dosyayı görüntüle @
14916972
...
...
@@ -751,7 +751,7 @@ void DigitalSignaturesDialog::ImplShowSignaturesDetails()
DBG_ASSERT
(
xCert
.
is
(),
"Error getting cCertificate!"
);
if
(
xCert
.
is
()
)
{
CertificateViewer
aViewer
(
this
,
maSignatureHelper
.
GetSecurityEnvironment
(),
xCert
,
sal_F
alse
);
CertificateViewer
aViewer
(
this
,
maSignatureHelper
.
GetSecurityEnvironment
(),
xCert
,
f
alse
);
aViewer
.
Execute
();
}
}
...
...
xmlsecurity/source/dialogs/macrosecurity.cxx
Dosyayı görüntüle @
14916972
...
...
@@ -203,7 +203,7 @@ IMPL_LINK_NOARG(MacroSecurityTrustedSourcesTP, ViewCertPBHdl)
if
(
xCert
.
is
()
)
{
CertificateViewer
aViewer
(
this
,
mpDlg
->
mxSecurityEnvironment
,
xCert
,
sal_F
alse
);
CertificateViewer
aViewer
(
this
,
mpDlg
->
mxSecurityEnvironment
,
xCert
,
f
alse
);
aViewer
.
Execute
();
}
}
...
...
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