Lines Matching refs:pImpl
140 pImpl(new BaseLink_Impl()), in SvBaseLink()
162 pImpl(new BaseLink_Impl()), in SvBaseLink()
188 pImpl(0), in SvBaseLink()
246 if(pImpl) in ~SvBaseLink()
248 delete pImpl; in ~SvBaseLink()
254 if(pImpl) in IMPL_LINK()
262 if ( pImpl->m_aEndEditLink.IsSet() ) in IMPL_LINK()
263 pImpl->m_aEndEditLink.Call( this ); in IMPL_LINK()
442 if(pImpl) in _GetRealObject()
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()
501 if(pImpl) in GetLinkManager()
503 return pImpl->m_pLinkMgr; in GetLinkManager()
511 if(pImpl) in GetLinkManager()
513 return pImpl->m_pLinkMgr; in GetLinkManager()
521 if(pImpl) in SetLinkManager()
523 pImpl->m_pLinkMgr = _pMgr; in SetLinkManager()
554 if(pImpl) in Edit()
556 pImpl->m_pParentWin = pParent; in Edit()
557 pImpl->m_aEndEditLink = rEndEditHdl; in Edit()
558 pImpl->m_bIsConnect = ( xObj.Is() != sal_False ); in Edit()
559 if( !pImpl->m_bIsConnect ) in Edit()
567 if( pImpl->m_pLinkMgr ) in Edit()
569 SvLinkSourceRef ref = pImpl->m_pLinkMgr->CreateObj( this ); in Edit()
587 if ( pImpl->m_aEndEditLink.IsSet() ) in Edit()
588 pImpl->m_aEndEditLink.Call( this ); in Edit()
599 if(pImpl) in ExecuteEdit()
607 pImpl->m_pLinkMgr->GetDisplayNames( this, &sApp, &sTopic, &sItem ); in ExecuteEdit()
629 ErrorBox( pImpl->m_pParentWin, WB_OK, sError ).Execute(); in ExecuteEdit()
632 else if( !pImpl->m_bIsConnect ) in ExecuteEdit()
634 pImpl->m_bIsConnect = false; in ExecuteEdit()
653 if(pImpl) in GetFileDialog()
655 if ( pImpl->m_pFileDlg ) in GetFileDialog()
656 delete pImpl->m_pFileDlg; in GetFileDialog()
657 pImpl->m_pFileDlg = new FileDialogHelper( nFlags, rFactory ); in GetFileDialog()
658 return pImpl->m_pFileDlg; in GetFileDialog()