searchDescriptor.setPropertyValue(SEARCH_REGULAR_EXPRESSION, true);
} catch (Exception e) {
throw new OpenOfficeException("An error occurred while setting search properties in Open office", e);
}
XIndexAccess indexAccess = xReplaceable.findAll(searchDescriptor);
for (int i = 0; i < indexAccess.getCount(); i++) {
try {
XTextRange textRange = as(XTextRange.class, indexAccess.getByIndex(i));
String alias = unwrapParameterName(textRange.getString());