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
ada98869
Kaydet (Commit)
ada98869
authored
Kas 09, 2004
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS schoasis01 (1.2.76); FILE MERGED
2004/10/14 15:33:01 bm 1.2.76.1: warning removed
üst
3576ed8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
ChartPlotAreaOOoTContext.cxx
xmloff/source/transform/ChartPlotAreaOOoTContext.cxx
+8
-8
No files found.
xmloff/source/transform/ChartPlotAreaOOoTContext.cxx
Dosyayı görüntüle @
ada98869
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartPlotAreaOOoTContext.cxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
rt $ $Date: 2004-07-13 08:45:11
$
* last change: $Author:
hr $ $Date: 2004-11-09 18:29:55
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -127,18 +127,18 @@ XMLTransformerContext * XMLChartPlotAreaOOoTContext::CreateChildContext(
if
(
pPersContext
!=
0
)
{
// iterate over attributes to find category axis
Reference
<
xml
::
sax
::
XAttributeList
>
xAttrList
(
pPersContext
->
GetAttrList
());
sal_Int16
nAttrCount
=
x
AttrList
.
is
()
?
x
AttrList
->
getLength
()
:
0
;
Reference
<
xml
::
sax
::
XAttributeList
>
x
New
AttrList
(
pPersContext
->
GetAttrList
());
sal_Int16
nAttrCount
=
x
NewAttrList
.
is
()
?
xNew
AttrList
->
getLength
()
:
0
;
for
(
sal_Int16
i
=
0
;
i
<
nAttrCount
;
i
++
)
{
const
OUString
&
rAttrName
=
xAttrList
->
getNameByIndex
(
i
);
const
OUString
&
rAttrName
=
x
New
AttrList
->
getNameByIndex
(
i
);
OUString
aLocalName
;
sal_uInt16
nPrefix
=
sal_uInt16
n
New
Prefix
=
GetTransformer
().
GetNamespaceMap
().
GetKeyByAttrName
(
rAttrName
,
&
aLocalName
);
if
(
nPrefix
==
XML_NAMESPACE_CHART
&&
if
(
n
New
Prefix
==
XML_NAMESPACE_CHART
&&
::
xmloff
::
token
::
IsXMLToken
(
aLocalName
,
::
xmloff
::
token
::
XML_CLASS
)
&&
::
xmloff
::
token
::
IsXMLToken
(
xAttrList
->
getValueByIndex
(
i
),
::
xmloff
::
token
::
XML_CATEGORY
))
::
xmloff
::
token
::
IsXMLToken
(
x
New
AttrList
->
getValueByIndex
(
i
),
::
xmloff
::
token
::
XML_CATEGORY
))
{
// category axis found
pPersContext
->
AddContent
(
pContext
);
...
...
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