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
b3893cc5
Kaydet (Commit)
b3893cc5
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: I1553902c1f7c30f2c64d2210dc301c5ae50c6c4b
üst
86fa2dcb
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
25 deletions
+20
-25
configinit.hxx
desktop/source/app/configinit.hxx
+2
-3
dp_gui.h
desktop/source/deployment/gui/dp_gui.h
+2
-2
dp_gui_dependencydialog.hxx
desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
+2
-2
dp_gui_extensioncmdqueue.hxx
desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
+2
-2
dp_gui_updatedialog.hxx
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+4
-4
dp_gui_updateinstalldialog.cxx
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+0
-1
dp_gui_updateinstalldialog.hxx
desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+2
-3
dp_activepackages.hxx
desktop/source/deployment/manager/dp_activepackages.hxx
+2
-2
dp_backenddb.hxx
desktop/source/deployment/registry/inc/dp_backenddb.hxx
+2
-2
unxsplash.hxx
desktop/source/splash/unxsplash.hxx
+2
-4
No files found.
desktop/source/app/configinit.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -56,9 +56,8 @@
Context
*
m_pContext
;
InteractionHandler
m_xHandler
;
private
:
// not implemented - suppress copy
ConfigurationErrorHandler
(
const
ConfigurationErrorHandler
&
);
void
operator
=
(
const
ConfigurationErrorHandler
&
);
ConfigurationErrorHandler
(
const
ConfigurationErrorHandler
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
ConfigurationErrorHandler
&
)
SAL_DELETED_FUNCTION
;
};
...
...
desktop/source/deployment/gui/dp_gui.h
Dosyayı görüntüle @
b3893cc5
...
...
@@ -76,8 +76,8 @@ public:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
getPackage
()
const
{
return
m_xPackage
;
}
private
:
SelectedPackage
(
SelectedPackage
&
)
;
// not defined
void
operator
=
(
SelectedPackage
&
)
;
// not defined
SelectedPackage
(
SelectedPackage
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
SelectedPackage
&
)
SAL_DELETED_FUNCTION
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
m_xPackage
;
};
...
...
desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -41,8 +41,8 @@ public:
virtual
~
DependencyDialog
();
private
:
DependencyDialog
(
DependencyDialog
&
)
;
// not defined
void
operator
=
(
DependencyDialog
&
)
;
// not defined
DependencyDialog
(
DependencyDialog
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
DependencyDialog
&
)
SAL_DELETED_FUNCTION
;
ListBox
*
m_list
;
};
...
...
desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -87,8 +87,8 @@ public:
bool
isBusy
();
private
:
ExtensionCmdQueue
(
ExtensionCmdQueue
&
)
;
// not defined
void
operator
=
(
ExtensionCmdQueue
&
)
;
// not defined
ExtensionCmdQueue
(
ExtensionCmdQueue
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
ExtensionCmdQueue
&
)
SAL_DELETED_FUNCTION
;
class
Thread
;
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -95,8 +95,8 @@ public:
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
>
&
rItemList
);
private
:
UpdateDialog
(
UpdateDialog
&
)
;
// not defined
void
operator
=
(
UpdateDialog
&
)
;
// not defined
UpdateDialog
(
UpdateDialog
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
UpdateDialog
&
)
SAL_DELETED_FUNCTION
;
struct
DisabledUpdate
;
struct
SpecificError
;
...
...
@@ -116,8 +116,8 @@ private:
sal_uInt16
getItemCount
()
const
;
private
:
CheckListBox
(
UpdateDialog
::
CheckListBox
&
)
;
// not defined
void
operator
=
(
UpdateDialog
::
CheckListBox
&
)
;
// not defined
CheckListBox
(
UpdateDialog
::
CheckListBox
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
UpdateDialog
::
CheckListBox
&
)
SAL_DELETED_FUNCTION
;
virtual
void
MouseButtonDown
(
MouseEvent
const
&
event
)
SAL_OVERRIDE
;
virtual
void
MouseButtonUp
(
MouseEvent
const
&
event
)
SAL_OVERRIDE
;
...
...
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -211,7 +211,6 @@ UpdateInstallDialog::UpdateInstallDialog(
m_xComponentContext
(
xCtx
),
m_bError
(
false
),
m_bNoEntry
(
true
),
m_bActivated
(
false
),
m_sInstalling
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_INSTALL_INSTALLING
)),
m_sFinished
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_INSTALL_FINISHED
)),
m_sNoErrors
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_INSTALL_NO_ERRORS
)),
...
...
desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -65,8 +65,8 @@ public:
virtual
short
Execute
()
SAL_OVERRIDE
;
private
:
UpdateInstallDialog
(
UpdateInstallDialog
&
)
;
// not defined
void
operator
=
(
UpdateInstallDialog
&
)
;
// not defined
UpdateInstallDialog
(
UpdateInstallDialog
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
UpdateInstallDialog
&
)
SAL_DELETED_FUNCTION
;
class
Thread
;
friend
class
Thread
;
...
...
@@ -94,7 +94,6 @@ private:
//Signals that an error occurred during download and installation
bool
m_bError
;
bool
m_bNoEntry
;
bool
m_bActivated
;
OUString
m_sInstalling
;
OUString
m_sFinished
;
...
...
desktop/source/deployment/manager/dp_activepackages.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -83,8 +83,8 @@ public:
void
erase
(
OUString
const
&
id
,
OUString
const
&
fileName
);
private
:
ActivePackages
(
ActivePackages
&
)
;
// not defined
void
operator
=
(
ActivePackages
&
)
;
// not defined
ActivePackages
(
ActivePackages
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
ActivePackages
&
)
SAL_DELETED_FUNCTION
;
#if HAVE_FEATURE_EXTENSIONS
::
dp_misc
::
PersistentMap
m_map
;
#endif
...
...
desktop/source/deployment/registry/inc/dp_backenddb.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -47,8 +47,8 @@ private:
css
::
uno
::
Reference
<
css
::
xml
::
dom
::
XDocument
>
m_doc
;
css
::
uno
::
Reference
<
css
::
xml
::
xpath
::
XXPathAPI
>
m_xpathApi
;
BackendDb
(
BackendDb
const
&
);
BackendDb
&
operator
=
(
BackendDb
const
&
);
BackendDb
(
BackendDb
const
&
)
SAL_DELETED_FUNCTION
;
BackendDb
&
operator
=
(
BackendDb
const
&
)
SAL_DELETED_FUNCTION
;
protected
:
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
...
...
desktop/source/splash/unxsplash.hxx
Dosyayı görüntüle @
b3893cc5
...
...
@@ -35,10 +35,8 @@ namespace desktop {
class
UnxSplashScreen
:
public
::
cppu
::
WeakImplHelper3
<
css
::
task
::
XStatusIndicator
,
css
::
lang
::
XInitialization
,
css
::
lang
::
XServiceInfo
>
{
private
:
// don't allow anybody but ourselves to create instances of this class
UnxSplashScreen
(
const
UnxSplashScreen
&
);
UnxSplashScreen
(
void
);
UnxSplashScreen
operator
=
(
const
UnxSplashScreen
&
);
UnxSplashScreen
(
const
UnxSplashScreen
&
)
SAL_DELETED_FUNCTION
;
UnxSplashScreen
operator
=
(
const
UnxSplashScreen
&
)
SAL_DELETED_FUNCTION
;
virtual
~
UnxSplashScreen
();
...
...
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