| /AOO41X/main/xsltml/ |
| H A D | xsltml_2.1.2.patch | 1 --- misc/xsltml_2.1.2/cmarkup.xsl 2009-03-27 08:11:02.000000000 +0100 2 +++ misc/build/xsltml_2.1.2/cmarkup.xsl 2008-03-07 21:36:34.000000000 +0100 7 -<!-- $Id: cmarkup.xsl,v 1.8 2003/06/10 12:24:04 shade33 Exp $ 8 +<!-- $Id: cmarkup.xsl 2755 2008-03-07 20:35:56Z hauma $ 16 <xsl:text> & \text{if $</xsl:text> 17 <xsl:apply-templates select="*[2]"/> 18 <xsl:text>$}</xsl:text> 19 - <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text></xsl:if> 20 + <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text><… 21 </xsl:template> [all …]
|
| H A D | makefile.mk | 44 entities.xsl \ 45 glayout.xsl \ 46 mmltex.xsl \ 47 cmarkup.xsl \ 48 scripts.xsl \ 49 tables.xsl \ 50 tokens.xsl \
|
| /AOO41X/main/writerfilter/source/doctok/ |
| H A D | compactxmi.xsl | 1 <xsl:stylesheet 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 27 <xsl:output method="xml"/> 29 <xsl:template match="/"> 30 <xsl:apply-templates select="//UML:Model"/> 31 </xsl:template> 33 <xsl:template match="UML:Model"> 35 <xsl:attribute name="name"> 36 <xsl:value-of select="@name"/> 37 </xsl:attribute> [all …]
|
| H A D | WW8inc.xsl | 22 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://… 23 <xsl:output method="text" encoding="iso-8859-1"/> 25 <xsl:template match="/"> 26 <xsl:apply-templates select="//xhtml:body/xhtml:table"/> 27 </xsl:template> 29 <xsl:template match="xhtml:table"> 30 <xsl:apply-templates select="xhtml:tbody/xhtml:tr[2]"/> 31 </xsl:template> 33 <xsl:template name="handleTR"> 34 <xsl:param name="offset"/> [all …]
|
| H A D | resourceidmapperback.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="text" /> 27 <xsl:key name="same-valued-tagged-data" 30 <xsl:template match="/"> 32 <xsl:text> 53 /* Attributes */
</xsl:text> 54 …<xsl:for-each select='.//UML:Attribute[@name!="reserved"][count(.//UML:Stereotype[@xmi.idref="noqn… 55 <xsl:choose> 56 …<xsl:when test='generate-id(UML:TaggedValue.dataValue) != generate-id(key("same-valued-tagged-data… 57 … <!-- <xsl:when test='.//UML:TaggedValue.dataValue = preceding::*//UML:TaggedValue.dataValue'/>--> [all …]
|
| H A D | resourceidmapper.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="text" /> 27 <xsl:key name="same-valued-tagged-data" 30 <xsl:template match="/"> 32 <xsl:text> 53 /* Attributes */
</xsl:text> 54 …<xsl:for-each select='.//UML:Attribute[@name!="reserved"][count(.//UML:Stereotype[@xmi.idref="noqn… 55 <xsl:choose> 56 …<xsl:when test='generate-id(UML:TaggedValue.dataValue) != generate-id(key("same-valued-tagged-data… 57 … <!-- <xsl:when test='.//UML:TaggedValue.dataValue = preceding::*//UML:TaggedValue.dataValue'/>--> [all …]
|
| H A D | escherdoc.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="xml" indent="yes"/> 26 <xsl:template match="/"> 28 <xsl:for-each select="//xhtml:table"> 29 <xsl:apply-templates select="." mode="eschertable"/> 30 </xsl:for-each> 32 </xsl:template> 34 <xsl:template match="xhtml:table" mode="eschertable"> 35 <xsl:apply-templates select=".//xhtml:tr[position() > 1]" mode="eschertable"/> 36 </xsl:template> [all …]
|
| H A D | WW8sprms.xsl | 22 …xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oa… 24 <xsl:output method="xml" indent="yes"/> 26 <xsl:template match="/"> 28 <xsl:apply-templates select=".//xhtml:tr[position() > 2]"/> 30 </xsl:template> 32 <xsl:template match='xhtml:tr'> 33 <xsl:variable name='sprmname'><xsl:value-of select='xhtml:td[1]'/></xsl:variable> 34 <xsl:variable name='sprmid'><xsl:value-of select='xhtml:td[2]'/></xsl:variable> 36 <xsl:attribute name='xmi.id'><xsl:value-of select='$sprmname'/></xsl:attribute> 37 <xsl:attribute name='name'><xsl:value-of select='$sprmname'/></xsl:attribute> [all …]
|
| H A D | xmitocpp | 23 xalan -xsl qnametostr.xsl -in resources.xmi > qnametostr.tmp 24 xalan -xsl sprmcodetostr.xsl -in resources.xmi > sprmcodetostr.tmp 25 xalan -xsl resources.xsl -in resources.xmi > resources.hxx 26 xalan -xsl resourcesimpl.xsl -in resources.xmi > resources.cxx 27 xalan -xsl resourceids.xsl -in resources.xmi > ../../inc/doctok/resourceids.hxx 28 xalan -xsl sprmids.xsl -in resources.xmi > ../../inc/resourcemodel/sprmids.hxx
|
| H A D | xmistat.xsl | 22 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:UML = 'org.omg… 23 <xsl:output indent="yes"/> 24 <xsl:template match="/"> 25 <xsl:for-each select="//UML:Class[@xmi.id]"> 26 <xsl:value-of select="@xmi.id"/> 27 <xsl:text>
</xsl:text> 28 </xsl:for-each> 29 <xsl:value-of select="count(//UML:Class)"/> 30 </xsl:template> 31 </xsl:stylesheet>
|
| H A D | makefile.mk | 101 DOCTOKRESOURCESXSL=resources.xsl 102 DOCTOKRESOURCESIMPLXSL=resourcesimpl.xsl 103 DOCTOKRESOURCEIDSXSL=resourceids.xsl 104 DOCTOKSPRMIDSXSL=sprmids.xsl 105 DOCTOKRESOURCETOOLS=resourcetools.xsl
|
| /AOO41X/main/filter/source/xslt/import/wordml/ |
| H A D | wordml2ooo_props.xsl | 1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="urn:oasis:… nsprefix 30 <xsl:template name="page-layout-properties"> 33 <xsl:attribute name="fo:margin-top"> 34 <xsl:variable name="header-margin"> 35 <xsl:choose> 36 <xsl:when test="w:pgMar/@w:header"> 37 <xsl:value-of select="w:pgMar/@w:header"/> 38 </xsl:when> 39 <xsl:otherwise>720</xsl:otherwise> 40 </xsl:choose> [all …]
|
| /AOO41X/ext_libraries/ratscan/scan/ |
| H A D | rat-output-to-html.xsl | 1 <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> nsprefix 26 <xsl:variable name="now" select="current-dateTime()"/> 28 <xsl:template match="/"> 32 <xsl:comment>Generated at <xsl:value-of select="$now"/></xsl:comment> 65 <xsl:apply-templates/> 66 <xsl:call-template name="generated"/> 69 </xsl:template> 71 <xsl:template match="rat-report"> 82 …<td colspan="1" class="notes">Notes: <xsl:value-of select="count(descendant::type[attribute::name=… 83 …<td colspan="1" class="binaries">Binaries: <xsl:value-of select="count(descendant::type[attribute:… [all …]
|
| /AOO41X/main/writerfilter/source/ooxml/ |
| H A D | rngtocxx | 23 xalan -xsl modelpreprocess.xsl -in model.xml > model_processed.xml 24 xalan -xsl resourcestokens.xsl -in model_processed.xml > OOXMLtokens.hxx 25 xalan -xsl resources.xsl -in model_processed.xml > OOXMLresources.hxx 26 xalan -xsl resourcesimpl.xsl -in model_processed.xml > OOXMLresources.cxx 27 xalan -xsl resourcesimpl_dml-baseStylesheet.xsl -in model_processed.xml > OOXMLresources_dml-baseSt… 28 xalan -xsl resourcesimpl_dml-baseTypes.xsl -in model_processed.xml > OOXMLresources_dml-baseTypes.c… 29 xalan -xsl resourcesimpl_dml-chartDrawing.xsl -in model_processed.xml > OOXMLresources_dml-chartDra… 30 xalan -xsl resourcesimpl_dml-documentProperties.xsl -in model_processed.xml > OOXMLresources_dml-do… 31 xalan -xsl resourcesimpl_dml-graphicalObject.xsl -in model_processed.xml > OOXMLresources_dml-graph… 32 xalan -xsl resourcesimpl_dml-shape3DCamera.xsl -in model_processed.xml > OOXMLresources_dml-shape3D… [all …]
|
| H A D | makefile.mk | 126 OOXMLPREPROCESSXSL=modelpreprocess.xsl 127 OOXMLFACTORYTOOLSXSL=factorytools.xsl 128 OOXMLRESORUCETOKENSXSL=resourcestokens.xsl 129 OOXMLFASTTOKENSXSL=fasttokens.xsl 130 OOXMLRESOURCESIMPLXSL=resourcesimpl.xsl 131 OOXMLNAMESPACEIDSXSL=namespaceids.xsl 132 OOXMLFACTORYVALUESXSL=factory_values.xsl 133 OOXMLFACTORYVALUESIMPLXSL=factoryimpl_values.xsl 134 OOXMLRESOURCEIDSXSL=resourceids.xsl 135 OOXMLGPERFFASTTOKENXSL=gperffasttokenhandler.xsl [all …]
|
| /AOO41X/main/readlicense_oo/docs/readme/ |
| H A D | eval.xsl | 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> nsprefix 22 <xsl:output method="text" /> 23 <xsl:template match="/Readme"> 46 <xsl:apply-templates /> 50 </xsl:template> 52 <xsl:template match="Section"> 54 <th colspan="9" align='left' class="section">SECTION <xsl:value-of select="@id" /></th> 56 <xsl:apply-templates /> 57 </xsl:template> 59 <xsl:template match="Paragraph"> [all …]
|
| /AOO41X/main/helpcontent2/source/auxiliary/ |
| H A D | index.xsl | 1 <xsl:stylesheet version="1.0" encoding="UTF-8" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 38 <xsl:param name="Language" select="'en-US'"/> 40 <xsl:template match="helpdocument|body"> 41 <xsl:choose> 42 <xsl:when test="meta/topic[@indexer='exclude']"/> 43 <xsl:otherwise> 44 <xsl:apply-templates/> 45 </xsl:otherwise> 46 </xsl:choose> [all …]
|
| /AOO41X/main/filter/prj/ |
| H A D | d.lst | 33 ..\source\xslt\common\*.xsl %_DEST%\bin%_EXT%\xslt\common\*.xsl 34 ..\source\xslt\export\common\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\*.xsl 35 ..\source\xslt\odf2xhtml\export\common\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\*.xsl 36 ..\source\xslt\odf2xhtml\export\common\styles\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\styles\*.x… 37 ..\source\xslt\odf2xhtml\export\common\table\*.xsl %_DEST%\bin%_EXT%\xslt\export\common\table\*.xsl 38 ..\source\xslt\export\spreadsheetml\*.xsl %_DEST%\bin%_EXT%\xslt\export\spreadsheetml\*.xsl 39 ..\source\xslt\export\wiki\*.xsl %_DEST%\bin%_EXT%\xslt\export\wiki\*.xsl 41 ..\source\xslt\export\wordml\*.xsl %_DEST%\bin%_EXT%\xslt\export\wordml\*.xsl 42 ..\source\xslt\export\uof\*.xsl %_DEST%\bin%_EXT%\xslt\export\uof\*.xsl 43 ..\source\xslt\export\uof2\*.xsl %_DEST%\bin%_EXT%\xslt\export\uof2\*.xsl [all …]
|
| /AOO41X/main/scp2/source/ooo/ |
| H A D | file_ooo.scp | 1304 Name = "/xslt/common/measure_conversion.xsl"; 1311 Name = "/xslt/common/math.xsl"; 1318 Name = "/xslt/export/common/body.xsl"; 1325 Name = "/xslt/export/common/table_of_content.xsl"; 1332 Name = "/xslt/export/common/ooo2ms_docpr.xsl"; 1339 Name = "/xslt/export/common/styles/style_collector.xsl"; 1346 Name = "/xslt/export/common/styles/style_mapping_css.xsl"; 1353 Name = "/xslt/export/common/table/table.xsl"; 1360 Name = "/xslt/export/common/table/table_cells.xsl"; 1367 Name = "/xslt/export/common/table/table_columns.xsl"; [all …]
|
| /AOO41X/main/solenv/inc/ |
| H A D | tg_config.mk | 53 $(XSLDIR)/schema_val.xsl \ 54 $(XSLDIR)/sanity.xsl \ 55 $(XSLDIR)/schema_trim.xsl 66 $(SYSXSLDIR)schema_val.xsl $< 68 $(SYSXSLDIR)sanity.xsl $< 70 $(SYSXSLDIR)schema_trim.xsl $< 81 $(XCS_RESOURCES) : $(XSLDIR)/resource.xsl 92 $(SYSXSLDIR)resource.xsl $< 106 $(XSLDIR)/data_val.xsl \ 107 $(XSLDIR)/alllang.xsl [all …]
|
| /AOO41X/main/writerfilter/source/resourcemodel/ |
| H A D | makefile.mk | 101 OOXMLPREPROCESSXSL=..$/ooxml$/modelpreprocess.xsl 102 OOXMLPREPROCESSXSLCOPIED=$(MISC)$/modelpreprocess.xsl 103 OOXMLQNAMETOSTRXSL=..$/ooxml$/qnametostr.xsl 104 OOXMLANALYZERXSL=..$/ooxml$/analyzer.xsl 105 OOXMLRESOURCEIDSXSL=..$/ooxml$/resourceids.xsl 106 OOXMLFACTORYTOOLSXSL=..$/ooxml$/factorytools.xsl 108 DOCTOKQNAMETOSTRXSL=..$/doctok$/qnametostr.xsl 109 DOCTOKANALYZERXSL=..$/doctok$/analyzer.xsl 110 DOCTOKSPRMCODETOSTRXSL=..$/doctok$/sprmcodetostr.xsl 111 DOCTOKRESOURCEIDSXSL=..$/doctok$/resourceids.xsl [all …]
|
| /AOO41X/main/filter/source/docbook/ |
| H A D | makefile.mk | 31 $(BIN)$/docbooktosoffheadings.xsl \ 32 $(BIN)$/sofftodocbookheadings.xsl \ 37 $(OUT)$/bin$/docbooktosoffheadings.xsl: docbooktosoffheadings.xsl 38 $(COPY) docbooktosoffheadings.xsl $(OUT)$/bin$/docbooktosoffheadings.xsl 40 $(OUT)$/bin$/sofftodocbookheadings.xsl: sofftodocbookheadings.xsl 41 $(COPY) sofftodocbookheadings.xsl $(OUT)$/bin$/sofftodocbookheadings.xsl
|
| /AOO41X/main/readlicense_oo/util/ |
| H A D | makefile.pmk | 49 virtual : $(MERGEDXRM) $(COMMONMISC)$/readme.dtd $(PRJ)$/docs/readme.xsl 51 $(MISC)$/readme_text.xsl : virtual 52 $(SED) '' < ..$/readme.xsl > $@ 59 ..$/readme.xsl $(MERGEDXRM) 69 ..$/readme.xsl $(MERGEDXRM) 72 $(SYSTEXTDOCS) : $(MISC)$/readme_text.xsl
|
| /AOO41X/main/scp2/source/xsltfilter/ |
| H A D | file_xsltfilter.scp | 44 Name = "docbooktosoffheadings.xsl"; 51 Name = "sofftodocbookheadings.xsl"; 58 Name = "/xslt/export/xhtml/body.xsl"; 65 Name = "/xslt/export/xhtml/header.xsl"; 72 Name = "/xslt/export/xhtml/opendoc2xhtml.xsl"; 79 Name = "/xslt/export/xhtml/table.xsl";
|
| /AOO41X/main/helpcontent2/util/ |
| H A D | makefile.mk | 40 ZIP1LIST=main_transform*.xsl idxcaption.xsl idxcontent.xsl
|