Home
last modified time | relevance | path

Searched refs:resource_type (Results 1 – 6 of 6) sorted by relevance

/trunk/main/l10ntools/java/receditor/java/transex3/model/
H A DSdfEntity.java28 private String resource_type; field in SdfEntity
58 …public SdfEntity(String project, String source_file, String dummy1, String resource_type, String g… in SdfEntity() argument
63 this.resource_type = resource_type; in SdfEntity()
105 return project+"\t"+source_file+"\t"+dummy1+"\t"+resource_type+"\t"+gid+"\t" in toString()
110 return project+gid+lid+source_file+resource_type+platform+helpid; in getId()
194 return resource_type; in getResource_type()
197 public void setResource_type(String resource_type) { in setResource_type() argument
198 this.resource_type = resource_type; in setResource_type()
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfEntity.java29 private String resource_type= new String(""); field in SdfEntity
76 …public SdfEntity(String project, String source_file, String dummy1, String resource_type, String g… in SdfEntity() argument
81 this.resource_type = resource_type; in SdfEntity()
124 … source_file ).append( "\t" ).append( dummy1 ).append( "\t" ).append( resource_type ).append( "\t"… in toString()
129 …( project ).append( gid ).append( lid ).append( source_file ).append( resource_type ).append( plat… in getId()
213 return resource_type; in getResource_type()
216 public void setResource_type(String resource_type) { in setResource_type() argument
217 this.resource_type = resource_type; in setResource_type()
/trunk/main/l10ntools/scripts/tool/
H A Dsdf.py81 resource_type = "" variable in SdfEntity
111 …def __init__(self, project="", source_file="", dummy1="0", resource_type="", gid="", lid="", helpi… argument
116 self.resource_type = resource_type;
139 self.resource_type = splitted[ self.const._RESOURCE_TYPE_POS ]
159 … ''.join([self.project, "\t", self.source_file, "\t", self.dummy1, "\t", self.resource_type, "\t" ,
164 …return ''.join([self.project, self.gid, self.lid, self.source_file, self.resource_type, self.platf…
H A Dxtxex.py86resource_type=self._resource_type, gid="none", lid="none", langid=lang,text="")
H A Dxhtex.py127 resource_type=self._resource_type, gid=id, lid="", langid=lang,text=text)
/trunk/main/offapi/com/sun/star/resource/
H A DOfficeResourceLoader.idl55 …<code>&lt;resource_type&gt;:&lt;numeric_identifier&gt;</code>, where <code>&lt;resource_type&gt; s…

Completed in 20 milliseconds