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
25241b23
Kaydet (Commit)
25241b23
authored
May 02, 2002
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#98916# overload getFocus
üst
24973b61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
dbtreeview.cxx
dbaccess/source/ui/browser/dbtreeview.cxx
+5
-9
dbtreeview.hxx
dbaccess/source/ui/browser/dbtreeview.hxx
+3
-3
No files found.
dbaccess/source/ui/browser/dbtreeview.cxx
Dosyayı görüntüle @
25241b23
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: dbtreeview.cxx,v $
* $RCSfile: dbtreeview.cxx,v $
*
*
* $Revision: 1.1
6
$
* $Revision: 1.1
7
$
*
*
* last change: $Author: oj $ $Date: 200
1-09-25 13:24:38
$
* last change: $Author: oj $ $Date: 200
2-05-02 07:14:29
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -221,15 +221,11 @@ void DBTreeView::setSelectHdl(const Link& _rHdl)
...
@@ -221,15 +221,11 @@ void DBTreeView::setSelectHdl(const Link& _rHdl)
m_pTreeListBox
->
SetSelectHdl
(
_rHdl
);
m_pTreeListBox
->
SetSelectHdl
(
_rHdl
);
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
long
DBTreeView
::
PreNotify
(
NotifyEvent
&
rNEvt
)
void
DBTreeView
::
GetFocus
(
)
{
{
long
nDone
=
0L
;
Window
::
GetFocus
();
if
(
rNEvt
.
GetType
()
==
EVENT_GETFOCUS
&&
m_pTreeListBox
&&
!
m_pTreeListBox
->
HasChildPathFocus
())
if
(
m_pTreeListBox
)
//&& !m_pTreeListBox->HasChildPathFocus())
{
m_pTreeListBox
->
GrabFocus
();
m_pTreeListBox
->
GrabFocus
();
nDone
=
1L
;
}
return
nDone
?
nDone
:
Window
::
PreNotify
(
rNEvt
);
}
}
...
...
dbaccess/source/ui/browser/dbtreeview.hxx
Dosyayı görüntüle @
25241b23
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: dbtreeview.hxx,v $
* $RCSfile: dbtreeview.hxx,v $
*
*
* $Revision: 1.
9
$
* $Revision: 1.
10
$
*
*
* last change: $Author: oj $ $Date: 200
1-09-25 13:24:38
$
* last change: $Author: oj $ $Date: 200
2-05-02 07:14:29
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -121,7 +121,7 @@ namespace dbaui
...
@@ -121,7 +121,7 @@ namespace dbaui
DBTreeListBox
*
getListBox
()
const
;
DBTreeListBox
*
getListBox
()
const
;
virtual
long
PreNotify
(
NotifyEvent
&
rNEvt
);
virtual
void
GetFocus
(
);
};
};
}
}
...
...
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