#include <ownview.hxx>
|
| static OUString | GetFilterNameFromExtentionAndInStream (const css::uno::Reference< css::uno::XComponentContext > &xContext, std::u16string_view aNameWithExtention, const css::uno::Reference< css::io::XInputStream > &xInputStream) |
| |
Definition at line 35 of file ownview.hxx.
◆ OwnView_Impl()
| OwnView_Impl::OwnView_Impl |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
xContext, |
|
|
const css::uno::Reference< css::io::XInputStream > & |
xStream |
|
) |
| |
◆ ~OwnView_Impl()
| OwnView_Impl::~OwnView_Impl |
( |
| ) |
|
|
overridevirtual |
◆ Close()
| void OwnView_Impl::Close |
( |
| ) |
|
◆ CreateModel()
| bool OwnView_Impl::CreateModel |
( |
bool |
bUseNative | ) |
|
|
private |
◆ CreateModelFromURL()
| bool OwnView_Impl::CreateModelFromURL |
( |
const OUString & |
aFileURL | ) |
|
|
private |
◆ CreateNative()
| void OwnView_Impl::CreateNative |
( |
| ) |
|
|
private |
◆ disposing()
| void SAL_CALL OwnView_Impl::disposing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overridevirtual |
◆ GetFilterNameFromExtentionAndInStream()
| OUString OwnView_Impl::GetFilterNameFromExtentionAndInStream |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
xContext, |
|
|
std::u16string_view |
aNameWithExtention, |
|
|
const css::uno::Reference< css::io::XInputStream > & |
xInputStream |
|
) |
| |
|
static |
◆ notifyClosing()
| void SAL_CALL OwnView_Impl::notifyClosing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overridevirtual |
◆ notifyEvent()
| void SAL_CALL OwnView_Impl::notifyEvent |
( |
const css::document::EventObject & |
Event | ) |
|
|
overridevirtual |
◆ Open()
| bool OwnView_Impl::Open |
( |
| ) |
|
◆ queryClosing()
| void SAL_CALL OwnView_Impl::queryClosing |
( |
const css::lang::EventObject & |
Source, |
|
|
sal_Bool |
GetsOwnership |
|
) |
| |
|
overridevirtual |
◆ ReadContentsAndGenerateTempFile()
| bool OwnView_Impl::ReadContentsAndGenerateTempFile |
( |
const css::uno::Reference< css::io::XInputStream > & |
xStream, |
|
|
bool |
bParseHeader |
|
) |
| |
|
private |
◆ m_aFilterName
| OUString OwnView_Impl::m_aFilterName |
|
private |
◆ m_aMutex
| ::osl::Mutex OwnView_Impl::m_aMutex |
|
private |
◆ m_aNativeTempURL
| OUString OwnView_Impl::m_aNativeTempURL |
|
private |
◆ m_aTempFileURL
| OUString OwnView_Impl::m_aTempFileURL |
|
private |
◆ m_bBusy
| bool OwnView_Impl::m_bBusy |
|
private |
◆ m_bUseNative
| bool OwnView_Impl::m_bUseNative |
|
private |
◆ m_xContext
| css::uno::Reference< css::uno::XComponentContext > OwnView_Impl::m_xContext |
|
private |
◆ m_xModel
| css::uno::Reference< css::frame::XModel > OwnView_Impl::m_xModel |
|
private |
The documentation for this class was generated from the following files: