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
031b603d
Kaydet (Commit)
031b603d
authored
Kas 26, 2002
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#105603# lock solar mutex before using vcl
üst
997fedea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
unodatbr.cxx
dbaccess/source/ui/browser/unodatbr.cxx
+11
-7
No files found.
dbaccess/source/ui/browser/unodatbr.cxx
Dosyayı görüntüle @
031b603d
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: unodatbr.cxx,v $
*
* $Revision: 1.14
6
$
* $Revision: 1.14
7
$
*
* last change: $Author:
fs $ $Date: 2002-11-22 12:4
7:05 $
* last change: $Author:
oj $ $Date: 2002-11-26 11:5
7:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -1189,12 +1189,15 @@ void SbaTableQueryBrowser::connectExternalDispatches()
void
SbaTableQueryBrowser
::
implCheckExternalSlot
(
sal_Int32
_nId
)
{
// check if we have to hide this item from the toolbox
ToolBox
*
pTB
=
getBrowserView
()
->
getToolBox
();
if
(
pTB
)
if
(
getBrowserView
()
)
{
sal_Bool
bHaveDispatcher
=
m_aDispatchers
[
_nId
].
is
();
if
(
bHaveDispatcher
!=
pTB
->
IsItemVisible
((
sal_uInt16
)
_nId
))
bHaveDispatcher
?
pTB
->
ShowItem
((
sal_uInt16
)
_nId
)
:
pTB
->
HideItem
((
sal_uInt16
)
_nId
);
ToolBox
*
pTB
=
getBrowserView
()
->
getToolBox
();
if
(
pTB
)
{
sal_Bool
bHaveDispatcher
=
m_aDispatchers
[
_nId
].
is
();
if
(
bHaveDispatcher
!=
pTB
->
IsItemVisible
((
sal_uInt16
)
_nId
))
bHaveDispatcher
?
pTB
->
ShowItem
((
sal_uInt16
)
_nId
)
:
pTB
->
HideItem
((
sal_uInt16
)
_nId
);
}
}
// and invalidate this feature in general
...
...
@@ -2583,6 +2586,7 @@ void SAL_CALL SbaTableQueryBrowser::elementInserted( const ContainerEvent& _rEve
void
SAL_CALL
SbaTableQueryBrowser
::
elementRemoved
(
const
ContainerEvent
&
_rEvent
)
throw
(
RuntimeException
)
{
::
osl
::
MutexGuard
aGuard
(
m_aEntryMutex
);
::
vos
::
OGuard
aSolarGuard
(
Application
::
GetSolarMutex
());
Reference
<
XNameAccess
>
xNames
(
_rEvent
.
Source
,
UNO_QUERY
);
// get the top-level representing the removed data source
...
...
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