LibreOffice Module sfx2 (master) 1
Namespaces | Functions | Variables
docinf.cxx File Reference
#include <sfx2/docinf.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XCompatWriterDocProperties.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <comphelper/string.hxx>
#include <sot/storage.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/dibtools.hxx>
#include "oleprops.hxx"
Include dependency graph for docinf.cxx:

Go to the source code of this file.

Namespaces

namespace  sfx2
 

Functions

ErrCode sfx2::LoadOlePropertySet (const uno::Reference< document::XDocumentProperties > &i_xDocProps, SotStorage *i_pStorage)
 
bool sfx2::SaveOlePropertySet (const uno::Reference< document::XDocumentProperties > &i_xDocProps, SotStorage *i_pStorage, const uno::Sequence< sal_Int8 > *i_pThumb, const uno::Sequence< sal_Int8 > *i_pGuid, const uno::Sequence< sal_Int8 > *i_pHyperlinks)
 
uno::Sequence< sal_Int8sfx2::convertMetaFile (GDIMetaFile const *i_pThumb)
 

Variables

constexpr OUStringLiteral STREAM_SUMMARYINFO = u"\005SummaryInformation"
 
constexpr OUStringLiteral STREAM_DOCSUMMARYINFO = u"\005DocumentSummaryInformation"
 

Variable Documentation

◆ STREAM_DOCSUMMARYINFO

constexpr OUStringLiteral STREAM_DOCSUMMARYINFO = u"\005DocumentSummaryInformation"
constexpr

Definition at line 41 of file docinf.cxx.

Referenced by sfx2::LoadOlePropertySet(), and sfx2::SaveOlePropertySet().

◆ STREAM_SUMMARYINFO

constexpr OUStringLiteral STREAM_SUMMARYINFO = u"\005SummaryInformation"
constexpr

Definition at line 40 of file docinf.cxx.

Referenced by sfx2::LoadOlePropertySet(), and sfx2::SaveOlePropertySet().