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
9be39efc
Kaydet (Commit)
9be39efc
authored
Nis 23, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: fix up isControlVisible
üst
00fb6c9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
viewobjectcontactofunocontrol.cxx
svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+5
-8
No files found.
svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
Dosyayı görüntüle @
9be39efc
...
...
@@ -829,6 +829,11 @@ namespace sdr { namespace contact {
*/
bool
impl_isDisposed_nofail
()
const
{
return
m_pAntiImpl
==
NULL
;
}
/** determines whether our control is currently visible
@nofail
*/
bool
impl_isControlVisible_nofail
()
const
{
return
m_bControlIsVisible
;
}
/** determines whether we are currently a listener at the control for desgin-mode relevant facets
@nofail
*/
...
...
@@ -1713,14 +1718,6 @@ namespace sdr { namespace contact {
DBG_DTOR
(
ViewObjectContactOfUnoControl
,
NULL
);
}
//--------------------------------------------------------------------
bool
ViewObjectContactOfUnoControl
::
isControlVisible
()
const
{
SolarMutexGuard
aSolarGuard
;
const
ControlHolder
&
rControl
(
m_pImpl
->
getExistentControl
()
);
return
rControl
.
is
()
&&
rControl
.
isVisible
();
}
//--------------------------------------------------------------------
Reference
<
XControl
>
ViewObjectContactOfUnoControl
::
getControl
()
{
...
...
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