Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Ddesktop.cxx324 ::sal_Bool bAllowUI = sal_True; in terminate()
325 ::sal_Bool bFramesClosed = impl_closeFrames(bAllowUI); in terminate()
1888 ::sal_Bool Desktop::impl_closeFrames(::sal_Bool bAllowUI) in impl_closeFrames() argument
1911 ( bAllowUI ) && in impl_closeFrames()
/trunk/main/framework/inc/services/
H A Ddesktop.hxx413 ::sal_Bool impl_closeFrames(::sal_Bool bAllowUI);
/trunk/main/desktop/source/app/
H A Dapp.cxx3117 sal_Bool bAllowUI = isUIOnSessionShutdownAllowed(); in OpenClients() local
3119 css::uno::makeAny( bAllowUI ) ); in OpenClients()