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
7314fc7b
Kaydet (Commit)
7314fc7b
authored
May 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: I9b661dc67ccbdcb757d661168b4c3fa4b6f5b1fa
üst
e1c6c850
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
virtmenu.hxx
sfx2/source/inc/virtmenu.hxx
+1
-1
virtmenu.cxx
sfx2/source/menu/virtmenu.cxx
+2
-1
SidebarToolBox.cxx
sfx2/source/sidebar/SidebarToolBox.cxx
+4
-2
No files found.
sfx2/source/inc/virtmenu.hxx
Dosyayı görüntüle @
7314fc7b
...
...
@@ -69,7 +69,7 @@ protected:
SfxBindings
&
rBind
,
bool
bOLEServer
=
false
,
bool
bRes
=
false
,
bool
bIsAddonMenu
=
false
);
void
CreateFromSVMenu
();
DECL_
LINK_TYPED
(
Highlight
,
Menu
*
,
bool
);
DECL_
STATIC_LINK_TYPED
(
SfxVirtualMenu
,
Highlight
,
Menu
*
,
bool
);
DECL_LINK_TYPED
(
Activate
,
Menu
*
,
bool
);
DECL_LINK_TYPED
(
Deactivate
,
Menu
*
,
bool
);
DECL_LINK
(
SettingsChanged
,
void
*
);
...
...
sfx2/source/menu/virtmenu.cxx
Dosyayı görüntüle @
7314fc7b
...
...
@@ -483,7 +483,8 @@ void SfxVirtualMenu::CreateFromSVMenu()
// called on activation of the SV-Menu
IMPL_LINK_NOARG_TYPED
(
SfxVirtualMenu
,
Highlight
,
Menu
*
,
bool
)
IMPL_STATIC_LINK_NOINSTANCE_NOARG_TYPED
(
SfxVirtualMenu
,
Highlight
,
Menu
*
,
bool
)
{
return
true
;
...
...
sfx2/source/sidebar/SidebarToolBox.cxx
Dosyayı görüntüle @
7314fc7b
...
...
@@ -273,10 +273,12 @@ IMPL_LINK_TYPED(SidebarToolBox, SelectHandler, ToolBox*, pToolBox, void)
xController
->
execute
((
sal_Int16
)
pToolBox
->
GetModifier
());
}
IMPL_LINK_NOARG_TYPED
(
SidebarToolBox
,
ActivateToolBox
,
ToolBox
*
,
void
)
IMPL_STATIC_LINK_NOINSTANCE_NOARG_TYPED
(
SidebarToolBox
,
ActivateToolBox
,
ToolBox
*
,
void
)
{}
IMPL_LINK_NOARG_TYPED
(
SidebarToolBox
,
DeactivateToolBox
,
ToolBox
*
,
void
)
IMPL_STATIC_LINK_NOINSTANCE_NOARG_TYPED
(
SidebarToolBox
,
DeactivateToolBox
,
ToolBox
*
,
void
)
{}
}
}
// end of namespace sfx2::sidebar
...
...
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