Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx508 SfxViewShell* pTestViewShell = SfxViewShell::GetFirst(); in ApplySlotFilter() local
510 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 14 milliseconds