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
003bb87f
Kaydet (Commit)
003bb87f
authored
Eyl 24, 2012
tarafından
Ivan Timofeev
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
String -> OUString
Change-Id: I4f5b9dff78913e14414eeb8f9457c2b91836edb6
üst
9642ae95
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
certificateviewer.hxx
xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+5
-5
certificateviewer.cxx
xmlsecurity/source/dialogs/certificateviewer.cxx
+0
-0
No files found.
xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
Dosyayı görüntüle @
003bb87f
...
...
@@ -113,8 +113,8 @@ private:
DECL_LINK
(
ElementSelectHdl
,
void
*
);
void
Clear
(
void
);
void
InsertElement
(
const
String
&
_rField
,
const
String
&
_rValue
,
const
String
&
_rDetails
,
bool
_bFixedWidthFont
=
false
);
void
InsertElement
(
const
OUString
&
_rField
,
const
OU
String
&
_rValue
,
const
OU
String
&
_rDetails
,
bool
_bFixedWidthFont
=
false
);
public
:
CertificateViewerDetailsTP
(
Window
*
pParent
,
CertificateViewer
*
_pDlg
);
virtual
~
CertificateViewerDetailsTP
();
...
...
@@ -136,13 +136,13 @@ private:
bool
mbFirstActivateDone
;
Image
maCertImage
;
Image
maCertNotValidatedImage
;
String
msCertOK
;
String
msCertNotValidated
;
OUString
msCertOK
;
OUString
msCertNotValidated
;
DECL_LINK
(
ViewCertHdl
,
void
*
);
DECL_LINK
(
CertSelectHdl
,
void
*
);
void
Clear
(
void
);
SvLBoxEntry
*
InsertCert
(
SvLBoxEntry
*
_pParent
,
const
String
&
_rName
,
SvLBoxEntry
*
InsertCert
(
SvLBoxEntry
*
_pParent
,
const
OU
String
&
_rName
,
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>
rxCert
,
bool
bValid
);
...
...
xmlsecurity/source/dialogs/certificateviewer.cxx
Dosyayı görüntüle @
003bb87f
This diff is collapsed.
Click to expand it.
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