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
1a3eedcc
Kaydet (Commit)
1a3eedcc
authored
Tem 15, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: noExplicitConstructor
Change-Id: Ia86c6a2ce6c1f2501d0b18181966b61d9ef78746
üst
dc71a727
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
18 deletions
+14
-18
base.hxx
stoc/source/corereflection/base.hxx
+1
-1
implreg.cxx
stoc/source/implementationregistration/implreg.cxx
+1
-1
introspection.cxx
stoc/source/inspect/introspection.cxx
+1
-1
invocation.cxx
stoc/source/invocation/invocation.cxx
+1
-1
iafactory.cxx
stoc/source/invocation_adapterfactory/iafactory.cxx
+1
-1
javaloader.cxx
stoc/source/javaloader/javaloader.cxx
+1
-1
dllcomponentloader.cxx
stoc/source/loader/dllcomponentloader.cxx
+1
-1
access_controller.cxx
stoc/source/security/access_controller.cxx
+7
-11
No files found.
stoc/source/corereflection/base.hxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -111,7 +111,7 @@ public:
uno_Interface
*
mapToUno
(
const
css
::
uno
::
Any
&
rObj
,
typelib_InterfaceTypeDescription
*
pTo
)
throw
(
css
::
uno
::
RuntimeException
);
// ctor/ dtor
IdlReflectionServiceImpl
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
xContext
);
explicit
IdlReflectionServiceImpl
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
xContext
);
virtual
~
IdlReflectionServiceImpl
();
// XInterface
...
...
stoc/source/implementationregistration/implreg.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -1199,7 +1199,7 @@ class ImplementationRegistration
:
public
WeakImplHelper3
<
XImplementationRegistration2
,
XServiceInfo
,
XInitialization
>
{
public
:
ImplementationRegistration
(
const
Reference
<
XComponentContext
>
&
rSMgr
);
explicit
ImplementationRegistration
(
const
Reference
<
XComponentContext
>
&
rSMgr
);
virtual
~
ImplementationRegistration
();
// XServiceInfo
...
...
stoc/source/inspect/introspection.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -233,7 +233,7 @@ class IntrospectionAccessStatic_Impl: public salhelper::SimpleReferenceObject
sal_Int32
iNextIndex
);
public
:
IntrospectionAccessStatic_Impl
(
Reference
<
XIdlReflection
>
xCoreReflection_
);
explicit
IntrospectionAccessStatic_Impl
(
Reference
<
XIdlReflection
>
xCoreReflection_
);
virtual
~
IntrospectionAccessStatic_Impl
()
{
delete
[]
mpOrgPropertyHandleArray
;
...
...
stoc/source/invocation/invocation.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -1051,7 +1051,7 @@ class InvocationService
:
public
WeakImplHelper2
<
XSingleServiceFactory
,
XServiceInfo
>
{
public
:
InvocationService
(
const
Reference
<
XComponentContext
>
&
xCtx
);
explicit
InvocationService
(
const
Reference
<
XComponentContext
>
&
xCtx
);
virtual
~
InvocationService
();
// XServiceInfo
...
...
stoc/source/invocation_adapterfactory/iafactory.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -100,7 +100,7 @@ public:
Mutex
m_mutex
;
t_ptr_map
m_receiver2adapters
;
FactoryImpl
(
Reference
<
XComponentContext
>
const
&
xContext
);
explicit
FactoryImpl
(
Reference
<
XComponentContext
>
const
&
xContext
);
virtual
~
FactoryImpl
();
// XServiceInfo
...
...
stoc/source/javaloader/javaloader.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -100,7 +100,7 @@ class JavaComponentLoader : public WeakImplHelper2<XImplementationLoader, XServi
public
:
JavaComponentLoader
(
const
css
::
uno
::
Reference
<
XComponentContext
>
&
xCtx
)
explicit
JavaComponentLoader
(
const
css
::
uno
::
Reference
<
XComponentContext
>
&
xCtx
)
throw
(
RuntimeException
);
virtual
~
JavaComponentLoader
()
throw
();
...
...
stoc/source/loader/dllcomponentloader.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -58,7 +58,7 @@ class DllComponentLoader
XServiceInfo
>
{
public
:
DllComponentLoader
(
const
Reference
<
XComponentContext
>
&
xCtx
);
explicit
DllComponentLoader
(
const
Reference
<
XComponentContext
>
&
xCtx
);
virtual
~
DllComponentLoader
();
// XServiceInfo
...
...
stoc/source/security/access_controller.cxx
Dosyayı görüntüle @
1a3eedcc
...
...
@@ -188,8 +188,11 @@ class acc_Policy
PermissionCollection
m_permissions
;
public
:
inline
acc_Policy
(
PermissionCollection
const
&
permissions
);
explicit
acc_Policy
(
PermissionCollection
const
&
permissions
)
:
m_permissions
(
permissions
)
{}
virtual
~
acc_Policy
();
// XAccessControlContext impl
...
...
@@ -198,11 +201,6 @@ public:
throw
(
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
inline
acc_Policy
::
acc_Policy
(
PermissionCollection
const
&
permissions
)
:
m_permissions
(
permissions
)
{}
acc_Policy
::~
acc_Policy
()
{}
...
...
@@ -292,14 +290,12 @@ class cc_reset
{
void
*
m_cc
;
public
:
inline
cc_reset
(
void
*
cc
)
explicit
cc_reset
(
void
*
cc
)
:
m_cc
(
cc
)
{}
inline
~
cc_reset
()
{
::
uno_setCurrentContext
(
m_cc
,
s_envType
.
pData
,
0
);
}
};
struct
MutexHolder
{
Mutex
m_mutex
;
...
...
@@ -343,7 +339,7 @@ protected:
virtual
void
SAL_CALL
disposing
()
SAL_OVERRIDE
;
public
:
AccessController
(
Reference
<
XComponentContext
>
const
&
xComponentContext
);
explicit
AccessController
(
Reference
<
XComponentContext
>
const
&
xComponentContext
);
virtual
~
AccessController
();
// XInitialization impl
...
...
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