Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx578 const char* pEnvStr = getenv( "SAL_DISABLE_CORETEXT"); in DynCoreTextSyms() local
579 if( pEnvStr && (pEnvStr[0] != '0') ) in DynCoreTextSyms()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1427 const char* pEnvStr = ::getenv( "SAL_DISABLE_FC_SUBST" ); in RegisterFontSubstitutors() local
1428 if( pEnvStr ) in RegisterFontSubstitutors()
1430 if( (*pEnvStr >= '0') && (*pEnvStr <= '9') ) in RegisterFontSubstitutors()
1431 nDisableBits = (*pEnvStr - '0'); in RegisterFontSubstitutors()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1283 const char* pEnvStr = getenv( aByteStr.GetBuffer() ); in RTLFUNC() local
1284 if ( pEnvStr ) in RTLFUNC()
1285 aResult = String::CreateFromAscii( pEnvStr ); in RTLFUNC()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2064 const char* pEnvStr = ::getenv( "SAL_DISABLE_FC_SUBST" ); in AreFCSubstitutionsEnabled() local
2065 if( pEnvStr ) in AreFCSubstitutionsEnabled()
2068 if( (*pEnvStr >= '0') && (*pEnvStr <= '9') ) in AreFCSubstitutionsEnabled()
2069 nDisableBits = (*pEnvStr - '0'); in AreFCSubstitutionsEnabled()

Completed in 71 milliseconds