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
2b57de8b
Kaydet (Commit)
2b57de8b
authored
Eki 06, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove another custom refcounting base class
Change-Id: Icd8a8d79da0ada68e9ee869c3c2a7b93db5b2733
üst
6d7353de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
30 deletions
+2
-30
Library_chartcontroller.mk
chart2/Library_chartcontroller.mk
+1
-0
ChartController.hxx
chart2/source/controller/inc/ChartController.hxx
+1
-11
ChartController.cxx
chart2/source/controller/main/ChartController.cxx
+0
-18
mergeclasses.results
compilerplugins/clang/mergeclasses.results
+0
-1
No files found.
chart2/Library_chartcontroller.mk
Dosyayı görüntüle @
2b57de8b
...
...
@@ -31,6 +31,7 @@ $(eval $(call gb_Library_use_libraries,chartcontroller,\
drawinglayer \
editeng \
sal \
salhelper \
i18nlangtag \
sfx \
sot \
...
...
chart2/source/controller/inc/ChartController.hxx
Dosyayı görüntüle @
2b57de8b
...
...
@@ -447,17 +447,7 @@ private:
private
:
class
TheModelRef
;
friend
class
ChartController
::
TheModelRef
;
class
RefCountable
{
public
:
RefCountable
();
virtual
~
RefCountable
();
void
acquire
();
void
release
();
private
:
sal_Int32
m_nRefCount
;
};
class
TheModel
:
public
RefCountable
class
TheModel
:
public
salhelper
::
SimpleReferenceObject
{
public
:
explicit
TheModel
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
...
...
chart2/source/controller/main/ChartController.cxx
Dosyayı görüntüle @
2b57de8b
...
...
@@ -131,24 +131,6 @@ ChartController::~ChartController()
stopDoubleClickWaiting
();
}
ChartController
::
RefCountable
::
RefCountable
()
:
m_nRefCount
(
0
)
{
}
ChartController
::
RefCountable
::~
RefCountable
()
{
}
void
ChartController
::
RefCountable
::
acquire
()
{
m_nRefCount
++
;
}
void
ChartController
::
RefCountable
::
release
()
{
m_nRefCount
--
;
if
(
!
m_nRefCount
)
delete
this
;
}
ChartController
::
TheModel
::
TheModel
(
const
uno
::
Reference
<
frame
::
XModel
>
&
xModel
)
:
m_xModel
(
xModel
),
m_xCloseable
(
NULL
),
...
...
compilerplugins/clang/mergeclasses.results
Dosyayı görüntüle @
2b57de8b
...
...
@@ -129,7 +129,6 @@ merge cairocanvas::DeviceHelper with cairocanvas::SpriteDeviceHelper
merge cairocanvas::Sprite with cairocanvas::CanvasCustomSpriteSpriteBase_Base
merge canvas::ISurfaceProxy with canvas::SurfaceProxy
merge canvas::ISurfaceProxyManager with canvas::SurfaceProxyManager
merge chart::ChartController::RefCountable with chart::ChartController::TheModel
merge chart::ConfigItemListener with chart::ConfigColorScheme
merge chart::ExplicitValueProvider with chart::ChartView
merge chart::LegendEntryProvider with chart::VSeriesPlotter
...
...
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