#compdef oocalc local expl _description files expl 'OpenOffice.org Calc spreadsheets' _files "$@" "$expl[@]" -g '*.(#i)(sxc|stc)' # From /etc/mime.types: # application/vnd.sun.xml.writer sxw # application/vnd.sun.xml.writer.template stw # application/vnd.sun.xml.writer.global sxg # application/vnd.sun.xml.calc sxc # application/vnd.sun.xml.calc.template stc # application/vnd.sun.xml.impress sxi # application/vnd.sun.xml.impress.template sti # application/vnd.sun.xml.draw sxd # application/vnd.sun.xml.draw.template std # application/vnd.sun.xml.math sxm