Searched refs:pNoNWF (Results 1 – 1 of 1) sorted by relevance
1328 static const char* pNoNWF = getenv( "SAL_NO_NWF" ); in ImplGetWinData() local1340 …mpWindowImpl->mpWinData->mbEnableNativeWidget = (pNoNWF && *pNoNWF) ? sal_False : sal_True; // sal… in ImplGetWinData()9754 static const char* pNoNWF = getenv( "SAL_NO_NWF" ); in EnableNativeWidget() local9755 if( pNoNWF && *pNoNWF ) in EnableNativeWidget()
Completed in 47 milliseconds