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
a51300bc
Kaydet (Commit)
a51300bc
authored
Şub 18, 2015
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Şub 18, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
implement fill based on style also for chart area, tdf#89451
Change-Id: I7b488e222cd44e75d1e0ff7f8e545e9399f418b5
üst
6106d99a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
chartspaceconverter.cxx
oox/source/drawingml/chart/chartspaceconverter.cxx
+1
-4
objectformatter.cxx
oox/source/drawingml/chart/objectformatter.cxx
+9
-1
No files found.
oox/source/drawingml/chart/chartspaceconverter.cxx
Dosyayı görüntüle @
a51300bc
...
@@ -80,10 +80,7 @@ void ChartSpaceConverter::convertFromModel( const Reference< XShapes >& rxExtern
...
@@ -80,10 +80,7 @@ void ChartSpaceConverter::convertFromModel( const Reference< XShapes >& rxExtern
PROP_FillStyle
,
PROP_FillStyle
,
uno
::
makeAny
(
getFilter
().
getGraphicHelper
().
getDefaultChartAreaFillStyle
()));
uno
::
makeAny
(
getFilter
().
getGraphicHelper
().
getDefaultChartAreaFillStyle
()));
if
(
mrModel
.
mxShapeProp
.
is
()
)
getFormatter
().
convertFrameFormatting
(
aBackPropSet
,
mrModel
.
mxShapeProp
,
OBJECTTYPE_CHARTSPACE
);
{
getFormatter
().
convertFrameFormatting
(
aBackPropSet
,
mrModel
.
mxShapeProp
,
OBJECTTYPE_CHARTSPACE
);
}
// convert plot area (container of all chart type groups)
// convert plot area (container of all chart type groups)
PlotAreaConverter
aPlotAreaConv
(
*
this
,
mrModel
.
mxPlotArea
.
getOrCreate
()
);
PlotAreaConverter
aPlotAreaConv
(
*
this
,
mrModel
.
mxPlotArea
.
getOrCreate
()
);
...
...
oox/source/drawingml/chart/objectformatter.cxx
Dosyayı görüntüle @
a51300bc
...
@@ -167,6 +167,14 @@ static const AutoFormatEntry spNoFormats[] =
...
@@ -167,6 +167,14 @@ static const AutoFormatEntry spNoFormats[] =
AUTOFORMAT_END
()
AUTOFORMAT_END
()
};
};
static
const
AutoFormatEntry
spChartSpaceFill
[]
=
{
AUTOFORMAT_COLOR
(
1
,
32
,
THEMED_STYLE_SUBTLE
,
XML_bg1
),
AUTOFORMAT_COLOR
(
33
,
40
,
THEMED_STYLE_SUBTLE
,
XML_lt1
),
AUTOFORMAT_COLOR
(
41
,
48
,
THEMED_STYLE_SUBTLE
,
XML_dk1
),
AUTOFORMAT_END
()
};
static
const
AutoFormatEntry
spDataTableLines
[]
=
static
const
AutoFormatEntry
spDataTableLines
[]
=
{
{
AUTOFORMAT_COLORMOD
(
1
,
32
,
THEMED_STYLE_SUBTLE
,
XML_tx1
,
XML_tint
,
75000
),
AUTOFORMAT_COLORMOD
(
1
,
32
,
THEMED_STYLE_SUBTLE
,
XML_tx1
,
XML_tint
,
75000
),
...
@@ -536,7 +544,7 @@ struct ObjectTypeFormatEntry
...
@@ -536,7 +544,7 @@ struct ObjectTypeFormatEntry
static
const
ObjectTypeFormatEntry
spObjTypeFormatEntries
[]
=
static
const
ObjectTypeFormatEntry
spObjTypeFormatEntries
[]
=
{
{
// object type property info auto text auto line auto fill auto effect
// object type property info auto text auto line auto fill auto effect
TYPEFORMAT_FRAME
(
OBJECTTYPE_CHARTSPACE
,
&
saCommonPropInfo
,
0
,
spNoFormats
,
sp
NoFormats
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_CHARTSPACE
,
&
saCommonPropInfo
,
0
,
spNoFormats
,
sp
ChartSpaceFill
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_CHARTTITLE
,
&
saCommonPropInfo
,
spChartTitleTexts
,
0
/* eq to Ch2 */
,
0
/* eq to Ch2 */
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_CHARTTITLE
,
&
saCommonPropInfo
,
spChartTitleTexts
,
0
/* eq to Ch2 */
,
0
/* eq to Ch2 */
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_LEGEND
,
&
saCommonPropInfo
,
spOtherTexts
,
spNoFormats
,
spNoFormats
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_LEGEND
,
&
saCommonPropInfo
,
spOtherTexts
,
spNoFormats
,
spNoFormats
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_PLOTAREA2D
,
&
saCommonPropInfo
,
0
,
0
/* eq to Ch2 */
,
spPlotArea2dFills
,
0
/* eq to Ch2 */
),
TYPEFORMAT_FRAME
(
OBJECTTYPE_PLOTAREA2D
,
&
saCommonPropInfo
,
0
,
0
/* eq to Ch2 */
,
spPlotArea2dFills
,
0
/* eq to Ch2 */
),
...
...
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