Searched refs:pSuffix (Results 1 – 4 of 4) sorted by relevance
404 TCHAR* pSuffix = 0; in OpenDirectory() local409 pSuffix = L"\\*.*"; in OpenDirectory()414 pSuffix = L"*.*"; in OpenDirectory()421 _tcscat( szFileMask, pSuffix ); in OpenDirectory()
2149 const char *pSuffix = NULL; in NumberingLevel() local2152 case 1: pSuffix = "space"; break; in NumberingLevel()2153 case 2: pSuffix = "nothing"; break; in NumberingLevel()2156 if ( pSuffix ) in NumberingLevel()2158 FSNS( XML_w, XML_val ), pSuffix, in NumberingLevel()
1298 static const char* pSuffix[] = { ".afm", ".AFM" }; in analyzeFontFile() local1300 for( unsigned int i = 0; i < sizeof(pSuffix)/sizeof(pSuffix[0]); i++ ) in analyzeFontFile()1304 aName.Append( pSuffix[i] ); in analyzeFontFile()
396 const sal_Char* pSuffix; in scanPPDDir() member434 …if( aFileName.endsWithIgnoreAsciiCaseAsciiL( pSuffixes[nSuffix].pSuffix, pSuffixes[nSuffix].nSuffi… in scanPPDDir()
Completed in 62 milliseconds