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
2269fd1d
Kaydet (Commit)
2269fd1d
authored
Mar 17, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
get misc. ordering right and add missing disposes.
Change-Id: I76489f833949a556b657010e5d5cba6f64c89ba7
üst
f3ac0f58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
menubarwindow.cxx
vcl/source/window/menubarwindow.cxx
+4
-2
menubarwindow.hxx
vcl/source/window/menubarwindow.hxx
+3
-1
toolbox2.cxx
vcl/source/window/toolbox2.cxx
+1
-0
No files found.
vcl/source/window/menubarwindow.cxx
Dosyayı görüntüle @
2269fd1d
...
...
@@ -81,6 +81,8 @@ void DecoToolBox::calcMinSize()
}
aTbx
->
SetOutStyle
(
TOOLBOX_STYLE_FLAT
);
maMinSize
=
aTbx
->
CalcWindowSizePixel
();
aTbx
.
disposeAndClear
();
}
void
DecoToolBox
::
SetImages
(
long
nMaxHeight
,
bool
bForce
)
...
...
@@ -173,9 +175,9 @@ void MenuBarWindow::dispose()
aCloseBtn
->
RemoveEventListener
(
LINK
(
this
,
MenuBarWindow
,
ToolboxEventHdl
));
RemoveEventListener
(
LINK
(
this
,
MenuBarWindow
,
ShowHideListener
));
aCloseBtn
.
disposeAndClear
();
aFloatBtn
.
disposeAndClear
();
aHideBtn
.
disposeAndClear
();
aFloatBtn
.
disposeAndClear
();
aCloseBtn
.
disposeAndClear
();
Window
::
dispose
();
}
...
...
vcl/source/window/menubarwindow.hxx
Dosyayı görüntüle @
2269fd1d
...
...
@@ -39,7 +39,9 @@ class DecoToolBox : public ToolBox
using
Window
::
ImplInit
;
public
:
DecoToolBox
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
=
0
);
DecoToolBox
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
=
0
);
virtual
~
DecoToolBox
()
{}
void
ImplInit
();
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
...
...
vcl/source/window/toolbox2.cxx
Dosyayı görüntüle @
2269fd1d
...
...
@@ -165,6 +165,7 @@ ImplToolItem::ImplToolItem( const ImplToolItem& rItem ) :
ImplToolItem
::~
ImplToolItem
()
{
mpWindow
.
disposeAndClear
();
}
ImplToolItem
&
ImplToolItem
::
operator
=
(
const
ImplToolItem
&
rItem
)
...
...
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