{
// store the document
final String documentURL = FileHelper.getOOoCompatibleFileURL( _document.getURL() );
final XStorable storeDoc = (XStorable) UnoRuntime.queryInterface( XStorable.class,
_document );
storeDoc.store();
}
// --------------------------------------------------------------------------------------------------------
private XModel impl_createDocWithMacro( final String _libName, final String _moduleName, final String _code ) throws Exception, IOException