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
956cb1f7
Kaydet (Commit)
956cb1f7
authored
Tem 16, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedmethods desktop
Change-Id: I78d4cd362bebde05e5bec55eff5e38603cb3f813
üst
290465b0
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
45 deletions
+0
-45
app.hxx
desktop/inc/app.hxx
+0
-4
dispatchwatcher.hxx
desktop/source/app/dispatchwatcher.hxx
+0
-5
dp_gui.h
desktop/source/deployment/gui/dp_gui.h
+0
-1
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
-8
dp_gui_extlistbox.hxx
desktop/source/deployment/gui/dp_gui_extlistbox.hxx
+0
-3
dp_gui_updatedialog.cxx
desktop/source/deployment/gui/dp_gui_updatedialog.cxx
+0
-2
dp_gui_updatedialog.hxx
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+0
-3
dp_extensionmanager.hxx
desktop/source/deployment/manager/dp_extensionmanager.hxx
+0
-3
dp_backend.h
desktop/source/deployment/registry/inc/dp_backend.h
+0
-13
migration_impl.hxx
desktop/source/migration/migration_impl.hxx
+0
-1
No files found.
desktop/inc/app.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -112,8 +112,6 @@ class Desktop : public Application
return
m_aBootstrapStatus
;
}
static
bool
isCrashReporterEnabled
();
// first-start (ever) related methods
static
bool
CheckExtensionDependencies
();
...
...
@@ -133,13 +131,11 @@ class Desktop : public Application
static
void
CreateTemporaryDirectory
();
static
void
RemoveTemporaryDirectory
();
bool
InitializeInstallation
(
const
OUString
&
rAppFilename
);
static
bool
InitializeConfiguration
();
static
void
FlushConfiguration
();
static
bool
InitializeQuickstartMode
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
static
void
HandleBootstrapPathErrors
(
::
utl
::
Bootstrap
::
Status
,
const
OUString
&
aMsg
);
void
StartSetup
(
const
OUString
&
aParameters
);
// Create a error message depending on bootstrap failure code and an optional file url
static
OUString
CreateErrorMsgString
(
utl
::
Bootstrap
::
FailureCode
nFailureCode
,
...
...
desktop/source/app/dispatchwatcher.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -41,11 +41,6 @@ namespace desktop
class
DispatchWatcherHashMap
:
public
std
::
unordered_map
<
OUString
,
sal_Int32
,
OUStringHash
,
std
::
equal_to
<
OUString
>
>
{
public
:
inline
void
free
()
{
DispatchWatcherHashMap
().
swap
(
*
this
);
// get rid of reserved capacity
}
};
class
DispatchWatcher
:
public
::
cppu
::
WeakImplHelper1
<
::
com
::
sun
::
star
::
frame
::
XDispatchResultListener
>
...
...
desktop/source/deployment/gui/dp_gui.h
Dosyayı görüntüle @
956cb1f7
...
...
@@ -73,7 +73,6 @@ public:
{}
virtual
~
SelectedPackage
();
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
getPackage
()
const
{
return
m_xPackage
;
}
private
:
SelectedPackage
(
SelectedPackage
&
)
SAL_DELETED_FUNCTION
;
...
...
desktop/source/deployment/gui/dp_gui_dialog2.cxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -1190,8 +1190,6 @@ UpdateRequiredDialog::UpdateRequiredDialog(vcl::Window *pParent, TheExtensionMan
,
m_bProgressChanged
(
false
)
,
m_bStartProgress
(
false
)
,
m_bStopProgress
(
false
)
,
m_bUpdateWarning
(
false
)
,
m_bDisableWarning
(
false
)
,
m_bHasLockedEntries
(
false
)
,
m_nProgress
(
0
)
,
m_pManager
(
pManager
)
...
...
desktop/source/deployment/gui/dp_gui_dialog2.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -191,8 +191,6 @@ class UpdateRequiredDialog : public ModalDialog,
bool
m_bProgressChanged
;
bool
m_bStartProgress
;
bool
m_bStopProgress
;
bool
m_bUpdateWarning
;
bool
m_bDisableWarning
;
bool
m_bHasLockedEntries
;
long
m_nProgress
;
Idle
m_aIdle
;
...
...
@@ -230,15 +228,9 @@ public:
virtual
long
addPackageToList
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
&
,
bool
bLicenseMissing
=
false
)
SAL_OVERRIDE
;
bool
enablePackage
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
&
xPackage
,
bool
bEnable
);
bool
updatePackage
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
&
xPackage
);
virtual
void
prepareChecking
()
SAL_OVERRIDE
;
virtual
void
checkEntries
()
SAL_OVERRIDE
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
raiseAddPicker
();
bool
installForAllUsers
(
bool
&
bInstallForAll
)
const
;
bool
installExtensionWarn
(
const
OUString
&
rExtensionURL
)
const
;
};
...
...
desktop/source/deployment/gui/dp_gui_extlistbox.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -158,7 +158,6 @@ class ExtensionBox_Impl : public ::svt::IExtensionListBox
long
GetTotalHeight
()
const
;
void
SetupScrollBar
();
void
DrawRow
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
const
TEntry_Impl
&
rEntry
);
bool
HandleTabKey
(
bool
bReverse
);
bool
HandleCursorKey
(
sal_uInt16
nKeyCode
);
bool
FindEntryPos
(
const
TEntry_Impl
&
rEntry
,
long
nStart
,
long
nEnd
,
long
&
nFound
);
void
DeleteRemoved
();
...
...
@@ -205,10 +204,8 @@ public:
void
prepareChecking
();
void
checkEntries
();
TheExtensionManager
*
getExtensionManager
()
const
{
return
m_pManager
;
}
void
setExtensionManager
(
TheExtensionManager
*
pManager
)
{
m_pManager
=
pManager
;
}
//These functions are used for automatic testing
/** @return The count of the entries in the list box. */
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.cxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -508,8 +508,6 @@ UpdateDialog::UpdateDialog(
m_thread
(
new
UpdateDialog
::
Thread
(
context
,
*
this
,
vExtensionList
)),
m_nFirstLineDelta
(
0
),
m_nOneLineMissing
(
0
),
m_nLastID
(
1
),
m_bModified
(
false
)
// TODO: check!
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -158,7 +158,6 @@ private:
bool
showDescription
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
dom
::
XNode
>
const
&
aUpdateInfo
);
bool
showDescription
(
const
OUString
&
rDescription
);
bool
isReadOnly
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
deployment
::
XPackage
>
&
xPackage
)
const
;
DECL_LINK
(
selectionHandler
,
void
*
);
DECL_LINK
(
allHandler
,
void
*
);
...
...
@@ -206,8 +205,6 @@ private:
Point
m_aFirstLinePos
;
Size
m_aFirstLineSize
;
long
m_nFirstLineDelta
;
long
m_nOneLineMissing
;
sal_uInt16
m_nLastID
;
bool
m_bModified
;
};
...
...
desktop/source/deployment/manager/dp_extensionmanager.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -47,9 +47,6 @@ public:
explicit
ExtensionManager
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
);
virtual
~
ExtensionManager
();
static
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
static
OUString
getImplName
();
void
check
();
void
fireModified
();
...
...
desktop/source/deployment/registry/inc/dp_backend.h
Dosyayı görüntüle @
956cb1f7
...
...
@@ -336,19 +336,6 @@ protected:
static
void
deleteTempFolder
(
OUString
const
&
folderUrl
);
OUString
getSharedRegistrationDataURL
(
css
::
uno
::
Reference
<
css
::
deployment
::
XPackage
>
const
&
extension
,
css
::
uno
::
Reference
<
css
::
deployment
::
XPackage
>
const
&
item
);
/* The backends must implement this function, which is called
from XPackageRegistry::packageRemoved (also implemented here).
This ensure that the backends clean up their registration data
when an extension was removed.
*/
// virtual void deleteDbEntry( OUString const & url) = 0;
public
:
struct
StrRegisteringPackage
:
public
::
dp_misc
::
StaticResourceString
<
StrRegisteringPackage
,
RID_STR_REGISTERING_PACKAGE
>
{};
...
...
desktop/source/migration/migration_impl.hxx
Dosyayı görüntüle @
956cb1f7
...
...
@@ -237,7 +237,6 @@ public:
~
MigrationImpl
();
bool
initializeMigration
();
bool
doMigration
();
OUString
getOldVersionName
();
};
}
...
...
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