Substitute Openoffice save
From NOA Documentation Wiki
Source: http://ubion.ion.ag/mainForumFolder/noa_forum/0074
frame.addDispatchDelegate(GlobalCommands.SAVE, new IDispatchDelegate() {
public void dispatch(Object arg0) {
//your save routine
}
});
frame.updateDispatches();

