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
5b6e338f
Kaydet (Commit)
5b6e338f
authored
May 06, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use new unocrsrs in SwChartDataSequence
Change-Id: Ib49bba8a948e2f51c590bd27c9a98e7348180bbf
üst
ea0962fb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
unochart.hxx
sw/inc/unochart.hxx
+4
-3
unochart.cxx
sw/source/core/unocore/unochart.cxx
+0
-0
No files found.
sw/inc/unochart.hxx
Dosyayı görüntüle @
5b6e338f
...
@@ -265,7 +265,7 @@ class SwChartDataSequence :
...
@@ -265,7 +265,7 @@ class SwChartDataSequence :
::
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
chart2
::
data
::
XDataProvider
>
xDataProvider
;
::
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
chart2
::
data
::
XDataProvider
>
xDataProvider
;
SwChartDataProvider
*
pDataProvider
;
SwChartDataProvider
*
pDataProvider
;
SwUnoCrsr
*
pTableCrsr
;
// cursor spanned over cells to use
std
::
shared_ptr
<
SwUnoCrsr
>
pTableCrsr
;
// cursor spanned over cells to use
SwDepend
aCursorDepend
;
//the cursor is removed after the doc has been removed
SwDepend
aCursorDepend
;
//the cursor is removed after the doc has been removed
const
SfxItemPropertySet
*
_pPropSet
;
const
SfxItemPropertySet
*
_pPropSet
;
...
@@ -278,11 +278,12 @@ class SwChartDataSequence :
...
@@ -278,11 +278,12 @@ class SwChartDataSequence :
protected
:
protected
:
//SwClient
//SwClient
virtual
void
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
SAL_OVERRIDE
;
virtual
void
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
SAL_OVERRIDE
;
virtual
void
SwClientNotify
(
const
SwModify
&
,
const
SfxHint
&
)
SAL_OVERRIDE
;
public
:
public
:
SwChartDataSequence
(
SwChartDataProvider
&
rProvider
,
SwChartDataSequence
(
SwChartDataProvider
&
rProvider
,
SwFrameFormat
&
rT
ableForma
t
,
SwFrameFormat
&
rT
blFm
t
,
SwUnoCrsr
*
pTableCursor
);
std
::
shared_ptr
<
SwUnoCrsr
>
pTableCursor
);
virtual
~
SwChartDataSequence
();
virtual
~
SwChartDataSequence
();
static
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
getUnoTunnelId
();
static
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
getUnoTunnelId
();
...
...
sw/source/core/unocore/unochart.cxx
Dosyayı görüntüle @
5b6e338f
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