Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2342 bool bIsContainerSlot = pSlot->IsMode(SFX_SLOT_CONTAINER); in _FindServer() local
2361 if ( !( ( bIsContainerSlot && bIsContainerShell ) || in _FindServer()
2362 ( !bIsContainerSlot && bIsServerShell ) ) ) in _FindServer()
2457 bool bIsContainerSlot = pSlot->IsMode(SFX_SLOT_CONTAINER); in HasSlot_Impl() local
2477 if ( !( ( bIsContainerSlot && bIsContainerShell ) || in HasSlot_Impl()
2478 ( !bIsContainerSlot && bIsServerShell ) ) ) in HasSlot_Impl()

Completed in 30 milliseconds