Lines Matching refs:psp
42 namespace psp { namespace
116 void psp::getPrinterPathList( std::list< OUString >& rPathList, const char* pSubDir ) in getPrinterPathList()
124 aPathBuffer.append( getOfficePath( psp::NetPath ) ); in getPrinterPathList()
136 aPathBuffer.append( getOfficePath( psp::UserPath ) ); in getPrinterPathList()
193 OUString psp::getFontPath() in getFontPath()
201 OUString aConfigPath( getOfficePath( psp::ConfigPath ) ); in getFontPath()
202 OUString aNetPath( getOfficePath( psp::NetPath ) ); in getFontPath()
203 OUString aUserPath( getOfficePath( psp::UserPath ) ); in getFontPath()
251 bool psp::convertPfbToPfa( ::osl::File& rInFile, ::osl::File& rOutFile ) in convertPfbToPfa()
364 void psp::normPath( OString& rPath ) in normPath()
390 void psp::splitPath( OString& rPath, OString& rDir, OString& rBase ) in splitPath()