Searched refs:resource_type (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/l10ntools/java/receditor/java/transex3/model/ |
H A D | SdfEntity.java | 28 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()
|
/aoo4110/main/l10ntools/java/jpropex/java/ |
H A D | SdfEntity.java | 29 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()
|
/aoo4110/main/l10ntools/scripts/tool/ |
H A D | sdf.py | 81 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 D | xtxex.py | 86 … resource_type=self._resource_type, gid="none", lid="none", langid=lang,text="")
|
H A D | xhtex.py | 127 resource_type=self._resource_type, gid=id, lid="", langid=lang,text=text)
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | OfficeResourceLoader.idl | 55 …<code><resource_type>:<numeric_identifier></code>, where <code><resource_type> s…
|
Completed in 53 milliseconds