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
1a964584
Kaydet (Commit)
1a964584
authored
May 11, 2001
tarafından
Björn Milcke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no special handling any more for DataRowSource
üst
de808082
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
24 deletions
+5
-24
PropertyMap.hxx
xmloff/source/chart/PropertyMap.hxx
+3
-3
PropertyMaps.cxx
xmloff/source/chart/PropertyMaps.cxx
+2
-21
No files found.
xmloff/source/chart/PropertyMap.hxx
Dosyayı görüntüle @
1a964584
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: PropertyMap.hxx,v $
* $RCSfile: PropertyMap.hxx,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author: bm $ $Date: 2001-05-11 18:
17:55
$
* last change: $Author: bm $ $Date: 2001-05-11 18:
33:24
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -167,7 +167,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
...
@@ -167,7 +167,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
MAP_ENTRY
(
"StackedBarsConnected"
,
CHART
,
connect_bars
,
XML_TYPE_BOOL
),
MAP_ENTRY
(
"StackedBarsConnected"
,
CHART
,
connect_bars
,
XML_TYPE_BOOL
),
// plot-area properties
// plot-area properties
MAP_
SPECIAL
(
"DataRowSource"
,
CHART
,
series_source
,
XML_SCH_TYPE_DATAROWSOURCE
,
DATA_ROW_
SOURCE
),
MAP_
ENTRY
(
"DataRowSource"
,
CHART
,
series_source
,
XML_SCH_TYPE_DATAROW
SOURCE
),
// axis properties
// axis properties
MAP_ENTRY
(
"DisplayLabels"
,
CHART
,
display_label
,
XML_TYPE_BOOL
),
MAP_ENTRY
(
"DisplayLabels"
,
CHART
,
display_label
,
XML_TYPE_BOOL
),
...
...
xmloff/source/chart/PropertyMaps.cxx
Dosyayı görüntüle @
1a964584
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: PropertyMaps.cxx,v $
* $RCSfile: PropertyMaps.cxx,v $
*
*
* $Revision: 1.2
0
$
* $Revision: 1.2
1
$
*
*
* last change: $Author: bm $ $Date: 2001-05-11 18:
17:55
$
* last change: $Author: bm $ $Date: 2001-05-11 18:
32:30
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -350,15 +350,6 @@ void XMLChartExportPropertyMapper::handleSpecialItem(
...
@@ -350,15 +350,6 @@ void XMLChartExportPropertyMapper::handleSpecialItem(
SvXMLUnitConverter
::
convertDouble
(
sValueBuffer
,
fVal
);
SvXMLUnitConverter
::
convertDouble
(
sValueBuffer
,
fVal
);
}
}
break
;
break
;
case
XML_SCH_CONTEXT_SPECIAL_DATA_ROW_SOURCE
:
{
chart
::
ChartDataRowSource
eRowSource
;
cppu
::
any2enum
<
chart
::
ChartDataRowSource
>
(
eRowSource
,
rProperty
.
maValue
);
SvXMLUnitConverter
::
convertBool
(
sValueBuffer
,
(
eRowSource
==
chart
::
ChartDataRowSource_ROWS
));
}
break
;
case
XML_SCH_CONTEXT_SPECIAL_DATA_LABEL_NUMBER
:
case
XML_SCH_CONTEXT_SPECIAL_DATA_LABEL_NUMBER
:
{
{
rProperty
.
maValue
>>=
nValue
;
rProperty
.
maValue
>>=
nValue
;
...
@@ -474,16 +465,6 @@ sal_Bool XMLChartImportPropertyMapper::handleSpecialItem(
...
@@ -474,16 +465,6 @@ sal_Bool XMLChartImportPropertyMapper::handleSpecialItem(
rProperty
.
maValue
<<=
nValue
;
rProperty
.
maValue
<<=
nValue
;
}
}
break
;
break
;
case
XML_SCH_CONTEXT_SPECIAL_DATA_ROW_SOURCE
:
{
SvXMLUnitConverter
::
convertBool
(
bValue
,
rValue
);
if
(
bValue
)
// ie data in rows is true
{
chart
::
ChartDataRowSource
eRowSource
(
chart
::
ChartDataRowSource_ROWS
);
rProperty
.
maValue
<<=
eRowSource
;
}
}
break
;
case
XML_SCH_CONTEXT_SPECIAL_DATA_LABEL_NUMBER
:
case
XML_SCH_CONTEXT_SPECIAL_DATA_LABEL_NUMBER
:
{
{
// modify old value
// modify old value
...
...
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