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
68495ab3
Kaydet (Commit)
68495ab3
authored
Mar 23, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: add some explicits
Change-Id: I4e1fd50f1268f0820fae2bb41c69155ef5c28464
üst
e19a11c7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
xmlencryption_mscryptimpl.hxx
...urity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
+1
-1
xmlsignature_mscryptimpl.hxx
...curity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.hxx
+1
-1
nssinitializer.cxx
xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+2
-2
nssinitializer.hxx
xmlsecurity/source/xmlsec/nss/nssinitializer.hxx
+1
-1
seinitializer_nssimpl.hxx
xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
+1
-1
xmlencryption_nssimpl.hxx
xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx
+1
-1
xmlsignature_nssimpl.hxx
xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.hxx
+1
-1
No files found.
xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
Dosyayı görüntüle @
68495ab3
...
@@ -42,7 +42,7 @@ class XMLEncryption_MSCryptImpl : public ::cppu::WeakImplHelper2<
...
@@ -42,7 +42,7 @@ class XMLEncryption_MSCryptImpl : public ::cppu::WeakImplHelper2<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
public
:
public
:
XMLEncryption_MSCryptImpl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
aFactory
)
;
explicit
XMLEncryption_MSCryptImpl
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
rFactory
)
;
virtual
~
XMLEncryption_MSCryptImpl
()
;
virtual
~
XMLEncryption_MSCryptImpl
()
;
//Methods from XXMLEncryption
//Methods from XXMLEncryption
...
...
xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.hxx
Dosyayı görüntüle @
68495ab3
...
@@ -42,7 +42,7 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper2<
...
@@ -42,7 +42,7 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper2<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
public
:
public
:
XMLSignature_MSCryptImpl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
aFactory
)
;
explicit
XMLSignature_MSCryptImpl
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
rFactory
)
;
virtual
~
XMLSignature_MSCryptImpl
()
;
virtual
~
XMLSignature_MSCryptImpl
()
;
//Methods from XXMLSignature
//Methods from XXMLSignature
...
...
xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
Dosyayı görüntüle @
68495ab3
...
@@ -79,8 +79,8 @@ struct InitNSSInitialize
...
@@ -79,8 +79,8 @@ struct InitNSSInitialize
{
{
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
InitNSSInitialize
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
rxContext
)
explicit
InitNSSInitialize
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
rxContext
)
:
m_xContext
(
rxContext
)
:
m_xContext
(
rxContext
)
{
{
}
}
...
...
xmlsecurity/source/xmlsec/nss/nssinitializer.hxx
Dosyayı görüntüle @
68495ab3
...
@@ -41,7 +41,7 @@ protected:
...
@@ -41,7 +41,7 @@ protected:
{}
{}
public
:
public
:
ONSSInitializer
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rxContext
);
explicit
ONSSInitializer
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
rxContext
);
virtual
~
ONSSInitializer
();
virtual
~
ONSSInitializer
();
bool
initNSS
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rxContext
);
bool
initNSS
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rxContext
);
...
...
xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
Dosyayı görüntüle @
68495ab3
...
@@ -36,7 +36,7 @@ class SEInitializer_NssImpl : public cppu::ImplInheritanceHelper1
...
@@ -36,7 +36,7 @@ class SEInitializer_NssImpl : public cppu::ImplInheritanceHelper1
>
>
{
{
public
:
public
:
SEInitializer_NssImpl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rxContext
);
explicit
SEInitializer_NssImpl
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
rxContext
);
virtual
~
SEInitializer_NssImpl
();
virtual
~
SEInitializer_NssImpl
();
/* XSEInitializer */
/* XSEInitializer */
...
...
xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx
Dosyayı görüntüle @
68495ab3
...
@@ -42,7 +42,7 @@ class XMLEncryption_NssImpl : public ::cppu::WeakImplHelper2<
...
@@ -42,7 +42,7 @@ class XMLEncryption_NssImpl : public ::cppu::WeakImplHelper2<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
public
:
public
:
XMLEncryption_NssImpl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
aFactory
)
;
explicit
XMLEncryption_NssImpl
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
rFactory
)
;
virtual
~
XMLEncryption_NssImpl
()
;
virtual
~
XMLEncryption_NssImpl
()
;
//Methods from XXMLEncryption
//Methods from XXMLEncryption
...
...
xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.hxx
Dosyayı görüntüle @
68495ab3
...
@@ -42,7 +42,7 @@ class XMLSignature_NssImpl : public ::cppu::WeakImplHelper2<
...
@@ -42,7 +42,7 @@ class XMLSignature_NssImpl : public ::cppu::WeakImplHelper2<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
m_xServiceManager
;
public
:
public
:
XMLSignature_NssImpl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
aFactory
)
;
explicit
XMLSignature_NssImpl
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
rFactory
)
;
virtual
~
XMLSignature_NssImpl
()
;
virtual
~
XMLSignature_NssImpl
()
;
//Methods from XXMLSignature
//Methods from XXMLSignature
...
...
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