Searched refs:quickhelptext (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/l10ntools/java/receditor/java/transex3/model/ |
H A D | SdfEntity.java | 37 private String quickhelptext; field in SdfEntity 58 …m, String dummy2, String langid, String text, String helptext, String quickhelptext, String title … in SdfEntity() argument 72 this.quickhelptext = quickhelptext; in SdfEntity() 107 +text+"\t"+helptext+"\t"+quickhelptext+"\t"+title+"\t"+date; in toString() 186 return quickhelptext; in getQuickhelptext() 189 public void setQuickhelptext(String quickhelptext) { in setQuickhelptext() argument 190 this.quickhelptext = quickhelptext; in setQuickhelptext()
|
/aoo42x/main/l10ntools/java/jpropex/java/ |
H A D | SdfEntity.java | 38 private String quickhelptext= new String(""); field in SdfEntity 76 …m, String dummy2, String langid, String text, String helptext, String quickhelptext, String title … in SdfEntity() argument 90 this.quickhelptext = quickhelptext; in SdfEntity() 126 ….append( text ).append( "\t" ).append( helptext ).append( "\t" ).append( quickhelptext ).append( "… in toString() 205 return quickhelptext; in getQuickhelptext() 208 public void setQuickhelptext(String quickhelptext) { in setQuickhelptext() argument 209 this.quickhelptext = quickhelptext; in setQuickhelptext()
|
/aoo42x/main/l10ntools/scripts/tool/ |
H A D | sdf.py | 90 quickhelptext = "" variable in SdfEntity 112 text="", helptext="", quickhelptext="", title="", date=""): argument 125 self.quickhelptext = quickhelptext; 148 self.quickhelptext = splitted[ self.const._QUICKHELPTEXT_POS ] 161 …"\t", self.text, "\t", self.helptext, "\t", self.quickhelptext, "\t" , self.title, "\t", self.date…
|
Completed in 31 milliseconds