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
1b6dc2ad
Kaydet (Commit)
1b6dc2ad
authored
Ara 13, 2011
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Also escape dots in entity names used as C++ identifiers.
üst
a9d1d2f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cppheader.xsl
officecfg/registry/cppheader.xsl
+3
-3
No files found.
officecfg/registry/cppheader.xsl
Dosyayı görüntüle @
1b6dc2ad
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
<xsl:param
name=
"path"
/>
<xsl:param
name=
"path"
/>
<xsl:if
test=
".//prop or .//set"
>
<xsl:if
test=
".//prop or .//set"
>
<xsl:text>
namespace
</xsl:text>
<xsl:text>
namespace
</xsl:text>
<xsl:value-of
select=
"translate(@oor:name, '-
', '
_')"
/>
<xsl:value-of
select=
"translate(@oor:name, '-
.', '_
_')"
/>
<xsl:text>
{


</xsl:text>
<xsl:text>
{


</xsl:text>
<xsl:text>


</xsl:text>
<xsl:text>


</xsl:text>
<xsl:apply-templates
select=
"group|set|prop"
>
<xsl:apply-templates
select=
"group|set|prop"
>
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
<xsl:template
match=
"set"
>
<xsl:template
match=
"set"
>
<xsl:param
name=
"path"
/>
<xsl:param
name=
"path"
/>
<xsl:variable
name=
"name"
select=
"translate(@oor:name, '-
', '
_')"
/>
<xsl:variable
name=
"name"
select=
"translate(@oor:name, '-
.', '_
_')"
/>
<xsl:text>
struct
</xsl:text>
<xsl:text>
struct
</xsl:text>
<xsl:value-of
select=
"$name"
/>
<xsl:value-of
select=
"$name"
/>
<xsl:text>
: public unotools::ConfigurationSet
<
</xsl:text>
<xsl:text>
: public unotools::ConfigurationSet
<
</xsl:text>
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
<xsl:template
match=
"prop"
>
<xsl:template
match=
"prop"
>
<xsl:param
name=
"path"
/>
<xsl:param
name=
"path"
/>
<xsl:variable
name=
"name"
select=
"translate(@oor:name, '-
', '
_')"
/>
<xsl:variable
name=
"name"
select=
"translate(@oor:name, '-
.', '_
_')"
/>
<xsl:text>
struct
</xsl:text>
<xsl:text>
struct
</xsl:text>
<xsl:value-of
select=
"$name"
/>
<xsl:value-of
select=
"$name"
/>
<xsl:text>
: public unotools::
</xsl:text>
<xsl:text>
: public unotools::
</xsl:text>
...
...
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