Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx1328 static const char* pNoNWF = getenv( "SAL_NO_NWF" ); in ImplGetWinData() local
1340 …mpWindowImpl->mpWinData->mbEnableNativeWidget = (pNoNWF && *pNoNWF) ? sal_False : sal_True; // sal… in ImplGetWinData()
9754 static const char* pNoNWF = getenv( "SAL_NO_NWF" ); in EnableNativeWidget() local
9755 if( pNoNWF && *pNoNWF ) in EnableNativeWidget()

Completed in 77 milliseconds