Lines Matching refs:m_pLinkMgr
55 LinkManager* m_pLinkMgr; member
61 m_pLinkMgr( NULL ) in BaseLink_Impl()
444 if( !pImpl->m_pLinkMgr ) in _GetRealObject()
452 if( pImpl->m_pLinkMgr->GetDisplayNames( this, &sServer ) && in _GetRealObject()
457 xObj = pImpl->m_pLinkMgr->CreateObj( this ); in _GetRealObject()
465 xObj = pImpl->m_pLinkMgr->CreateObj( this ); in _GetRealObject()
469 xObj = pImpl->m_pLinkMgr->CreateObj( this ); in _GetRealObject()
503 return pImpl->m_pLinkMgr; in GetLinkManager()
513 return pImpl->m_pLinkMgr; in GetLinkManager()
523 pImpl->m_pLinkMgr = _pMgr; in SetLinkManager()
567 if( pImpl->m_pLinkMgr ) in Edit()
569 SvLinkSourceRef ref = pImpl->m_pLinkMgr->CreateObj( this ); in Edit()
607 pImpl->m_pLinkMgr->GetDisplayNames( this, &sApp, &sTopic, &sItem ); in ExecuteEdit()