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
5b8e92d8
Kaydet (Commit)
5b8e92d8
authored
May 29, 2001
tarafından
Björn Milcke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#85911# don't filter SymbolType: export always if PropertyState is DIRECT (as usual)
üst
7a194a27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
PropertyMap.hxx
xmloff/source/chart/PropertyMap.hxx
+3
-3
PropertyMaps.cxx
xmloff/source/chart/PropertyMaps.cxx
+2
-11
No files found.
xmloff/source/chart/PropertyMap.hxx
Dosyayı görüntüle @
5b8e92d8
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyMap.hxx,v $
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
* last change: $Author: bm $ $Date: 2001-05-
11 18:33:24
$
* last change: $Author: bm $ $Date: 2001-05-
29 12:44:51
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -158,7 +158,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
MAP_ENTRY
(
"SolidType"
,
CHART
,
solid_type
,
XML_SCH_TYPE_SOLID_TYPE
),
MAP_ENTRY
(
"SplineType"
,
CHART
,
splines
,
XML_TYPE_NUMBER
),
MAP_ENTRY
(
"Stacked"
,
CHART
,
stacked
,
XML_TYPE_BOOL
),
MAP_
CONTEXT
(
"SymbolType"
,
CHART
,
symbol
,
XML_TYPE_NUMBER
,
USER_SYMBOL
),
MAP_
ENTRY
(
"SymbolType"
,
CHART
,
symbol
,
XML_TYPE_NUMBER
),
MAP_SPECIAL
(
"SymbolSize"
,
CHART
,
symbol_width
,
XML_TYPE_MEASURE
|
MID_FLAG_MERGE_PROPERTY
,
SYMBOL_WIDTH
),
MAP_SPECIAL
(
"SymbolSize"
,
CHART
,
symbol_height
,
XML_TYPE_MEASURE
|
MID_FLAG_MERGE_PROPERTY
,
SYMBOL_HEIGHT
),
MAP_SPECIAL
(
"SymbolBitmapURL"
,
CHART
,
symbol_image_name
,
XML_TYPE_STRING
,
SYMBOL_IMAGE_NAME
),
...
...
xmloff/source/chart/PropertyMaps.cxx
Dosyayı görüntüle @
5b8e92d8
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
* $Revision: 1.2
2
$
* $Revision: 1.2
3
$
*
* last change: $Author: bm $ $Date: 2001-05-
17 13:24:32
$
* last change: $Author: bm $ $Date: 2001-05-
29 12:44:31
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -235,15 +235,6 @@ void XMLChartExportPropertyMapper::ContextFilter(
// to prevent writing this property set mnIndex member to -1
switch
(
getPropertySetMapper
()
->
GetEntryContextId
(
property
->
mnIndex
))
{
case
XML_SCH_CONTEXT_USER_SYMBOL
:
{
sal_Int32
nIndex
=
chart
::
ChartSymbolType
::
NONE
;
property
->
maValue
>>=
nIndex
;
if
(
nIndex
==
chart
::
ChartSymbolType
::
NONE
)
property
->
mnIndex
=
-
1
;
}
break
;
// if Auto... is set the corresponding properties mustn't be exported
case
XML_SCH_CONTEXT_MIN
:
bCheckAuto
=
sal_True
;
...
...
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