e.printStackTrace(log);
throw new StatusException("Couldn't create instance", e);
}
try {
XSheetConditionalEntries xSCE = (XSheetConditionalEntries)
UnoRuntime.queryInterface(XSheetConditionalEntries.class, CFormat);
xSCE.addNew(Conditions());
Props.setPropertyValue("ConditionalFormat", xSCE);
oObj = (XSheetConditionalEntry) AnyConverter.toObject(
new Type(XSheetConditionalEntry.class),xSCE.getByIndex(0));
} catch (com.sun.star.lang.WrappedTargetException e) {
e.printStackTrace(log);
throw new StatusException(
"Exception occurred while getting Entry", e);
} catch (com.sun.star.lang.IllegalArgumentException e) {