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
df2b1141
Kaydet (Commit)
df2b1141
authored
Haz 28, 2013
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Force intercept support for ooxml.
Change-Id: I065742bbe22f24169a99e33558399fe16c601238
üst
6085bd15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
seriesconverter.cxx
oox/source/drawingml/chart/seriesconverter.cxx
+7
-0
properties.txt
oox/source/token/properties.txt
+2
-0
No files found.
oox/source/drawingml/chart/seriesconverter.cxx
Dosyayı görüntüle @
df2b1141
...
@@ -436,6 +436,13 @@ void TrendlineConverter::convertFromModel( const Reference< XDataSeries >& rxDat
...
@@ -436,6 +436,13 @@ void TrendlineConverter::convertFromModel( const Reference< XDataSeries >& rxDat
aPropSet
.
setProperty
(
PROP_PolynomialDegree
,
mrModel
.
mnOrder
);
aPropSet
.
setProperty
(
PROP_PolynomialDegree
,
mrModel
.
mnOrder
);
aPropSet
.
setProperty
(
PROP_MovingAveragePeriod
,
mrModel
.
mnPeriod
);
aPropSet
.
setProperty
(
PROP_MovingAveragePeriod
,
mrModel
.
mnPeriod
);
// Intercept
sal_Bool
hasIntercept
=
mrModel
.
mfIntercept
.
has
();
aPropSet
.
setProperty
(
PROP_ForceIntercept
,
hasIntercept
);
if
(
hasIntercept
)
aPropSet
.
setProperty
(
PROP_InterceptValue
,
mrModel
.
mfIntercept
.
get
());
// Extrapolation
if
(
mrModel
.
mfForward
.
has
())
if
(
mrModel
.
mfForward
.
has
())
aPropSet
.
setProperty
(
PROP_ExtrapolateForward
,
mrModel
.
mfForward
.
get
()
);
aPropSet
.
setProperty
(
PROP_ExtrapolateForward
,
mrModel
.
mfForward
.
get
()
);
if
(
mrModel
.
mfBackward
.
has
())
if
(
mrModel
.
mfBackward
.
has
())
...
...
oox/source/token/properties.txt
Dosyayı görüntüle @
df2b1141
...
@@ -185,6 +185,7 @@ FooterHeight
...
@@ -185,6 +185,7 @@ FooterHeight
FooterIsDynamicHeight
FooterIsDynamicHeight
FooterIsOn
FooterIsOn
FooterIsShared
FooterIsShared
ForceIntercept
FormulaConvention
FormulaConvention
FrameIsAutomaticHeight
FrameIsAutomaticHeight
Function
Function
...
@@ -238,6 +239,7 @@ ImageURL
...
@@ -238,6 +239,7 @@ ImageURL
IncludeHiddenCells
IncludeHiddenCells
InputMessage
InputMessage
InputTitle
InputTitle
InterceptValue
IsActive
IsActive
IsAdjustHeightEnabled
IsAdjustHeightEnabled
IsCaseSensitive
IsCaseSensitive
...
...
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