Searched refs:nSuffix (Results 1 – 3 of 3) sorted by relevance
430 for( int nSuffix = 0; nSuffix < nSuffixes; nSuffix++ ) in scanPPDDir() local432 if( aFileName.getLength() > pSuffixes[nSuffix].nSuffixLen ) in scanPPDDir()434 …if( aFileName.endsWithIgnoreAsciiCaseAsciiL( pSuffixes[nSuffix].pSuffix, pSuffixes[nSuffix].nSuffi… in scanPPDDir()436 …(*pAllPPDFiles)[ aFileName.copy( 0, aFileName.getLength() - pSuffixes[nSuffix].nSuffixLen ) ] = aP… in scanPPDDir()
1343 sal_Int32 nSuffix = sSuffix.toInt32(); in getOrCreateCharStyle() local1344 if( nSuffix > 0 ) in getOrCreateCharStyle()1346 if( nSuffix > nStyleFound ) in getOrCreateCharStyle()1347 nStyleFound = nSuffix; in getOrCreateCharStyle()
411 sal_uInt16 nSuffix = aInfFile.GetKeyCount(); in createINFEntry() local417 aNewEntry += ByteString::CreateFromInt32(++nSuffix); in createINFEntry()
Completed in 26 milliseconds