Searched refs:aSuffix (Results 1 – 3 of 3) sorted by relevance
123 String aSuffix = rSuffixes.GetToken( nToken, ';' ); in FindFiles() local124 if( aFileName.Len() > aSuffix.Len()+1 ) in FindFiles()126 String aExtension = aFileName.Copy( aFileName.Len()-aSuffix.Len() ); in FindFiles()127 if( aFileName.GetChar( aFileName.Len()-aSuffix.Len()-1 ) == '.' && in FindFiles()128 aExtension.EqualsIgnoreCaseAscii( aSuffix ) ) in FindFiles()
276 … uno::Sequence< sal_Int8 > aSuffix = m_xCipherContext->finalizeCipherContextAndDispose(); in readBytes() local277 if ( aSuffix.getLength() ) in readBytes()280 maCompBuffer.realloc( nOldLen + aSuffix.getLength() ); in readBytes()281 … rtl_copyMemory( maCompBuffer.getArray() + nOldLen, aSuffix.getConstArray(), aSuffix.getLength() ); in readBytes()
318 OUString aSuffix; in setNumberingRuleByIndex() local319 if( aVal >>= aSuffix ) in setNumberingRuleByIndex()321 aFmt.SetSuffix(aSuffix); in setNumberingRuleByIndex()