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
912ed34c
Kaydet (Commit)
912ed34c
authored
Eki 14, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: these dump methods are unused in doctok
Change-Id: Ic84ac4d58e14c3bc59d902ce535566cc7e59a5d8
üst
315ef3e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
resources.xsl
writerfilter/source/doctok/resources.xsl
+0
-3
resourcesimpl.xsl
writerfilter/source/doctok/resourcesimpl.xsl
+0
-16
No files found.
writerfilter/source/doctok/resources.xsl
Dosyayı görüntüle @
912ed34c
...
...
@@ -414,8 +414,6 @@ class </xsl:text>
void resolveNoAuto(Properties
&
rHandler);
</xsl:if>
void dump(OutputWithDepth
<
string
>
&
o) const;
void resolve(Properties
&
rHandler);
</xsl:template>
...
...
@@ -786,7 +784,6 @@ public:
void resolveNoAuto(Properties
&
rHandler);
</xsl:if>
<xsl:text>
virtual void dump(OutputWithDepth
<
string
>
&
o) const;
virtual DffRecord * clone() const { return new
</xsl:text>
<xsl:value-of
select=
"$classname"
/>
...
...
writerfilter/source/doctok/resourcesimpl.xsl
Dosyayı görüntüle @
912ed34c
...
...
@@ -225,23 +225,7 @@ using namespace ::std;
}
}
void
</xsl:text>
<xsl:value-of
select=
"$classname"
/>
<xsl:text>
::dump(OutputWithDepth
<
string
>
&
o) const
{
o.addItem("
<
dump type='
</xsl:text>
<xsl:value-of
select=
'@name'
/>
<xsl:text>
'
>
");
WW8StructBase::dump(o);
</xsl:text>
<xsl:for-each
select=
'.//UML:Attribute[@name!="reserved"]'
>
<xsl:apply-templates
select=
'.'
mode=
'dumpAttribute'
/>
</xsl:for-each>
<xsl:text>
o.addItem("
<
/dump
>
");
}


</xsl:text>
</xsl:template>
<xsl:template
match=
'UML:Attribute'
mode=
'resolveAttribute'
>
...
...
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