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
b82efddc
Kaydet (Commit)
b82efddc
authored
13 years ago
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused code
üst
f014ba75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
brwctrlr.cxx
dbaccess/source/ui/browser/brwctrlr.cxx
+0
-34
No files found.
dbaccess/source/ui/browser/brwctrlr.cxx
Dosyayı görüntüle @
b82efddc
...
...
@@ -2872,13 +2872,6 @@ public:
// ::com::sun::star::lang::XEventListener
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
RuntimeException
);
bool
WaitUntilReallyLoaded
(
bool
_bOnlyIfLoaded
);
// waits 'til the first positioned event after the loaded event. returns true if successfull,
// false if the form was disposed or unloaded before or while waiting
// if _bOnlyIfLoaded is false and the form isn't loaded already loaded, false will be returned
// (without any wating)
void
cancel
();
protected
:
...
...
@@ -2984,33 +2977,6 @@ void LoadFormHelper::cancel()
implDispose
();
}
//------------------------------------------------------------------------------
bool
LoadFormHelper
::
WaitUntilReallyLoaded
(
bool
_bOnlyIfLoaded
)
{
::
osl
::
ResettableMutexGuard
aGuard
(
m_aAccessSafety
);
if
(
DISPOSED
==
m_eState
)
return
false
;
if
(
_bOnlyIfLoaded
&&
(
STARTED
==
m_eState
))
// we did't get a "loaded" event ....
return
false
;
sal_Bool
bDone
=
(
POSITIONED
==
m_eState
);
aGuard
.
clear
();
while
(
!
bDone
)
{
aGuard
.
reset
();
bDone
=
(
POSITIONED
==
m_eState
);
aGuard
.
clear
();
}
aGuard
.
reset
();
implDispose
();
return
true
;
}
// -----------------------------------------------------------------------------
sal_Int16
SbaXDataBrowserController
::
getCurrentColumnPosition
()
{
...
...
This diff is collapsed.
Click to expand it.
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