XNameContainer oSFNC = (XNameContainer)
UnoRuntime.queryInterface(XNameContainer.class, oSFNA);
try {
if ( oSFNC.hasByName("My Style") )
oSFNC.removeByName("My Style");
oSFNC.insertByName("My Style", oMyStyle);
} catch ( com.sun.star.lang.WrappedTargetException e ) {
e.printStackTrace(log);
throw new StatusException( "Couldn't create environment ", e );
} catch ( com.sun.star.lang.IllegalArgumentException e ) {