Searched refs:OwnView_Impl (Results 1 – 4 of 4) sorted by relevance
91 OwnView_Impl::OwnView_Impl( const uno::Reference< lang::XMultiServiceFactory >& xFactory, in OwnView_Impl() function in OwnView_Impl104 OwnView_Impl::~OwnView_Impl() in ~OwnView_Impl()117 sal_Bool OwnView_Impl::CreateModelFromURL( const ::rtl::OUString& aFileURL ) in CreateModelFromURL()190 sal_Bool OwnView_Impl::CreateModel( sal_Bool bUseNative ) in CreateModel()205 ::rtl::OUString OwnView_Impl::GetFilterNameFromExtentionAndInStream( in GetFilterNameFromExtentionAndInStream()421 void OwnView_Impl::CreateNative() in CreateNative()496 sal_Bool OwnView_Impl::Open() in Open()561 void OwnView_Impl::Close() in Close()601 void SAL_CALL OwnView_Impl::notifyEvent( const document::EventObject& aEvent ) in notifyEvent()645 void SAL_CALL OwnView_Impl::notifyClosing( const lang::EventObject& Source ) in notifyClosing()[all …]
37 class OwnView_Impl : public ::cppu::WeakImplHelper2 < ::com::sun::star::util::XCloseListener, class69 …OwnView_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory…71 virtual ~OwnView_Impl();
276 …::rtl::OUString aFilterName = OwnView_Impl::GetFilterNameFromExtentionAndInStream( m_xFactory, ::r… in TryToConvertToOOo()860 m_pOwnView = new OwnView_Impl( m_xFactory, m_xObjectStream->getInputStream() ); in doVerb()
104 class OwnView_Impl;178 OwnView_Impl* m_pOwnView;
Completed in 13 milliseconds