Searched refs:GetEmbedDocument (Results 1 – 4 of 4) sorted by relevance
452 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 …]
194 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()
939 LockedEmbedDocument_Impl EmbeddedDocumentInstanceAccess_Impl::GetEmbedDocument() in GetEmbedDocument() function in EmbeddedDocumentInstanceAccess_Impl
62 EmbedDocument_Impl* GetEmbedDocument() { return m_pEmbedDocument; } in GetEmbedDocument() function77 LockedEmbedDocument_Impl GetEmbedDocument();
Completed in 26 milliseconds