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
c20b0925
Kaydet (Commit)
c20b0925
authored
Haz 24, 2015
tarafından
Caolán McNamara
Kaydeden (comit)
Jan Holesovsky
Eyl 14, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: noExplicitConstructor
Change-Id: I80cd2975f17bb7fa57fa669873ef1dd8f3595a11
üst
650d9d4b
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
32 additions
and
32 deletions
+32
-32
cmdlineargs.hxx
desktop/source/app/cmdlineargs.hxx
+1
-1
desktopresid.hxx
desktop/source/app/desktopresid.hxx
+1
-1
dp_gui.h
desktop/source/deployment/gui/dp_gui.h
+1
-1
dp_gui_dialog2.cxx
desktop/source/deployment/gui/dp_gui_dialog2.cxx
+2
-2
dp_gui_extlistbox.cxx
desktop/source/deployment/gui/dp_gui_extlistbox.cxx
+1
-1
dp_gui_extlistbox.hxx
desktop/source/deployment/gui/dp_gui_extlistbox.hxx
+3
-3
dp_gui_shared.hxx
desktop/source/deployment/gui/dp_gui_shared.hxx
+1
-1
dp_gui_updatedata.hxx
desktop/source/deployment/gui/dp_gui_updatedata.hxx
+1
-1
dp_gui_updatedialog.hxx
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+1
-1
dp_commandenvironments.hxx
desktop/source/deployment/manager/dp_commandenvironments.hxx
+3
-3
dp_extensionmanager.hxx
desktop/source/deployment/manager/dp_extensionmanager.hxx
+1
-1
dp_informationprovider.cxx
desktop/source/deployment/manager/dp_informationprovider.cxx
+1
-1
dp_manager.cxx
desktop/source/deployment/manager/dp_manager.cxx
+1
-1
dp_managerfac.cxx
desktop/source/deployment/manager/dp_managerfac.cxx
+1
-1
dp_descriptioninfoset.cxx
desktop/source/deployment/misc/dp_descriptioninfoset.cxx
+1
-1
init.cxx
desktop/source/lib/init.cxx
+1
-1
oo3extensionmigration.hxx
desktop/source/migration/services/oo3extensionmigration.hxx
+1
-1
acceptor.hxx
desktop/source/offacc/acceptor.hxx
+1
-1
unopkg_app.cxx
desktop/source/pkgchk/unopkg/unopkg_app.cxx
+2
-2
unopkg_shared.h
desktop/source/pkgchk/unopkg/unopkg_shared.h
+1
-1
splash.cxx
desktop/source/splash/splash.cxx
+1
-1
unxsplash.hxx
desktop/source/splash/unxsplash.hxx
+1
-1
active_native.cxx
desktop/test/deployment/active/active_native.cxx
+2
-2
passive_native.cxx
desktop/test/deployment/passive/passive_native.cxx
+2
-2
No files found.
desktop/source/app/cmdlineargs.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -51,7 +51,7 @@ class CommandLineArgs: private boost::noncopyable
};
CommandLineArgs
();
CommandLineArgs
(
Supplier
&
supplier
);
explicit
CommandLineArgs
(
Supplier
&
supplier
);
boost
::
optional
<
OUString
>
getCwdUrl
()
const
{
return
m_cwdUrl
;
}
...
...
desktop/source/app/desktopresid.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -28,7 +28,7 @@ namespace desktop
class
DesktopResId
:
public
ResId
{
public
:
DesktopResId
(
sal_uInt16
nId
);
explicit
DesktopResId
(
sal_uInt16
nId
);
};
}
...
...
desktop/source/deployment/gui/dp_gui.h
Dosyayı görüntüle @
c20b0925
...
...
@@ -68,7 +68,7 @@ enum PackageState { REGISTERED, NOT_REGISTERED, AMBIGUOUS, NOT_AVAILABLE };
class
SelectedPackage
:
public
salhelper
::
SimpleReferenceObject
{
public
:
SelectedPackage
()
{}
SelectedPackage
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
&
xPackage
)
explicit
SelectedPackage
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
&
xPackage
)
:
m_xPackage
(
xPackage
)
{}
...
...
desktop/source/deployment/gui/dp_gui_dialog2.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -136,8 +136,8 @@ class ExtBoxWithBtns_Impl : public ExtensionBox_Impl
DECL_DLLPRIVATE_LINK
(
HandleRemoveBtn
,
void
*
);
public
:
ExtBoxWithBtns_Impl
(
vcl
::
Window
*
pParent
);
virtual
~
ExtBoxWithBtns_Impl
();
explicit
ExtBoxWithBtns_Impl
(
vcl
::
Window
*
pParent
);
virtual
~
ExtBoxWithBtns_Impl
();
virtual
void
dispose
()
SAL_OVERRIDE
;
void
InitFromDialog
(
ExtMgrDialog
*
pParentDialog
);
...
...
desktop/source/deployment/gui/dp_gui_extlistbox.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -46,7 +46,7 @@ struct FindWeakRef
{
const
uno
::
Reference
<
deployment
::
XPackage
>
m_extension
;
FindWeakRef
(
uno
::
Reference
<
deployment
::
XPackage
>
const
&
ext
)
:
m_extension
(
ext
)
{}
explicit
FindWeakRef
(
uno
::
Reference
<
deployment
::
XPackage
>
const
&
ext
)
:
m_extension
(
ext
)
{}
bool
operator
()
(
uno
::
WeakReference
<
deployment
::
XPackage
>
const
&
ref
);
};
...
...
desktop/source/deployment/gui/dp_gui_extlistbox.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -96,8 +96,8 @@ class ExtensionRemovedListener : public ::cppu::WeakImplHelper1<css::lang::XEven
public
:
ExtensionRemovedListener
(
ExtensionBox_Impl
*
pParent
)
{
m_pParent
=
pParent
;
}
virtual
~
ExtensionRemovedListener
();
explicit
ExtensionRemovedListener
(
ExtensionBox_Impl
*
pParent
)
{
m_pParent
=
pParent
;
}
virtual
~
ExtensionRemovedListener
();
// XEventListener
...
...
@@ -173,7 +173,7 @@ class ExtensionBox_Impl : public ::svt::IExtensionListBox
void
Init
();
public
:
ExtensionBox_Impl
(
vcl
::
Window
*
pParent
);
explicit
ExtensionBox_Impl
(
vcl
::
Window
*
pParent
);
virtual
~
ExtensionBox_Impl
();
virtual
void
dispose
()
SAL_OVERRIDE
;
...
...
desktop/source/deployment/gui/dp_gui_shared.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -36,7 +36,7 @@ struct DeploymentGuiResMgr :
class
DpGuiResId
:
public
ResId
{
public
:
DpGuiResId
(
sal_uInt16
nId
)
:
ResId
(
nId
,
*
DeploymentGuiResMgr
::
get
()
)
{}
explicit
DpGuiResId
(
sal_uInt16
nId
)
:
ResId
(
nId
,
*
DeploymentGuiResMgr
::
get
()
)
{}
};
#define DPGUI_RESSTR(i) DpGuiResId(i).toString()
...
...
desktop/source/deployment/gui/dp_gui_updatedata.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -38,7 +38,7 @@ namespace dp_gui {
struct
UpdateData
{
UpdateData
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
const
&
aExt
)
:
explicit
UpdateData
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
const
&
aExt
)
:
bIsShared
(
false
),
aInstalledPackage
(
aExt
),
aUpdateSource
(
NULL
),
m_nID
(
0
),
m_bIgnored
(
false
){};
//When entries added to the listbox then there can be one for the user update and one
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -115,7 +115,7 @@ private:
sal_uInt16
getItemCount
()
const
;
private
:
CheckListBox
(
UpdateDialog
::
CheckListBox
&
)
SAL_DELETED_FUNCTION
;
explicit
CheckListBox
(
UpdateDialog
::
CheckListBox
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
UpdateDialog
::
CheckListBox
&
)
SAL_DELETED_FUNCTION
;
virtual
void
MouseButtonDown
(
MouseEvent
const
&
event
)
SAL_OVERRIDE
;
...
...
desktop/source/deployment/manager/dp_commandenvironments.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -44,7 +44,7 @@ protected:
public
:
virtual
~
BaseCommandEnv
();
BaseCommandEnv
();
BaseCommandEnv
(
explicit
BaseCommandEnv
(
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
const
&
handler
);
// XCommandEnvironment
...
...
@@ -70,7 +70,7 @@ class TmpRepositoryCommandEnv : public BaseCommandEnv
{
public
:
TmpRepositoryCommandEnv
();
TmpRepositoryCommandEnv
(
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
const
&
handler
);
explicit
TmpRepositoryCommandEnv
(
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
const
&
handler
);
// XInteractionHandler
virtual
void
SAL_CALL
handle
(
...
...
@@ -111,7 +111,7 @@ class NoLicenseCommandEnv : public BaseCommandEnv
public
:
NoLicenseCommandEnv
(){};
NoLicenseCommandEnv
(
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
const
&
handler
);
explicit
NoLicenseCommandEnv
(
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
const
&
handler
);
// XInteractionHandler
virtual
void
SAL_CALL
handle
(
...
...
desktop/source/deployment/manager/dp_extensionmanager.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -44,7 +44,7 @@ class ExtensionManager : private ::dp_misc::MutexHolder,
public
::
cppu
::
WeakComponentImplHelper1
<
css
::
deployment
::
XExtensionManager
>
{
public
:
ExtensionManager
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
);
explicit
ExtensionManager
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
);
virtual
~
ExtensionManager
();
static
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
...
...
desktop/source/deployment/manager/dp_informationprovider.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -63,7 +63,7 @@ class PackageInformationProvider :
{
public
:
PackageInformationProvider
(
uno
::
Reference
<
uno
::
XComponentContext
>
const
&
xContext
);
explicit
PackageInformationProvider
(
uno
::
Reference
<
uno
::
XComponentContext
>
const
&
xContext
);
virtual
~
PackageInformationProvider
();
// XPackageInformationProvider
...
...
desktop/source/deployment/manager/dp_manager.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -77,7 +77,7 @@ namespace dp_manager {
struct
MatchTempDir
{
OUString
m_str
;
MatchTempDir
(
OUString
const
&
str
)
:
m_str
(
str
)
{}
explicit
MatchTempDir
(
OUString
const
&
str
)
:
m_str
(
str
)
{}
bool
operator
()
(
ActivePackages
::
Entries
::
value_type
const
&
v
)
const
{
return
v
.
second
.
temporaryName
.
equalsIgnoreAsciiCase
(
m_str
);
}
...
...
desktop/source/deployment/manager/dp_managerfac.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -56,7 +56,7 @@ protected:
public
:
virtual
~
PackageManagerFactoryImpl
();
PackageManagerFactoryImpl
(
explicit
PackageManagerFactoryImpl
(
Reference
<
XComponentContext
>
const
&
xComponentContext
);
// XPackageManagerFactory
...
...
desktop/source/deployment/misc/dp_descriptioninfoset.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -148,7 +148,7 @@ class FileDoesNotExistFilter
public
:
virtual
~
FileDoesNotExistFilter
();
FileDoesNotExistFilter
(
explicit
FileDoesNotExistFilter
(
const
css
::
uno
::
Reference
<
css
::
ucb
::
XCommandEnvironment
>&
xCmdEnv
);
bool
exist
()
{
return
m_bExist
;}
...
...
desktop/source/lib/init.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -237,7 +237,7 @@ struct LibLODocument_Impl : public _LibreOfficeKitDocument
uno
::
Reference
<
css
::
lang
::
XComponent
>
mxComponent
;
shared_ptr
<
LibreOfficeKitDocumentClass
>
m_pDocumentClass
;
LibLODocument_Impl
(
const
uno
::
Reference
<
css
::
lang
::
XComponent
>
&
xComponent
)
:
explicit
LibLODocument_Impl
(
const
uno
::
Reference
<
css
::
lang
::
XComponent
>
&
xComponent
)
:
mxComponent
(
xComponent
)
{
if
(
!
(
m_pDocumentClass
=
gDocumentClass
.
lock
()))
...
...
desktop/source/migration/services/oo3extensionmigration.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -87,7 +87,7 @@ namespace migration
void
migrateExtension
(
const
OUString
&
sSourceDir
);
public
:
OO3ExtensionMigration
(
::
com
::
sun
::
star
::
uno
::
Reference
<
explicit
OO3ExtensionMigration
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
ctx
);
virtual
~
OO3ExtensionMigration
();
...
...
desktop/source/offacc/acceptor.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -71,7 +71,7 @@ private:
bool
m_bDying
;
public
:
Acceptor
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
explicit
Acceptor
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
virtual
~
Acceptor
();
void
run
();
...
...
desktop/source/pkgchk/unopkg/unopkg_app.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -54,7 +54,7 @@ namespace {
struct
ExtensionName
{
OUString
m_str
;
ExtensionName
(
OUString
const
&
str
)
:
m_str
(
str
)
{}
explicit
ExtensionName
(
OUString
const
&
str
)
:
m_str
(
str
)
{}
bool
operator
()
(
Reference
<
deployment
::
XPackage
>
const
&
e
)
const
{
if
(
m_str
.
equals
(
dp_misc
::
getIdentifier
(
e
))
...
...
@@ -125,7 +125,7 @@ class DialogClosedListenerImpl :
osl
::
Condition
&
m_rDialogClosedCondition
;
public
:
DialogClosedListenerImpl
(
osl
::
Condition
&
rDialogClosedCondition
)
explicit
DialogClosedListenerImpl
(
osl
::
Condition
&
rDialogClosedCondition
)
:
m_rDialogClosedCondition
(
rDialogClosedCondition
)
{}
// XEventListener (base of XDialogClosedListener)
...
...
desktop/source/pkgchk/unopkg/unopkg_shared.h
Dosyayı görüntüle @
c20b0925
...
...
@@ -49,7 +49,7 @@ struct OptionInfo
struct
LockFileException
:
public
css
::
uno
::
Exception
{
LockFileException
(
OUString
const
&
sMessage
)
:
explicit
LockFileException
(
OUString
const
&
sMessage
)
:
css
::
uno
::
Exception
(
sMessage
,
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
())
{}
};
...
...
desktop/source/splash/splash.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -54,7 +54,7 @@ class SplashScreenWindow : public IntroWindow
public
:
SplashScreen
*
pSpl
;
ScopedVclPtr
<
VirtualDevice
>
_vdev
;
SplashScreenWindow
(
SplashScreen
*
);
explicit
SplashScreenWindow
(
SplashScreen
*
);
virtual
~
SplashScreenWindow
()
{
disposeOnce
();
}
virtual
void
dispose
()
SAL_OVERRIDE
;
// workwindow
...
...
desktop/source/splash/unxsplash.hxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -48,7 +48,7 @@ private:
FILE
*
m_pOutFd
;
public
:
UnxSplashScreen
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xCtx
);
explicit
UnxSplashScreen
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xCtx
);
// XStatusIndicator
virtual
void
SAL_CALL
start
(
const
OUString
&
aText
,
sal_Int32
nRange
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
desktop/test/deployment/active/active_native.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -74,7 +74,7 @@ public:
static_getSupportedServiceNames
();
private
:
Provider
(
explicit
Provider
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
context
)
:
context_
(
context
)
{
assert
(
context
.
is
());
}
...
...
@@ -166,7 +166,7 @@ public:
{
return
css
::
uno
::
Sequence
<
rtl
::
OUString
>
();
}
private
:
Dispatch
(
explicit
Dispatch
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
context
)
:
context_
(
context
)
{
assert
(
context
.
is
());
}
...
...
desktop/test/deployment/passive/passive_native.cxx
Dosyayı görüntüle @
c20b0925
...
...
@@ -71,7 +71,7 @@ public:
static_getSupportedServiceNames
();
private
:
Provider
(
explicit
Provider
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
context
)
:
context_
(
context
)
{
assert
(
context
.
is
());
}
...
...
@@ -163,7 +163,7 @@ public:
{
return
css
::
uno
::
Sequence
<
rtl
::
OUString
>
();
}
private
:
Dispatch
(
explicit
Dispatch
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
context
)
:
context_
(
context
)
{
assert
(
context
.
is
());
}
...
...
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