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
ff6ecfd6
Kaydet (Commit)
ff6ecfd6
authored
Ock 18, 2002
tarafından
Daniel Vogelheim
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#96658# changed bibiliographic-type to bibliography-type
üst
2fad7821
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
14 deletions
+20
-14
XMLIndexBibliographyEntryContext.cxx
xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
+4
-2
XMLSectionExport.cxx
xmloff/source/text/XMLSectionExport.cxx
+3
-3
txtflde.cxx
xmloff/source/text/txtflde.cxx
+4
-4
txtfldi.cxx
xmloff/source/text/txtfldi.cxx
+9
-5
No files found.
xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
Dosyayı görüntüle @
ff6ecfd6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: XMLIndexBibliographyEntryContext.cxx,v $
* $RCSfile: XMLIndexBibliographyEntryContext.cxx,v $
*
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
*
* last change: $Author: dvo $ $Date: 200
1-06-29 21:07:21
$
* last change: $Author: dvo $ $Date: 200
2-01-18 11:08:29
$
*
*
* 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
...
@@ -141,6 +141,8 @@ const SvXMLEnumMapEntry aBibliographyDataFieldMap[] =
...
@@ -141,6 +141,8 @@ const SvXMLEnumMapEntry aBibliographyDataFieldMap[] =
{
XML_ADDRESS
,
BibliographyDataField
::
ADDRESS
},
{
XML_ADDRESS
,
BibliographyDataField
::
ADDRESS
},
{
XML_ANNOTE
,
BibliographyDataField
::
ANNOTE
},
{
XML_ANNOTE
,
BibliographyDataField
::
ANNOTE
},
{
XML_AUTHOR
,
BibliographyDataField
::
AUTHOR
},
{
XML_AUTHOR
,
BibliographyDataField
::
AUTHOR
},
{
XML_BIBLIOGRAPHY_TYPE
,
BibliographyDataField
::
BIBILIOGRAPHIC_TYPE
},
// #96658#: also read old documents (bib*i*liographic...)
{
XML_BIBILIOGRAPHIC_TYPE
,
BibliographyDataField
::
BIBILIOGRAPHIC_TYPE
},
{
XML_BIBILIOGRAPHIC_TYPE
,
BibliographyDataField
::
BIBILIOGRAPHIC_TYPE
},
{
XML_BOOKTITLE
,
BibliographyDataField
::
BOOKTITLE
},
{
XML_BOOKTITLE
,
BibliographyDataField
::
BOOKTITLE
},
{
XML_CHAPTER
,
BibliographyDataField
::
CHAPTER
},
{
XML_CHAPTER
,
BibliographyDataField
::
CHAPTER
},
...
...
xmloff/source/text/XMLSectionExport.cxx
Dosyayı görüntüle @
ff6ecfd6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: XMLSectionExport.cxx,v $
* $RCSfile: XMLSectionExport.cxx,v $
*
*
* $Revision: 1.
29
$
* $Revision: 1.
30
$
*
*
* last change: $Author: dvo $ $Date: 2002-01-
09 12:57:21
$
* last change: $Author: dvo $ $Date: 2002-01-
18 11:08:29
$
*
*
* 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
...
@@ -1294,7 +1294,7 @@ SvXMLEnumMapEntry __READONLY_DATA aBibliographyDataFieldMap[] =
...
@@ -1294,7 +1294,7 @@ SvXMLEnumMapEntry __READONLY_DATA aBibliographyDataFieldMap[] =
{
XML_ADDRESS
,
BibliographyDataField
::
ADDRESS
},
{
XML_ADDRESS
,
BibliographyDataField
::
ADDRESS
},
{
XML_ANNOTE
,
BibliographyDataField
::
ANNOTE
},
{
XML_ANNOTE
,
BibliographyDataField
::
ANNOTE
},
{
XML_AUTHOR
,
BibliographyDataField
::
AUTHOR
},
{
XML_AUTHOR
,
BibliographyDataField
::
AUTHOR
},
{
XML_BIB
ILIOGRAPHIC_TYPE
,
BibliographyDataField
::
BIBILIOGRAPHIC_TYPE
},
{
XML_BIB
LIOGRAPHY_TYPE
,
BibliographyDataField
::
BIBILIOGRAPHIC_TYPE
},
{
XML_BOOKTITLE
,
BibliographyDataField
::
BOOKTITLE
},
{
XML_BOOKTITLE
,
BibliographyDataField
::
BOOKTITLE
},
{
XML_CHAPTER
,
BibliographyDataField
::
CHAPTER
},
{
XML_CHAPTER
,
BibliographyDataField
::
CHAPTER
},
{
XML_CUSTOM1
,
BibliographyDataField
::
CUSTOM1
},
{
XML_CUSTOM1
,
BibliographyDataField
::
CUSTOM1
},
...
...
xmloff/source/text/txtflde.cxx
Dosyayı görüntüle @
ff6ecfd6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: txtflde.cxx,v $
* $RCSfile: txtflde.cxx,v $
*
*
* $Revision: 1.4
1
$
* $Revision: 1.4
2
$
*
*
* last change: $Author: dvo $ $Date: 2002-01-1
1 16:42:22
$
* last change: $Author: dvo $ $Date: 2002-01-1
8 11:08:29
$
*
*
* 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
...
@@ -2547,7 +2547,7 @@ void XMLTextFieldExport::ProcessBibliographyData(
...
@@ -2547,7 +2547,7 @@ void XMLTextFieldExport::ProcessBibliographyData(
aBibliographyDataTypeMap
))
aBibliographyDataTypeMap
))
{
{
rExport
.
AddAttribute
(
XML_NAMESPACE_TEXT
,
rExport
.
AddAttribute
(
XML_NAMESPACE_TEXT
,
XML_BIB
ILIOGRAPHIC
_TYPE
,
XML_BIB
LIOGRAPHY
_TYPE
,
sBuf
.
makeStringAndClear
());
sBuf
.
makeStringAndClear
());
}
}
// else: ignore this argument
// else: ignore this argument
...
@@ -3057,7 +3057,7 @@ enum XMLTokenEnum XMLTextFieldExport::MapBibliographyFieldName(OUString sName)
...
@@ -3057,7 +3057,7 @@ enum XMLTokenEnum XMLTextFieldExport::MapBibliographyFieldName(OUString sName)
else
if
(
sName
.
equalsAsciiL
(
"BibiliographicType"
,
else
if
(
sName
.
equalsAsciiL
(
"BibiliographicType"
,
sizeof
(
"BibiliographicType"
)
-
1
))
sizeof
(
"BibiliographicType"
)
-
1
))
{
{
eName
=
XML_BIB
ILIOGRAPHIC
_TYPE
;
eName
=
XML_BIB
LIOGRAPHY
_TYPE
;
}
}
else
if
(
sName
.
equalsAsciiL
(
"Address"
,
sizeof
(
"Address"
)
-
1
))
else
if
(
sName
.
equalsAsciiL
(
"Address"
,
sizeof
(
"Address"
)
-
1
))
{
{
...
...
xmloff/source/text/txtfldi.cxx
Dosyayı görüntüle @
ff6ecfd6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: txtfldi.cxx,v $
* $RCSfile: txtfldi.cxx,v $
*
*
* $Revision: 1.3
6
$
* $Revision: 1.3
7
$
*
*
* last change: $Author: dvo $ $Date: 2002-01-1
1 16:42:22
$
* last change: $Author: dvo $ $Date: 2002-01-1
8 11:08:29
$
*
*
* 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
...
@@ -3465,8 +3465,10 @@ void XMLBibliographyFieldImportContext::StartElement(
...
@@ -3465,8 +3465,10 @@ void XMLBibliographyFieldImportContext::StartElement(
MapBibliographyFieldName
(
sLocalName
));
MapBibliographyFieldName
(
sLocalName
));
Any
aAny
;
Any
aAny
;
// special treatment for bibliographic type
// special treatment for bibliography type
if
(
IsXMLToken
(
sLocalName
,
XML_BIBILIOGRAPHIC_TYPE
))
// biblio vs bibilio: #96658#; also read old documents
if
(
IsXMLToken
(
sLocalName
,
XML_BIBILIOGRAPHIC_TYPE
)
||
IsXMLToken
(
sLocalName
,
XML_BIBLIOGRAPHY_TYPE
)
)
{
{
sal_uInt16
nTmp
;
sal_uInt16
nTmp
;
if
(
SvXMLUnitConverter
::
convertEnum
(
if
(
SvXMLUnitConverter
::
convertEnum
(
...
@@ -3526,8 +3528,10 @@ const sal_Char* XMLBibliographyFieldImportContext::MapBibliographyFieldName(
...
@@ -3526,8 +3528,10 @@ const sal_Char* XMLBibliographyFieldImportContext::MapBibliographyFieldName(
{
{
pName
=
"Identifier"
;
pName
=
"Identifier"
;
}
}
else
if
(
IsXMLToken
(
sName
,
XML_BIBILIOGRAPHIC_TYPE
))
else
if
(
IsXMLToken
(
sName
,
XML_BIBILIOGRAPHIC_TYPE
)
||
IsXMLToken
(
sName
,
XML_BIBLIOGRAPHY_TYPE
)
)
{
{
// biblio... vs bibilio...: #96658#: also read old documents
pName
=
"BibiliographicType"
;
pName
=
"BibiliographicType"
;
}
}
else
if
(
IsXMLToken
(
sName
,
XML_ADDRESS
))
else
if
(
IsXMLToken
(
sName
,
XML_ADDRESS
))
...
...
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