Lines Matching refs:GetEmbedDocument
451 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in InPlaceActivate()
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()
1544 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in notifyClosing()
1545 if ( aDocLock.GetEmbedDocument() ) in notifyClosing()
1546 aDocLock.GetEmbedDocument()->OLENotifyClosing(); in notifyClosing()
1585 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in modified()
1586 if ( aDocLock.GetEmbedDocument() ) in modified()
1587 aDocLock.GetEmbedDocument()->notify(); in modified()