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
1bceb4e6
Kaydet (Commit)
1bceb4e6
authored
Eki 03, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix indent
Change-Id: Ia1bc9fe3c2c3833e36ec6fb9636856049acf03ec
üst
6534421e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
syswin.cxx
vcl/source/window/syswin.cxx
+22
-22
No files found.
vcl/source/window/syswin.cxx
Dosyayı görüntüle @
1bceb4e6
...
@@ -138,31 +138,31 @@ bool Accelerator::ToggleMnemonicsOnHierarchy(const CommandEvent& rCEvent, vcl::W
...
@@ -138,31 +138,31 @@ bool Accelerator::ToggleMnemonicsOnHierarchy(const CommandEvent& rCEvent, vcl::W
vcl
::
Window
*
pGetChild
=
firstLogicalChildOfParent
(
pWindow
);
vcl
::
Window
*
pGetChild
=
firstLogicalChildOfParent
(
pWindow
);
while
(
pGetChild
)
while
(
pGetChild
)
{
{
if
(
pGetChild
->
GetType
()
==
WINDOW_TABCONTROL
)
if
(
pGetChild
->
GetType
()
==
WINDOW_TABCONTROL
)
{
{
// find currently shown tab page
// find currently shown tab page
TabControl
*
pTabControl
=
static_cast
<
TabControl
*>
(
pGetChild
);
TabControl
*
pTabControl
=
static_cast
<
TabControl
*>
(
pGetChild
);
TabPage
*
pTabPage
=
pTabControl
->
GetTabPage
(
pTabControl
->
GetCurPageId
()
);
TabPage
*
pTabPage
=
pTabControl
->
GetTabPage
(
pTabControl
->
GetCurPageId
()
);
vcl
::
Window
*
pTabPageChild
=
firstLogicalChildOfParent
(
pTabPage
);
vcl
::
Window
*
pTabPageChild
=
firstLogicalChildOfParent
(
pTabPage
);
// and go through its children
// and go through its children
while
(
pTabPageChild
)
while
(
pTabPageChild
)
{
{
ImplHandleControlAccelerator
(
pTabPageChild
,
bShowAccel
);
ImplHandleControlAccelerator
(
pTabPageChild
,
bShowAccel
);
pTabPageChild
=
nextLogicalChildOfParent
(
pTabPage
,
pTabPageChild
);
pTabPageChild
=
nextLogicalChildOfParent
(
pTabPage
,
pTabPageChild
);
}
}
}
}
else
if
(
pGetChild
->
GetType
()
==
WINDOW_TABPAGE
)
else
if
(
pGetChild
->
GetType
()
==
WINDOW_TABPAGE
)
{
{
// bare tabpage without tabcontrol parent (options dialog)
// bare tabpage without tabcontrol parent (options dialog)
vcl
::
Window
*
pTabPageChild
=
firstLogicalChildOfParent
(
pGetChild
);
vcl
::
Window
*
pTabPageChild
=
firstLogicalChildOfParent
(
pGetChild
);
// and go through its children
// and go through its children
while
(
pTabPageChild
)
while
(
pTabPageChild
)
{
{
ImplHandleControlAccelerator
(
pTabPageChild
,
bShowAccel
);
ImplHandleControlAccelerator
(
pTabPageChild
,
bShowAccel
);
pTabPageChild
=
nextLogicalChildOfParent
(
pGetChild
,
pTabPageChild
);
pTabPageChild
=
nextLogicalChildOfParent
(
pGetChild
,
pTabPageChild
);
}
}
}
}
ImplHandleControlAccelerator
(
pGetChild
,
bShowAccel
);
ImplHandleControlAccelerator
(
pGetChild
,
bShowAccel
);
...
...
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