Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2347 bool bIsServerShell = !pImp->pFrame || bIsInPlace; in _FindServer() local
2351 if ( !bIsServerShell ) in _FindServer()
2354 bIsServerShell = !pViewSh || !pViewSh->GetUIActiveClient(); in _FindServer()
2362 ( !bIsContainerSlot && bIsServerShell ) ) ) in _FindServer()
2462 bool bIsServerShell = !pImp->pFrame || bIsInPlace; in HasSlot_Impl() local
2466 if ( !bIsServerShell ) in HasSlot_Impl()
2469 bIsServerShell = !pViewSh || !pViewSh->GetUIActiveClient(); in HasSlot_Impl()
2478 ( !bIsContainerSlot && bIsServerShell ) ) ) in HasSlot_Impl()

Completed in 39 milliseconds