Home
last modified time | relevance | path

Searched refs:pFndShell (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx604 SfxObjectShell* pFndShell = 0; in Connect() local
653 pFndShell = pShell; in Connect()
673 if( !pFndShell ) in Connect()
699 pFndShell = SfxObjectShell::CreateAndLoadObject( aArgs ); in Connect()
704 if( pFndShell ) in Connect()
706 sfx2::SvLinkSource* pNewSrc = pFndShell->DdeCreateLinkSource( sItem ); in Connect()