Searched refs:aNetPath (Results 1 – 1 of 1) sorted by relevance
46 static OUString aNetPath; in getOfficePath() local60 … aBootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "BaseInstallation" ) ), aNetPath ); in getOfficePath()70 if( ! aNetPath.compareToAscii( "file://", 7 ) ) in getOfficePath()73 if( osl_getSystemPathFromFileURL( aNetPath.pData, &aSysPath.pData ) == osl_File_E_None ) in getOfficePath()74 aNetPath = aSysPath; in getOfficePath()96 case NetPath: return aNetPath; in getOfficePath()202 OUString aNetPath( getOfficePath( psp::NetPath ) ); in getFontPath() local223 if( aNetPath.getLength() ) in getFontPath()225 aPathBuffer.append( aNetPath ); in getFontPath()227 aPathBuffer.append( aNetPath ); in getFontPath()
Completed in 13 milliseconds