Home
last modified time | relevance | path

Searched refs:pAllPPDFiles (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx455 if( pAllPPDFiles ) in initPPDFiles()
468 …if( pAllPPDFiles->find( OUString( RTL_CONSTASCII_USTRINGPARAM( "SGENPRT" ) ) ) == pAllPPDFiles->en… 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()
533 delete pAllPPDFiles; pAllPPDFiles = NULL; in getPPDFile()
538 } while( ! pAllPPDFiles ); in getPPDFile()
540 if( it != pAllPPDFiles->end() ) in getPPDFile()
657 delete pAllPPDFiles; in freeAll()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx144 pAllPPDFiles;

Completed in 27 milliseconds