Searched refs:bForceFrontAndFocus (Results 1 – 2 of 2) sorted by relevance
434 bool bForceFrontAndFocus(false); in implts_makeParentVisibleIfAllowed() local440 ::comphelper::ConfigurationHelper::E_READONLY) >>= bForceFrontAndFocus; in implts_makeParentVisibleIfAllowed()442 pWindow->Show(sal_True, bForceFrontAndFocus ? SHOW_FOREGROUNDTASK : 0 ); in implts_makeParentVisibleIfAllowed()
1758 bool bForceFrontAndFocus(false); in impl_makeFrameWindowVisible() local1765 a >>= bForceFrontAndFocus; in impl_makeFrameWindowVisible()1767 if( pWindow->IsVisible() && (bForceFrontAndFocus || bForceToFront) ) in impl_makeFrameWindowVisible()1770 … pWindow->Show(sal_True, (bForceFrontAndFocus || bForceToFront) ? SHOW_FOREGROUNDTASK : 0 ); in impl_makeFrameWindowVisible()
Completed in 25 milliseconds