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
9302520f
Kaydet (Commit)
9302520f
authored
Eyl 13, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
enable indentation of Basic source code in help fdo#41737
Change-Id: I63308cb7cbe21cb28082c815b53a3cbf286fe3ab
üst
741c56aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
main_transform.xsl
xmlhelp/util/main_transform.xsl
+9
-0
No files found.
xmlhelp/util/main_transform.xsl
Dosyayı görüntüle @
9302520f
...
...
@@ -371,6 +371,10 @@
<xsl:apply-templates
/>
</xsl:when>
<xsl:when
test=
"@role='bascode'"
>
<xsl:call-template
name=
"insertbascode"
/>
</xsl:when>
<xsl:otherwise>
<xsl:call-template
name=
"insertpara"
/>
</xsl:otherwise>
...
...
@@ -594,6 +598,11 @@
<p
class=
"{$role}"
><xsl:apply-templates
/></p>
</xsl:template>
<!-- Insert Basic code snippet -->
<xsl:template
name=
"insertbascode"
>
<pre><xsl:apply-templates
/></pre>
</xsl:template>
<!-- Insert "How to get Link" -->
<xsl:template
name=
"insert_howtoget"
>
<xsl:param
name=
"linkhref"
/>
...
...
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