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
9da5c3b8
Kaydet (Commit)
9da5c3b8
authored
Eki 08, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove some unused code
üst
7404c81e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
34 deletions
+0
-34
SlsFocusManager.cxx
sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
+0
-28
SlsFocusManager.hxx
sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
Dosyayı görüntüle @
9da5c3b8
...
@@ -318,34 +318,6 @@ void FocusManager::RemoveFocusChangeListener (const Link& rListener)
...
@@ -318,34 +318,6 @@ void FocusManager::RemoveFocusChangeListener (const Link& rListener)
::
std
::
find
(
maFocusChangeListeners
.
begin
(),
maFocusChangeListeners
.
end
(),
rListener
));
::
std
::
find
(
maFocusChangeListeners
.
begin
(),
maFocusChangeListeners
.
end
(),
rListener
));
}
}
void
FocusManager
::
SetFocusToToolBox
(
void
)
{
HideFocus
();
if
(
mrSlideSorter
.
GetViewShell
()
!=
NULL
)
{
::
Window
*
pParentWindow
=
mrSlideSorter
.
GetViewShell
()
->
GetParentWindow
();
DockingWindow
*
pDockingWindow
=
NULL
;
while
(
pParentWindow
!=
NULL
&&
pDockingWindow
==
NULL
)
{
pDockingWindow
=
dynamic_cast
<
DockingWindow
*>
(
pParentWindow
);
pParentWindow
=
pParentWindow
->
GetParent
();
}
if
(
pDockingWindow
)
{
PaneDockingWindow
*
pPaneDockingWindow
=
dynamic_cast
<
PaneDockingWindow
*>
(
pDockingWindow
);
if
(
pPaneDockingWindow
!=
NULL
)
pPaneDockingWindow
->
GetToolBox
().
GrabFocus
();
}
}
}
void
FocusManager
::
NotifyFocusChangeListeners
(
void
)
const
void
FocusManager
::
NotifyFocusChangeListeners
(
void
)
const
{
{
// Create a copy of the listener list to be safe when that is modified.
// Create a copy of the listener list to be safe when that is modified.
...
...
sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx
Dosyayı görüntüle @
9da5c3b8
...
@@ -162,11 +162,6 @@ public:
...
@@ -162,11 +162,6 @@ public:
*/
*/
void
RemoveFocusChangeListener
(
const
Link
&
rListener
);
void
RemoveFocusChangeListener
(
const
Link
&
rListener
);
/** Move focus to sibling outside the actual slide sorter. This is
typically the tool bar with the close button.
*/
void
SetFocusToToolBox
(
void
);
/** Create an instance of this class to temporarily hide the focus
/** Create an instance of this class to temporarily hide the focus
indicator. It is restored to its former visibility state when the
indicator. It is restored to its former visibility state when the
FocusHider is destroyed.
FocusHider is destroyed.
...
...
unusedcode.easy
Dosyayı görüntüle @
9da5c3b8
...
@@ -2650,7 +2650,6 @@ sd::slidesorter::controller::Animator::AddInfiniteAnimation(boost::function1<voi
...
@@ -2650,7 +2650,6 @@ sd::slidesorter::controller::Animator::AddInfiniteAnimation(boost::function1<voi
sd::slidesorter::controller::Clipboard::SelectPages()
sd::slidesorter::controller::Clipboard::SelectPages()
sd::slidesorter::controller::DragAndDropContext::GetPagesFromBookmarks(std::vector<SdPage const*, std::allocator<SdPage const*> >&, int&, sd::DrawDocShell*, List const&) const
sd::slidesorter::controller::DragAndDropContext::GetPagesFromBookmarks(std::vector<SdPage const*, std::allocator<SdPage const*> >&, int&, sd::DrawDocShell*, List const&) const
sd::slidesorter::controller::DragAndDropContext::GetPagesFromSelection(std::vector<SdPage const*, std::allocator<SdPage const*> >&, int&, sd::slidesorter::model::PageEnumeration&) const
sd::slidesorter::controller::DragAndDropContext::GetPagesFromSelection(std::vector<SdPage const*, std::allocator<SdPage const*> >&, int&, sd::slidesorter::model::PageEnumeration&) const
sd::slidesorter::controller::FocusManager::SetFocusToToolBox()
sd::slidesorter::controller::PageSelector::DeselectPage(SdPage const*, bool)
sd::slidesorter::controller::PageSelector::DeselectPage(SdPage const*, bool)
sd::slidesorter::controller::Properties::SetOnlyPreviewTriggersMouseOver(bool)
sd::slidesorter::controller::Properties::SetOnlyPreviewTriggersMouseOver(bool)
sd::slidesorter::controller::ScrollBarManager::GetLeft() const
sd::slidesorter::controller::ScrollBarManager::GetLeft() const
...
...
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