Searched refs:pFontPath (Results 1 – 2 of 2) sorted by relevance
171 if( const char* pFontPath = ::getenv( "SAL_FONTPATH_PRIVATE" ) ) in LoadFonts() local172 AddFontPath( String::CreateFromAscii( pFontPath ) ); in LoadFonts()
1681 if( const char* pFontPath = ::getenv( "SAL_FONTPATH_PRIVATE" ) ) in GetFontPath() local1682 pSVData->maAppData.mpFontPath = new String( String::CreateFromAscii( pFontPath ) ); in GetFontPath()
Completed in 26 milliseconds