Home
last modified time | relevance | path

Searched refs:GetEmbedDocument (Results 1 – 4 of 4) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx452 if ( aDocLock.GetEmbedDocument() ) in InPlaceActivate()
453 aDocLock.GetEmbedDocument()->ShowObject(); in InPlaceActivate()
516 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in InPlaceDeactivate()
517 if ( aDocLock.GetEmbedDocument() ) in InPlaceDeactivate()
519 aDocLock.GetEmbedDocument()->SaveObject(); in InPlaceDeactivate()
967 aDocLock = m_xOleAccess->GetEmbedDocument(); in resizeWin()
969 if ( m_xFrame.is() && aDocLock.GetEmbedDocument() ) in resizeWin()
1545 if ( aDocLock.GetEmbedDocument() ) in notifyClosing()
1546 aDocLock.GetEmbedDocument()->OLENotifyClosing(); in notifyClosing()
1586 if ( aDocLock.GetEmbedDocument() ) in modified()
[all …]
H A Dintercept.cxx194 LockedEmbedDocument_Impl aDocLock = xOleAccess->GetEmbedDocument(); in dispatch()
195 if ( aDocLock.GetEmbedDocument() ) in dispatch()
198 aDocLock.GetEmbedDocument()->SaveObject(); in dispatch()
203 aDocLock.GetEmbedDocument()->Close( 0 ); in dispatch()
H A Ded_ipersiststr.cxx939 LockedEmbedDocument_Impl EmbeddedDocumentInstanceAccess_Impl::GetEmbedDocument() in GetEmbedDocument() function in EmbeddedDocumentInstanceAccess_Impl
/trunk/main/embedserv/source/inc/
H A Dembeddocaccess.hxx62 EmbedDocument_Impl* GetEmbedDocument() { return m_pEmbedDocument; } in GetEmbedDocument() function
77 LockedEmbedDocument_Impl GetEmbedDocument();

Completed in 33 milliseconds