Searched refs:pFileType (Results 1 – 2 of 2) sorted by relevance
607 const sal_Char *pFileType = ++p; in parseVMS() local624 if ((p - pFileType == 4) && in parseVMS()625 (pFileType[0] == 'D' || pFileType[0] == 'd') && in parseVMS()626 (pFileType[1] == 'I' || pFileType[1] == 'i') && in parseVMS()627 (pFileType[2] == 'R' || pFileType[2] == 'r') ) in parseVMS()629 setPath (rEntry.m_aName, pFileName, (pFileType - pFileName)); in parseVMS()
354 const char* pFileType = NULL; in write_fonts() local361 pFileType = "pfa"; in write_fonts()372 pFileType = "ttf"; in write_fonts()390 if( pFileType ) in write_fonts()393 aOutStream.append( pFileType ); in write_fonts()
Completed in 21 milliseconds