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
004803c0
Kaydet (Commit)
004803c0
authored
Ara 22, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in desktop
Change-Id: Ic816a7faf4d357d16c13f67533b3b409a531d14c
üst
fb93ed9f
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
7 additions
and
44 deletions
+7
-44
dp_gui.h
desktop/source/deployment/gui/dp_gui.h
+0
-16
dp_gui_dialog2.cxx
desktop/source/deployment/gui/dp_gui_dialog2.cxx
+0
-2
dp_gui_dialog2.hxx
desktop/source/deployment/gui/dp_gui_dialog2.hxx
+0
-1
dp_gui_updateinstalldialog.cxx
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+0
-3
dp_gui_updateinstalldialog.hxx
desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+0
-1
license_dialog.cxx
desktop/source/deployment/gui/license_dialog.cxx
+2
-9
dp_commandenvironments.hxx
desktop/source/deployment/manager/dp_commandenvironments.hxx
+0
-1
oo3extensionmigration.hxx
desktop/source/migration/services/oo3extensionmigration.hxx
+0
-2
unxsplash.cxx
desktop/source/splash/unxsplash.cxx
+4
-5
unxsplash.hxx
desktop/source/splash/unxsplash.hxx
+1
-2
docholder.hxx
embeddedobj/source/inc/docholder.hxx
+0
-2
No files found.
desktop/source/deployment/gui/dp_gui.h
Dosyayı görüntüle @
004803c0
...
...
@@ -65,22 +65,6 @@ enum PackageState { REGISTERED, NOT_REGISTERED, AMBIGUOUS, NOT_AVAILABLE };
class
SelectedPackage
:
public
salhelper
::
SimpleReferenceObject
{
public
:
SelectedPackage
()
{}
explicit
SelectedPackage
(
const
css
::
uno
::
Reference
<
css
::
deployment
::
XPackage
>
&
xPackage
)
:
m_xPackage
(
xPackage
)
{}
virtual
~
SelectedPackage
();
private
:
SelectedPackage
(
SelectedPackage
&
)
=
delete
;
void
operator
=
(
SelectedPackage
&
)
=
delete
;
css
::
uno
::
Reference
<
css
::
deployment
::
XPackage
>
m_xPackage
;
};
}
// namespace dp_gui
#endif
...
...
desktop/source/deployment/gui/dp_gui_dialog2.cxx
Dosyayı görüntüle @
004803c0
...
...
@@ -1620,8 +1620,6 @@ sal_Int16 UpdateRequiredDialogService::execute() throw ( uno::RuntimeException,
}
SelectedPackage
::~
SelectedPackage
()
{}
}
//namespace dp_gui
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
desktop/source/deployment/gui/dp_gui_dialog2.hxx
Dosyayı görüntüle @
004803c0
...
...
@@ -246,7 +246,6 @@ public:
class
UpdateRequiredDialogService
:
public
::
cppu
::
WeakImplHelper
<
css
::
ui
::
dialogs
::
XExecutableDialog
>
{
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
m_xComponentContext
;
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>
m_xParent
;
public
:
UpdateRequiredDialogService
(
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
args
,
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xComponentContext
);
...
...
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
Dosyayı görüntüle @
004803c0
...
...
@@ -96,8 +96,6 @@ private:
void
removeTempDownloads
();
UpdateInstallDialog
&
m_dialog
;
cssu
::
Reference
<
css
::
deployment
::
XUpdateInformationProvider
>
m_updateInformation
;
// guarded by Application::GetSolarMutex():
cssu
::
Reference
<
css
::
task
::
XAbortChannel
>
m_abort
;
...
...
@@ -208,7 +206,6 @@ UpdateInstallDialog::UpdateInstallDialog(
"UpdateInstallDialog"
,
"desktop/ui/updateinstalldialog.ui"
),
m_thread
(
new
Thread
(
xCtx
,
*
this
,
aVecUpdateData
)),
m_xComponentContext
(
xCtx
),
m_bError
(
false
),
m_bNoEntry
(
true
),
m_sInstalling
(
DPGUI_RESSTR
(
RID_DLG_UPDATE_INSTALL_INSTALLING
)),
...
...
desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
Dosyayı görüntüle @
004803c0
...
...
@@ -90,7 +90,6 @@ private:
{
return
m_xExtensionManager
;
}
rtl
::
Reference
<
Thread
>
m_thread
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xComponentContext
;
css
::
uno
::
Reference
<
css
::
deployment
::
XExtensionManager
>
m_xExtensionManager
;
//Signals that an error occurred during download and installation
bool
m_bError
;
...
...
desktop/source/deployment/gui/license_dialog.cxx
Dosyayı görüntüle @
004803c0
...
...
@@ -75,7 +75,6 @@ protected:
struct
LicenseDialogImpl
:
public
ModalDialog
{
cssu
::
Reference
<
cssu
::
XComponentContext
>
m_xComponentContext
;
VclPtr
<
FixedText
>
m_pFtHead
;
VclPtr
<
FixedImage
>
m_pArrow1
;
VclPtr
<
FixedImage
>
m_pArrow2
;
...
...
@@ -95,7 +94,6 @@ struct LicenseDialogImpl : public ModalDialog
LicenseDialogImpl
(
vcl
::
Window
*
pParent
,
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
,
const
OUString
&
sExtensionName
,
const
OUString
&
sLicenseText
);
virtual
~
LicenseDialogImpl
()
{
disposeOnce
();
}
...
...
@@ -204,11 +202,9 @@ void LicenseView::Notify( SfxBroadcaster&, const SfxHint& rHint )
LicenseDialogImpl
::
LicenseDialogImpl
(
vcl
::
Window
*
pParent
,
cssu
::
Reference
<
cssu
::
XComponentContext
>
const
&
xContext
,
const
OUString
&
sExtensionName
,
const
OUString
&
sLicenseText
)
:
ModalDialog
(
pParent
,
"LicenseDialog"
,
"desktop/ui/licensedialog.ui"
)
,
m_xComponentContext
(
xContext
)
,
m_bLicenseRead
(
false
)
{
get
(
m_pFtHead
,
"head"
);
...
...
@@ -321,11 +317,8 @@ sal_Int16 LicenseDialog::execute() throw (RuntimeException, std::exception)
sal_Int16
LicenseDialog
::
solar_execute
()
{
VclPtr
<
LicenseDialogImpl
>
dlg
(
VclPtr
<
LicenseDialogImpl
>::
Create
(
VCLUnoHelper
::
GetWindow
(
m_parent
),
m_xComponentContext
,
m_sExtensionName
,
m_sLicenseText
));
ScopedVclPtrInstance
<
LicenseDialogImpl
>
dlg
(
VCLUnoHelper
::
GetWindow
(
m_parent
),
m_sExtensionName
,
m_sLicenseText
);
return
dlg
->
Execute
();
}
...
...
desktop/source/deployment/manager/dp_commandenvironments.hxx
Dosyayı görüntüle @
004803c0
...
...
@@ -36,7 +36,6 @@ class BaseCommandEnv
css
::
ucb
::
XProgressHandler
>
{
protected
:
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
m_forwardHandler
;
void
handle_
(
bool
approve
,
bool
abort
,
...
...
desktop/source/migration/services/oo3extensionmigration.hxx
Dosyayı görüntüle @
004803c0
...
...
@@ -114,8 +114,6 @@ namespace migration
css
::
task
::
XInteractionHandler
,
css
::
ucb
::
XProgressHandler
>
{
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xContext
;
css
::
uno
::
Reference
<
css
::
task
::
XInteractionHandler
>
m_forwardHandler
;
public
:
virtual
~
TmpRepositoryCommandEnv
();
TmpRepositoryCommandEnv
();
...
...
desktop/source/splash/unxsplash.cxx
Dosyayı görüntüle @
004803c0
...
...
@@ -29,9 +29,8 @@ using namespace com::sun::star;
namespace
desktop
{
UnxSplashScreen
::
UnxSplashScreen
(
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xCtx
)
:
m_xCtx
(
xCtx
),
m_pOutFd
(
nullptr
)
UnxSplashScreen
::
UnxSplashScreen
()
:
m_pOutFd
(
nullptr
)
{
}
...
...
@@ -143,14 +142,14 @@ using namespace desktop;
// get service instance...
static
uno
::
Reference
<
uno
::
XInterface
>
m_xINSTANCE
;
uno
::
Reference
<
uno
::
XInterface
>
UnxSplash_createInstance
(
const
uno
::
Reference
<
uno
::
XComponentContext
>
&
xCtx
)
throw
(
uno
::
Exception
)
uno
::
Reference
<
uno
::
XInterface
>
UnxSplash_createInstance
(
const
uno
::
Reference
<
uno
::
XComponentContext
>
&
)
throw
(
uno
::
Exception
)
{
static
osl
::
Mutex
m_aMutex
;
if
(
!
m_xINSTANCE
.
is
()
)
{
osl
::
MutexGuard
guard
(
m_aMutex
);
if
(
!
m_xINSTANCE
.
is
()
)
m_xINSTANCE
=
static_cast
<
cppu
::
OWeakObject
*>
(
new
UnxSplashScreen
(
xCtx
)
);
m_xINSTANCE
=
static_cast
<
cppu
::
OWeakObject
*>
(
new
UnxSplashScreen
);
}
return
m_xINSTANCE
;
...
...
desktop/source/splash/unxsplash.hxx
Dosyayı görüntüle @
004803c0
...
...
@@ -39,12 +39,11 @@ private:
static
UnxSplashScreen
*
m_pINSTANCE
;
static
osl
::
Mutex
m_aMutex
;
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
m_xCtx
;
FILE
*
m_pOutFd
;
public
:
explicit
UnxSplashScreen
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xCtx
);
explicit
UnxSplashScreen
();
// XStatusIndicator
virtual
void
SAL_CALL
start
(
const
OUString
&
aText
,
sal_Int32
nRange
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
...
...
embeddedobj/source/inc/docholder.hxx
Dosyayı görüntüle @
004803c0
...
...
@@ -79,8 +79,6 @@ private:
sal_Int32
m_nNoBorderResizeReact
;
sal_Int32
m_nNoResizeReact
;
css
::
uno
::
Reference
<
css
::
ui
::
XDockingAreaAcceptor
>
m_xCachedDocAreaAcc
;
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
m_aOutplaceFrameProps
;
...
...
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