Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2343 bool bIsInPlace = pImp->pFrame && pImp->pFrame->GetObjectShell()->IsInPlaceActive(); in _FindServer() local
2347 bool bIsServerShell = !pImp->pFrame || bIsInPlace; in _FindServer()
2359 bool bIsContainerShell = !pImp->pFrame || !bIsInPlace; in _FindServer()
2458 bool bIsInPlace = pImp->pFrame && pImp->pFrame->GetObjectShell()->IsInPlaceActive(); in HasSlot_Impl() local
2462 bool bIsServerShell = !pImp->pFrame || bIsInPlace; in HasSlot_Impl()
2474 bool bIsContainerShell = !pImp->pFrame || !bIsInPlace; in HasSlot_Impl()

Completed in 33 milliseconds