All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
CommunityLogic.Omission |
addOmission(int start,
int end) |
static String |
authenticateUser(String userName,
String passwd,
com.sun.star.beans.XPropertySet authProgressBar) |
boolean |
canAddOmission(int start,
int end) |
String |
createErrorReportXML() |
void |
editOmission(short pos,
String cat,
String comment,
String customCat,
String replace) |
String |
getAnnotatedText() |
String |
getAnnotatedText(int errorID) |
String[] |
getBadInterventions() |
static String[] |
getCategoriesForUser(String userName,
String token,
com.sun.star.beans.XPropertySet authProgressBar) |
short |
getClassificationForBadIntervention(short selectedItem) |
String[] |
getClassifications() |
String |
getCommentsForBadIntervention(int selectedItem) |
String |
getDetailsForBadIntervention(int badInterventionIndex) |
String[] |
getErrorGroups() |
String |
getEscapedText() |
CommunityLogic.Omission |
getOmission(short selectedItem) |
CommunityLogic.Omission[] |
getOmissions() |
String |
getOmissionsAnnotatedText() |
String |
getOmissionsAnnotatedText(int index) |
String |
getText() |
boolean |
hasBadInterventions() |
boolean |
hasGrammarErrors() |
boolean |
hasOmissions() |
void |
removeOmission(short pos) |
void |
setClassificationForBadIntervention(short selectedItem,
short classification) |
void |
setCommentsForBadIntervention(int selectedItem,
String comment) |
String |
submitErrorReport(String userName,
String token,
com.sun.star.beans.XPropertySet authProgressBar) |