Lines Matching refs:EmbedDocument_Impl

172 EmbedDocument_Impl::EmbedDocument_Impl( const uno::Reference< lang::XMultiServiceFactory >& xFactor…  in EmbedDocument_Impl()  function in EmbedDocument_Impl
186 EmbedDocument_Impl::~EmbedDocument_Impl() in ~EmbedDocument_Impl()
204 uno::Sequence< beans::PropertyValue > EmbedDocument_Impl::fillArgsForLoading_Impl( uno::Reference< … in fillArgsForLoading_Impl()
251 uno::Sequence< beans::PropertyValue > EmbedDocument_Impl::fillArgsForStoring_Impl( uno::Reference< … in fillArgsForStoring_Impl()
267 HRESULT EmbedDocument_Impl::SaveTo_Impl( IStorage* pStg ) in SaveTo_Impl()
287 STDMETHODIMP EmbedDocument_Impl::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface()
354 STDMETHODIMP_(ULONG) EmbedDocument_Impl::AddRef() in STDMETHODIMP_()
359 STDMETHODIMP_(ULONG) EmbedDocument_Impl::Release() in STDMETHODIMP_()
375 STDMETHODIMP EmbedDocument_Impl::GetClassID( CLSID* pClassId ) in GetClassID()
384 STDMETHODIMP EmbedDocument_Impl::IsDirty() in IsDirty()
396 STDMETHODIMP EmbedDocument_Impl::InitNew( IStorage *pStg ) in InitNew()
482 STDMETHODIMP EmbedDocument_Impl::Load( IStorage *pStg ) in Load()
590 STDMETHODIMP EmbedDocument_Impl::Save( IStorage *pStgSave, BOOL fSameAsLoad ) in Save()
694 STDMETHODIMP EmbedDocument_Impl::SaveCompleted( IStorage *pStgNew ) in SaveCompleted()
744 STDMETHODIMP EmbedDocument_Impl::HandsOffStorage() in HandsOffStorage()
756 STDMETHODIMP EmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD /*dwMode*/ ) in Load()
873 STDMETHODIMP EmbedDocument_Impl::Save( LPCOLESTR pszFileName, BOOL fRemember ) in Save()
917 STDMETHODIMP EmbedDocument_Impl::SaveCompleted( LPCOLESTR pszFileName ) in SaveCompleted()
924 STDMETHODIMP EmbedDocument_Impl::GetCurFile( LPOLESTR *ppszFileName ) in GetCurFile()
957 LockedEmbedDocument_Impl::LockedEmbedDocument_Impl( EmbedDocument_Impl* pEmbedDocument ) in LockedEmbedDocument_Impl()