That is OpenOffice 2. :)
Btw, I really like Open Office as well, I used to use it a lot. :)
EDIT:
Code:$ ps x | grep -E '(jvm|java)'
9308 pts/4 R+ 0:00 grep --color=auto -E (jvm|java)
$ oowriter &>/dev/null
$ ps x | grep -E '(jvm|java)'
9336 pts/4 R+ 0:00 grep --color=auto -E (jvm|java)

