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
e9696b97
Kaydet (Commit)
e9696b97
authored
Nis 11, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix more misc. lifecycle mistakes.
Change-Id: Iadf0767d41830296a441299bf10aaa1e7629a824
üst
fbdef593
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
16 deletions
+11
-16
AppTitleWindow.cxx
dbaccess/source/ui/app/AppTitleWindow.cxx
+1
-1
AppView.cxx
dbaccess/source/ui/app/AppView.cxx
+6
-12
splitwin.cxx
sfx2/source/dialog/splitwin.cxx
+1
-1
Deck.cxx
sfx2/source/sidebar/Deck.cxx
+1
-1
vclxwindow.cxx
toolkit/source/awt/vclxwindow.cxx
+2
-1
No files found.
dbaccess/source/ui/app/AppTitleWindow.cxx
Dosyayı görüntüle @
e9696b97
...
@@ -56,7 +56,7 @@ void OTitleWindow::dispose()
...
@@ -56,7 +56,7 @@ void OTitleWindow::dispose()
{
{
m_pChild
->
Hide
();
m_pChild
->
Hide
();
}
}
m_pChild
.
c
lear
();
m_pChild
.
disposeAndC
lear
();
m_aSpace1
.
disposeAndClear
();
m_aSpace1
.
disposeAndClear
();
m_aSpace2
.
disposeAndClear
();
m_aSpace2
.
disposeAndClear
();
m_aTitle
.
disposeAndClear
();
m_aTitle
.
disposeAndClear
();
...
...
dbaccess/source/ui/app/AppView.cxx
Dosyayı görüntüle @
e9696b97
...
@@ -93,15 +93,11 @@ void OAppBorderWindow::dispose()
...
@@ -93,15 +93,11 @@ void OAppBorderWindow::dispose()
{
{
// destroy children
// destroy children
if
(
m_pPanel
)
if
(
m_pPanel
)
{
m_pPanel
->
Hide
();
m_pPanel
->
Hide
();
}
m_pPanel
.
disposeAndClear
();
if
(
m_pDetailView
)
if
(
m_pDetailView
)
{
m_pDetailView
->
Hide
();
m_pDetailView
->
Hide
();
}
m_pDetailView
.
disposeAndClear
();
m_pPanel
.
clear
();
m_pDetailView
.
clear
();
m_pView
.
clear
();
m_pView
.
clear
();
vcl
::
Window
::
dispose
();
vcl
::
Window
::
dispose
();
}
}
...
@@ -213,12 +209,10 @@ OApplicationView::~OApplicationView()
...
@@ -213,12 +209,10 @@ OApplicationView::~OApplicationView()
void
OApplicationView
::
dispose
()
void
OApplicationView
::
dispose
()
{
{
if
(
m_xObject
.
is
())
stopComponentListening
(
m_xObject
);
{
m_xObject
.
clear
();
stopComponentListening
(
m_xObject
);
m_pWin
->
Hide
();
m_xObject
.
clear
();
m_pWin
.
disposeAndClear
();
}
m_pWin
.
clear
();
ODataView
::
dispose
();
ODataView
::
dispose
();
}
}
...
...
sfx2/source/dialog/splitwin.cxx
Dosyayı görüntüle @
e9696b97
...
@@ -318,7 +318,7 @@ void SfxSplitWindow::dispose()
...
@@ -318,7 +318,7 @@ void SfxSplitWindow::dispose()
// window that is just being docked is always deleted from the outside.
// window that is just being docked is always deleted from the outside.
pEmptyWin
->
pOwner
=
NULL
;
pEmptyWin
->
pOwner
=
NULL
;
}
}
pEmptyWin
.
c
lear
();
pEmptyWin
.
disposeAndC
lear
();
delete
pDockArr
;
delete
pDockArr
;
pActive
.
clear
();
pActive
.
clear
();
...
...
sfx2/source/sidebar/Deck.cxx
Dosyayı görüntüle @
e9696b97
...
@@ -105,7 +105,7 @@ void Deck::Dispose (void)
...
@@ -105,7 +105,7 @@ void Deck::Dispose (void)
if
(
*
iPanel
)
if
(
*
iPanel
)
{
{
(
*
iPanel
)
->
Dispose
();
(
*
iPanel
)
->
Dispose
();
iPanel
->
reset
();
iPanel
->
disposeAndClear
();
}
}
}
}
...
...
toolkit/source/awt/vclxwindow.cxx
Dosyayı görüntüle @
e9696b97
...
@@ -924,8 +924,9 @@ void VCLXWindow::dispose( ) throw(::com::sun::star::uno::RuntimeException, std:
...
@@ -924,8 +924,9 @@ void VCLXWindow::dispose( ) throw(::com::sun::star::uno::RuntimeException, std:
{
{
VclPtr
<
OutputDevice
>
pOutDev
=
GetOutputDevice
();
VclPtr
<
OutputDevice
>
pOutDev
=
GetOutputDevice
();
SetWindow
(
NULL
);
// so that handlers are logged off, if necessary (virtual)
SetWindow
(
NULL
);
// so that handlers are logged off, if necessary (virtual)
SetOutputDevice
(
NULL
);
SetOutputDevice
(
pOutDev
);
pOutDev
.
disposeAndClear
();
pOutDev
.
disposeAndClear
();
SetOutputDevice
(
NULL
);
}
}
// #i14103# dispose the accessible context after the window has been destroyed,
// #i14103# dispose the accessible context after the window has been destroyed,
...
...
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