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
cc7b8dab
Kaydet (Commit)
cc7b8dab
authored
May 26, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#91633 - dispose chart data-table entries correctly.
Change-Id: Ia26df029888f47a0395ea3c8bd7e0e51a1706c2a
üst
f849d964
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
DataBrowser.cxx
chart2/source/controller/dialogs/DataBrowser.cxx
+9
-2
No files found.
chart2/source/controller/dialogs/DataBrowser.cxx
Dosyayı görüntüle @
cc7b8dab
...
@@ -144,6 +144,7 @@ class SeriesHeader
...
@@ -144,6 +144,7 @@ class SeriesHeader
{
{
public
:
public
:
explicit
SeriesHeader
(
vcl
::
Window
*
pParent
,
vcl
::
Window
*
pColorParent
);
explicit
SeriesHeader
(
vcl
::
Window
*
pParent
,
vcl
::
Window
*
pColorParent
);
~
SeriesHeader
();
void
SetColor
(
const
Color
&
rCol
);
void
SetColor
(
const
Color
&
rCol
);
void
SetPos
(
const
Point
&
rPos
);
void
SetPos
(
const
Point
&
rPos
);
...
@@ -217,6 +218,13 @@ SeriesHeader::SeriesHeader( vcl::Window * pParent, vcl::Window *pColorParent ) :
...
@@ -217,6 +218,13 @@ SeriesHeader::SeriesHeader( vcl::Window * pParent, vcl::Window *pColorParent ) :
Show
();
Show
();
}
}
SeriesHeader
::~
SeriesHeader
()
{
m_spSymbol
.
disposeAndClear
();
m_spSeriesName
.
disposeAndClear
();
m_spColorBar
.
disposeAndClear
();
}
void
SeriesHeader
::
notifyChanges
()
void
SeriesHeader
::
notifyChanges
()
{
{
if
(
m_aChangeLink
.
IsSet
())
if
(
m_aChangeLink
.
IsSet
())
...
@@ -417,8 +425,7 @@ bool lcl_SeriesHeaderHasFocus(
...
@@ -417,8 +425,7 @@ bool lcl_SeriesHeaderHasFocus(
sal_Int32
*
pOutIndex
=
0
)
sal_Int32
*
pOutIndex
=
0
)
{
{
sal_Int32
nIndex
=
0
;
sal_Int32
nIndex
=
0
;
for
(
::
std
::
vector
<
::
boost
::
shared_ptr
<
::
chart
::
impl
::
SeriesHeader
>
>::
const_iterator
aIt
(
rSeriesHeader
.
begin
());
for
(
auto
aIt
=
rSeriesHeader
.
begin
();
aIt
!=
rSeriesHeader
.
end
();
++
aIt
,
++
nIndex
)
aIt
!=
rSeriesHeader
.
end
();
++
aIt
,
++
nIndex
)
{
{
if
(
(
*
aIt
)
->
HasFocus
())
if
(
(
*
aIt
)
->
HasFocus
())
{
{
...
...
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