Lines Matching refs:aDocLock
451 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in InPlaceActivate() local
452 if ( aDocLock.GetEmbedDocument() ) in InPlaceActivate()
453 aDocLock.GetEmbedDocument()->ShowObject(); in InPlaceActivate()
516 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in InPlaceDeactivate() local
517 if ( aDocLock.GetEmbedDocument() ) in InPlaceDeactivate()
519 aDocLock.GetEmbedDocument()->SaveObject(); in InPlaceDeactivate()
964 LockedEmbedDocument_Impl aDocLock; in resizeWin() local
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() local
1545 if ( aDocLock.GetEmbedDocument() ) in notifyClosing()
1546 aDocLock.GetEmbedDocument()->OLENotifyClosing(); in notifyClosing()
1585 LockedEmbedDocument_Impl aDocLock = m_xOleAccess->GetEmbedDocument(); in modified() local
1586 if ( aDocLock.GetEmbedDocument() ) in modified()
1587 aDocLock.GetEmbedDocument()->notify(); in modified()