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
4f72ab02
Kaydet (Commit)
4f72ab02
authored
Mar 18, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
nail more lifecycle oddness.
Change-Id: Ibc29b488cf5077f1d5eb996a8d88dfd057de8266
üst
4f386d07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
mediawindow.cxx
avmedia/source/viewer/mediawindow.cxx
+1
-0
tabview5.cxx
sc/source/ui/view/tabview5.cxx
+9
-1
ViewTabBar.cxx
sd/source/ui/view/ViewTabBar.cxx
+2
-2
edit.cxx
vcl/source/control/edit.cxx
+1
-0
No files found.
avmedia/source/viewer/mediawindow.cxx
Dosyayı görüntüle @
4f72ab02
...
@@ -330,6 +330,7 @@ void MediaWindow::executeFormatErrorBox( vcl::Window* pParent )
...
@@ -330,6 +330,7 @@ void MediaWindow::executeFormatErrorBox( vcl::Window* pParent )
VclPtr
<
MessageDialog
>
aErrBox
(
new
MessageDialog
(
pParent
,
AVMEDIA_RESID
(
AVMEDIA_STR_ERR_URL
)
)
);
VclPtr
<
MessageDialog
>
aErrBox
(
new
MessageDialog
(
pParent
,
AVMEDIA_RESID
(
AVMEDIA_STR_ERR_URL
)
)
);
aErrBox
->
Execute
();
aErrBox
->
Execute
();
aErrBox
.
disposeAndClear
();
}
}
...
...
sc/source/ui/view/tabview5.cxx
Dosyayı görüntüle @
4f72ab02
...
@@ -176,7 +176,7 @@ ScTabView::~ScTabView()
...
@@ -176,7 +176,7 @@ ScTabView::~ScTabView()
delete
pSelEngine
;
delete
pSelEngine
;
// Delete this before the grid windows, since it's a child window of one of them.
// Delete this before the grid windows, since it's a child window of one of them.
mpInputHintWindow
.
reset
();
mpInputHintWindow
.
disposeAndClear
();
for
(
i
=
0
;
i
<
4
;
i
++
)
for
(
i
=
0
;
i
<
4
;
i
++
)
pGridWin
[
i
].
disposeAndClear
();
pGridWin
[
i
].
disposeAndClear
();
...
@@ -190,6 +190,14 @@ ScTabView::~ScTabView()
...
@@ -190,6 +190,14 @@ ScTabView::~ScTabView()
pRowOutline
[
i
].
disposeAndClear
();
pRowOutline
[
i
].
disposeAndClear
();
}
}
aScrollBarBox
.
disposeAndClear
();
aCornerButton
.
disposeAndClear
();
aTopButton
.
disposeAndClear
();
aHScrollLeft
.
disposeAndClear
();
aHScrollRight
.
disposeAndClear
();
aVScrollTop
.
disposeAndClear
();
aVScrollBottom
.
disposeAndClear
();
pHSplitter
.
disposeAndClear
();
pHSplitter
.
disposeAndClear
();
pVSplitter
.
disposeAndClear
();
pVSplitter
.
disposeAndClear
();
pTabControl
.
disposeAndClear
();
pTabControl
.
disposeAndClear
();
...
...
sd/source/ui/view/ViewTabBar.cxx
Dosyayı görüntüle @
4f72ab02
...
@@ -167,8 +167,8 @@ void ViewTabBar::disposing (void)
...
@@ -167,8 +167,8 @@ void ViewTabBar::disposing (void)
// Set all references to the one tab page to NULL and delete the page.
// Set all references to the one tab page to NULL and delete the page.
for
(
sal_uInt16
nIndex
=
0
;
nIndex
<
mpTabControl
->
GetPageCount
();
++
nIndex
)
for
(
sal_uInt16
nIndex
=
0
;
nIndex
<
mpTabControl
->
GetPageCount
();
++
nIndex
)
mpTabControl
->
SetTabPage
(
nIndex
,
NULL
);
mpTabControl
->
SetTabPage
(
nIndex
,
NULL
);
mpTabPage
.
reset
();
mpTabPage
.
disposeAndClear
();
mpTabControl
.
reset
();
mpTabControl
.
disposeAndClear
();
}
}
mxController
=
NULL
;
mxController
=
NULL
;
...
...
vcl/source/control/edit.cxx
Dosyayı görüntüle @
4f72ab02
...
@@ -2786,6 +2786,7 @@ Size Edit::GetMinimumEditSize()
...
@@ -2786,6 +2786,7 @@ Size Edit::GetMinimumEditSize()
vcl
::
Window
*
pDefWin
=
ImplGetDefaultWindow
();
vcl
::
Window
*
pDefWin
=
ImplGetDefaultWindow
();
VclPtr
<
Edit
>
aEdit
(
new
Edit
(
pDefWin
,
WB_BORDER
)
);
VclPtr
<
Edit
>
aEdit
(
new
Edit
(
pDefWin
,
WB_BORDER
)
);
Size
aSize
(
aEdit
->
CalcMinimumSize
()
);
Size
aSize
(
aEdit
->
CalcMinimumSize
()
);
aEdit
.
disposeAndClear
();
return
aSize
;
return
aSize
;
}
}
...
...
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