LibreOffice Module svtools (master) 1
Namespaces | Typedefs | Functions
imageresourceaccess.cxx File Reference
#include <svtools/imageresourceaccess.hxx>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <comphelper/propertyvalue.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <tools/stream.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/streamwrap.hxx>
#include <cppuhelper/implbase.hxx>
#include <utility>
Include dependency graph for imageresourceaccess.cxx:

Go to the source code of this file.

Namespaces

namespace  svt
 
namespace  svt::GraphicAccess
 

Typedefs

typedef ::cppu::WeakImplHelper< io::XStream, io::XSeekable > svt::GraphicAccess::StreamSupplier_Base
 

Functions

bool svt::GraphicAccess::isSupportedURL (std::u16string_view rURL)
 
std::unique_ptr< SvStreamsvt::GraphicAccess::getImageStream (uno::Reference< uno::XComponentContext > const &rxContext, OUString const &rImageResourceURL)
 
uno::Reference< io::XInputStream > svt::GraphicAccess::getImageXStream (uno::Reference< uno::XComponentContext > const &rxContext, OUString const &rImageResourceURL)
 

Variable Documentation

◆ m_xInput

uno::Reference<io::XInputStream> m_xInput
private

Definition at line 51 of file imageresourceaccess.cxx.

◆ m_xOutput

uno::Reference<io::XOutputStream> m_xOutput
private

Definition at line 52 of file imageresourceaccess.cxx.

◆ m_xSeekable

uno::Reference<io::XSeekable> m_xSeekable
private

Definition at line 53 of file imageresourceaccess.cxx.