LibreOffice Module unotools (master) 1
Classes | Namespaces | Typedefs
XTempFile.hxx File Reference
#include <optional>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XTempFile.hpp>
#include <com/sun/star/io/XTruncate.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase.hxx>
#include <mutex>
#include <unotools/tempfile.hxx>
Include dependency graph for XTempFile.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OTempFileService
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  utl
 

Typedefs

typedef ::cppu::WeakImplHelper< css::io::XTempFile, css::io::XInputStream, css::io::XOutputStream, css::io::XTruncate, css::beans::XPropertySet, css::beans::XFastPropertySet, css::beans::XPropertyAccess, css::lang::XServiceInfo > OTempFileBase
 

Typedef Documentation

◆ OTempFileBase

typedef ::cppu::WeakImplHelper< css::io::XTempFile , css::io::XInputStream , css::io::XOutputStream , css::io::XTruncate , css::beans::XPropertySet , css::beans::XFastPropertySet , css::beans::XPropertyAccess , css::lang::XServiceInfo> OTempFileBase

Definition at line 47 of file XTempFile.hxx.