Im trying to fetch document properties like author, creation date, application that created it, etc, from a document or template stored in the filesystem that arent loaded, to get the templates from the filesystem im using this class http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/doctempl.hxx, is it posible to extend it to get what i need??? I also found that theres a uno component to do that for loaded documents call XDocumentProperties http://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XDocumentProperties.html, is it possible to use that one??? or theres another alternative??? Thanks