Lines Matching refs:pAllPPDFiles
256 std::hash_map< OUString, OUString, OUStringHash >* PPDParser::pAllPPDFiles = NULL; member in PPDParser
436 …(*pAllPPDFiles)[ aFileName.copy( 0, aFileName.getLength() - pSuffixes[nSuffix].nSuffixLen ) ] = aP… in scanPPDDir()
455 if( pAllPPDFiles ) in initPPDFiles()
458 pAllPPDFiles = new std::hash_map< OUString, OUString, OUStringHash >(); in initPPDFiles()
468 …if( pAllPPDFiles->find( OUString( RTL_CONSTASCII_USTRINGPARAM( "SGENPRT" ) ) ) == pAllPPDFiles->en… in initPPDFiles()
481 …rintf( stderr, "SGENPRT %s\n", pAllPPDFiles->find( OUString( RTL_CONSTASCII_USTRINGPARAM( "SGENPRT… in initPPDFiles()
491 delete pAllPPDFiles; in getKnownPPDDrivers()
492 pAllPPDFiles = NULL; in getKnownPPDDrivers()
499 for( it = pAllPPDFiles->begin(); it != pAllPPDFiles->end(); ++it ) in getKnownPPDDrivers()
524 it = pAllPPDFiles->find( aBase ); in getPPDFile()
528 } while( it == pAllPPDFiles->end() && nLastIndex > 0 ); in getPPDFile()
530 if( it == pAllPPDFiles->end() && bRetry ) in getPPDFile()
533 delete pAllPPDFiles; pAllPPDFiles = NULL; in getPPDFile()
538 } while( ! pAllPPDFiles ); in getPPDFile()
540 if( it != pAllPPDFiles->end() ) in getPPDFile()
657 delete pAllPPDFiles; in freeAll()
658 pAllPPDFiles = NULL; in freeAll()