Searched refs:bForceFrontAndFocus (Results 1 – 2 of 2) sorted by relevance
430 bool bForceFrontAndFocus(false); in implts_makeParentVisibleIfAllowed() local436 ::comphelper::ConfigurationHelper::E_READONLY) >>= bForceFrontAndFocus; in implts_makeParentVisibleIfAllowed()438 pWindow->Show(sal_True, bForceFrontAndFocus ? SHOW_FOREGROUNDTASK : 0 ); in implts_makeParentVisibleIfAllowed()
1736 bool bForceFrontAndFocus(false); in impl_makeFrameWindowVisible() local1743 a >>= bForceFrontAndFocus; in impl_makeFrameWindowVisible()1745 if( pWindow->IsVisible() && (bForceFrontAndFocus || bForceToFront) ) in impl_makeFrameWindowVisible()1748 … pWindow->Show(sal_True, (bForceFrontAndFocus || bForceToFront) ? SHOW_FOREGROUNDTASK : 0 ); in impl_makeFrameWindowVisible()