Lines Matching refs:pShell
101 SfxDdeDocTopic_Impl( SfxObjectShell* pShell ) in SfxDdeDocTopic_Impl() argument
102 : DdeTopic( pShell->GetTitle(SFX_TITLE_FULLNAME) ), pSh( pShell ) in SfxDdeDocTopic_Impl()
565 SfxObjectShell* pShell = SfxObjectShell::GetFirst( &aType ); in MakeTopic() local
566 while( pShell ) in MakeTopic()
568 String sTmp( pShell->GetTitle(SFX_TITLE_FULLNAME) ); in MakeTopic()
572 SFX_APP()->AddDdeTopic( pShell ); in MakeTopic()
576 pShell = SfxObjectShell::GetNext( *pShell, &aType ); in MakeTopic()
601 0 != ( pShell = ((SfxViewFrameItem*)pRet) in MakeTopic()
604 SFX_APP()->AddDdeTopic( pShell ); in MakeTopic()
619 SfxObjectShell* pShell = SfxObjectShell::GetFirst( &aType ); in Topics() local
620 while( pShell ) in Topics()
622 if( SfxViewFrame::GetFirst( pShell ) ) in Topics()
626 sRet += pShell->GetTitle(SFX_TITLE_FULLNAME); in Topics()
628 pShell = SfxObjectShell::GetNext( *pShell, &aType ); in Topics()