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
8a9211a0
Kaydet (Commit)
8a9211a0
authored
Kas 16, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwChartDataSequence.
Change-Id: Ie0c91e739ee7a3bda55fd6dd45aa79c6b75675d1
üst
b31b17e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
unochart.hxx
sw/inc/unochart.hxx
+10
-10
unochart.cxx
sw/source/core/unocore/unochart.cxx
+0
-0
No files found.
sw/inc/unochart.hxx
Dosyayı görüntüle @
8a9211a0
...
@@ -251,23 +251,23 @@ class SwChartDataSequence :
...
@@ -251,23 +251,23 @@ class SwChartDataSequence :
public
SwChartDataSequenceBaseClass
,
public
SwChartDataSequenceBaseClass
,
public
SwClient
public
SwClient
{
{
::
cppu
::
OInterfaceContainerHelper
aEvtListeners
;
::
cppu
::
OInterfaceContainerHelper
m_
aEvtListeners
;
::
cppu
::
OInterfaceContainerHelper
aModifyListeners
;
::
cppu
::
OInterfaceContainerHelper
m_
aModifyListeners
;
css
::
chart2
::
data
::
DataSequenceRole
aRole
;
css
::
chart2
::
data
::
DataSequenceRole
m_
aRole
;
OUString
aRowLabelText
;
OUString
m_
aRowLabelText
;
OUString
aColLabelText
;
OUString
m_
aColLabelText
;
// holds a reference to the data-provider to guarantee its lifetime last as
// holds a reference to the data-provider to guarantee its lifetime last as
// long as the pointer may be used.
// long as the pointer may be used.
css
::
uno
::
Reference
<
css
::
chart2
::
data
::
XDataProvider
>
xDataProvider
;
css
::
uno
::
Reference
<
css
::
chart2
::
data
::
XDataProvider
>
m_
xDataProvider
;
SwChartDataProvider
*
pDataProvider
;
SwChartDataProvider
*
m_
pDataProvider
;
sw
::
UnoCursorPointer
pTableCrsr
;
// cursor spanned over cells to use
sw
::
UnoCursorPointer
m_
pTableCrsr
;
// cursor spanned over cells to use
const
SfxItemPropertySet
*
_pPropSet
;
const
SfxItemPropertySet
*
m
_pPropSet
;
bool
bDisposed
;
bool
m_
bDisposed
;
SwChartDataSequence
(
const
SwChartDataSequence
&
rObj
);
SwChartDataSequence
(
const
SwChartDataSequence
&
rObj
);
SwChartDataSequence
&
operator
=
(
const
SwChartDataSequence
&
)
=
delete
;
SwChartDataSequence
&
operator
=
(
const
SwChartDataSequence
&
)
=
delete
;
...
...
sw/source/core/unocore/unochart.cxx
Dosyayı görüntüle @
8a9211a0
This diff is collapsed.
Click to expand it.
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