Searched refs:pTestViewShell (Results 1 – 1 of 1) sorted by relevance
508 SfxViewShell* pTestViewShell = SfxViewShell::GetFirst(); in ApplySlotFilter() local510 while( pTestViewShell ) in ApplySlotFilter()512 if( pTestViewShell->GetObjectShell() in ApplySlotFilter()514 && pTestViewShell->GetViewFrame() in ApplySlotFilter()515 && pTestViewShell->GetViewFrame()->GetDispatcher() ) in ApplySlotFilter()517 SfxDispatcher* pDispatcher = pTestViewShell->GetViewFrame()->GetDispatcher(); in ApplySlotFilter()528 pTestViewShell = SfxViewShell::GetNext( *pTestViewShell ); in ApplySlotFilter()
Completed in 22 milliseconds