Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dsm.cxx282 static bool bFirstShutdown=true; in IMPL_STATIC_LINK() local
285 ", bFirstShutdown = " << (bFirstShutdown ? "true" : "false" )); in IMPL_STATIC_LINK()
286 if (shutdown && bFirstShutdown) //first shutdown request in IMPL_STATIC_LINK()
288 bFirstShutdown = false; in IMPL_STATIC_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dsm.cxx284 static bool bFirstShutdown=true; in IMPL_STATIC_LINK() local
287 ", bFirstShutdown = " << (bFirstShutdown ? "true" : "false" )); in IMPL_STATIC_LINK()
288 if (shutdown && bFirstShutdown) //first shutdown request in IMPL_STATIC_LINK()
290 bFirstShutdown = false; in IMPL_STATIC_LINK()