Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx2362 static int nAlwaysLocked = -1; in AlwaysLocked() local
2364 if( nAlwaysLocked == -1 ) in AlwaysLocked()
2366 nAlwaysLocked = 0; // ask configuration only once in AlwaysLocked()
2388 nAlwaysLocked = (bLocked == sal_True) ? 1 : 0; in AlwaysLocked()
2394 return nAlwaysLocked == 1 ? sal_True : sal_False; in AlwaysLocked()

Completed in 21 milliseconds