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
ddc642dd
Kaydet (Commit)
ddc642dd
authored
Tem 24, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: Ia1eb84b72cc9aa61639c3efbd55685d781196401
üst
22fd35f5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
12 deletions
+0
-12
dp_gui.hrc
desktop/source/deployment/gui/dp_gui.hrc
+0
-1
dp_gui_dialog2.cxx
desktop/source/deployment/gui/dp_gui_dialog2.cxx
+0
-1
dp_gui_dialog2.hxx
desktop/source/deployment/gui/dp_gui_dialog2.hxx
+0
-1
dp_gui_updatedialog.cxx
desktop/source/deployment/gui/dp_gui_updatedialog.cxx
+0
-1
dp_gui_updatedialog.hxx
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+0
-3
dp_gui_updatedialog.src
desktop/source/deployment/gui/dp_gui_updatedialog.src
+0
-4
migration_impl.hxx
desktop/source/migration/migration_impl.hxx
+0
-1
No files found.
desktop/source/deployment/gui/dp_gui.hrc
Dosyayı görüntüle @
ddc642dd
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#define RID_STR_WARNING_INSTALL_EXTENSION (RID_DEPLOYMENT_GUI_START + 9)
#define RID_STR_WARNING_INSTALL_EXTENSION (RID_DEPLOYMENT_GUI_START + 9)
#define RID_DLG_UPDATE_NORMALALERT (RID_DEPLOYMENT_GUI_START + 11)
#define RID_DLG_UPDATE_NORMALALERT (RID_DEPLOYMENT_GUI_START + 11)
#define RID_DLG_UPDATE_ERROR (RID_DEPLOYMENT_GUI_START + 12)
#define RID_DLG_UPDATE_NONE (RID_DEPLOYMENT_GUI_START + 13)
#define RID_DLG_UPDATE_NONE (RID_DEPLOYMENT_GUI_START + 13)
#define RID_DLG_UPDATE_NOINSTALLABLE (RID_DEPLOYMENT_GUI_START + 14)
#define RID_DLG_UPDATE_NOINSTALLABLE (RID_DEPLOYMENT_GUI_START + 14)
#define RID_DLG_UPDATE_FAILURE (RID_DEPLOYMENT_GUI_START + 15)
#define RID_DLG_UPDATE_FAILURE (RID_DEPLOYMENT_GUI_START + 15)
...
...
desktop/source/deployment/gui/dp_gui_dialog2.cxx
Dosyayı görüntüle @
ddc642dd
...
@@ -1184,7 +1184,6 @@ bool ExtMgrDialog::Close()
...
@@ -1184,7 +1184,6 @@ bool ExtMgrDialog::Close()
UpdateRequiredDialog
::
UpdateRequiredDialog
(
vcl
::
Window
*
pParent
,
TheExtensionManager
*
pManager
)
UpdateRequiredDialog
::
UpdateRequiredDialog
(
vcl
::
Window
*
pParent
,
TheExtensionManager
*
pManager
)
:
ModalDialog
(
pParent
,
"UpdateRequiredDialog"
,
"desktop/ui/updaterequireddialog.ui"
)
:
ModalDialog
(
pParent
,
"UpdateRequiredDialog"
,
"desktop/ui/updaterequireddialog.ui"
)
,
DialogHelper
(
pManager
->
getContext
(),
static_cast
<
Dialog
*>
(
this
))
,
DialogHelper
(
pManager
->
getContext
(),
static_cast
<
Dialog
*>
(
this
))
,
m_sAddPackages
(
getResourceString
(
RID_STR_ADD_PACKAGES
))
,
m_sCloseText
(
getResourceString
(
RID_STR_CLOSE_BTN
))
,
m_sCloseText
(
getResourceString
(
RID_STR_CLOSE_BTN
))
,
m_bHasProgress
(
false
)
,
m_bHasProgress
(
false
)
,
m_bProgressChanged
(
false
)
,
m_bProgressChanged
(
false
)
...
...
desktop/source/deployment/gui/dp_gui_dialog2.hxx
Dosyayı görüntüle @
ddc642dd
...
@@ -183,7 +183,6 @@ class UpdateRequiredDialog : public ModalDialog,
...
@@ -183,7 +183,6 @@ class UpdateRequiredDialog : public ModalDialog,
VclPtr
<
CancelButton
>
m_pCancelBtn
;
VclPtr
<
CancelButton
>
m_pCancelBtn
;
VclPtr
<
FixedText
>
m_pProgressText
;
VclPtr
<
FixedText
>
m_pProgressText
;
VclPtr
<
ProgressBar
>
m_pProgressBar
;
VclPtr
<
ProgressBar
>
m_pProgressBar
;
const
OUString
m_sAddPackages
;
const
OUString
m_sCloseText
;
const
OUString
m_sCloseText
;
OUString
m_sProgressText
;
OUString
m_sProgressText
;
::
osl
::
Mutex
m_aMutex
;
::
osl
::
Mutex
m_aMutex
;
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.cxx
Dosyayı görüntüle @
ddc642dd
...
@@ -492,7 +492,6 @@ UpdateDialog::UpdateDialog(
...
@@ -492,7 +492,6 @@ UpdateDialog::UpdateDialog(
std
::
vector
<
dp_gui
::
UpdateData
>
*
updateData
)
:
std
::
vector
<
dp_gui
::
UpdateData
>
*
updateData
)
:
ModalDialog
(
parent
,
"UpdateDialog"
,
"desktop/ui/updatedialog.ui"
),
ModalDialog
(
parent
,
"UpdateDialog"
,
"desktop/ui/updatedialog.ui"
),
m_context
(
context
),
m_context
(
context
),
m_error
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_ERROR
)),
m_none
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_NONE
)),
m_none
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_NONE
)),
m_noInstallable
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_NOINSTALLABLE
)),
m_noInstallable
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_NOINSTALLABLE
)),
m_failure
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_FAILURE
)),
m_failure
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_FAILURE
)),
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
Dosyayı görüntüle @
ddc642dd
...
@@ -182,7 +182,6 @@ private:
...
@@ -182,7 +182,6 @@ private:
VclPtr
<
HelpButton
>
m_pHelp
;
VclPtr
<
HelpButton
>
m_pHelp
;
VclPtr
<
PushButton
>
m_pOk
;
VclPtr
<
PushButton
>
m_pOk
;
VclPtr
<
PushButton
>
m_pClose
;
VclPtr
<
PushButton
>
m_pClose
;
OUString
m_error
;
OUString
m_none
;
OUString
m_none
;
OUString
m_noInstallable
;
OUString
m_noInstallable
;
OUString
m_failure
;
OUString
m_failure
;
...
@@ -203,8 +202,6 @@ private:
...
@@ -203,8 +202,6 @@ private:
rtl
::
Reference
<
UpdateDialog
::
Thread
>
m_thread
;
rtl
::
Reference
<
UpdateDialog
::
Thread
>
m_thread
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XExtensionManager
>
m_xExtensionManager
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XExtensionManager
>
m_xExtensionManager
;
Point
m_aFirstLinePos
;
Size
m_aFirstLineSize
;
sal_uInt16
m_nLastID
;
sal_uInt16
m_nLastID
;
bool
m_bModified
;
bool
m_bModified
;
};
};
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.src
Dosyayı görüntüle @
ddc642dd
...
@@ -27,10 +27,6 @@ Image RID_DLG_UPDATE_NORMALALERT {
...
@@ -27,10 +27,6 @@ Image RID_DLG_UPDATE_NORMALALERT {
};
};
};
};
String RID_DLG_UPDATE_ERROR {
Text[en-US] = "Error";
};
String RID_DLG_UPDATE_NONE {
String RID_DLG_UPDATE_NONE {
Text[en-US] = "No new updates are available.";
Text[en-US] = "No new updates are available.";
};
};
...
...
desktop/source/migration/migration_impl.hxx
Dosyayı görüntüle @
ddc642dd
...
@@ -194,7 +194,6 @@ private:
...
@@ -194,7 +194,6 @@ private:
install_info
m_aInfo
;
// info about the version being migrated
install_info
m_aInfo
;
// info about the version being migrated
strings_vr
m_vrFileList
;
// final list of files to be copied
strings_vr
m_vrFileList
;
// final list of files to be copied
MigrationHashMap
m_aOldVersionItemsHashMap
;
MigrationHashMap
m_aOldVersionItemsHashMap
;
OUString
m_sModuleIdentifier
;
// functions to control the migration process
// functions to control the migration process
static
bool
readAvailableMigrations
(
migrations_available
&
);
static
bool
readAvailableMigrations
(
migrations_available
&
);
...
...
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