Searched refs:aTmpBuffer (Results 1 – 2 of 2) sorted by relevance
208 Sequence < sal_Int8 > aTmpBuffer ( rBuffer.getConstArray(), nNewLength ); in write() local209 aChucker.WriteBytes( aTmpBuffer ); in write()218 Sequence < sal_Int8 > aTmpBuffer ( rBuffer.getConstArray(), nNewLength ); in rawWrite() local219 aChucker.WriteBytes( aTmpBuffer ); in rawWrite()256 uno::Sequence< sal_Int8 > aTmpBuffer( m_aDeflateBuffer.getConstArray(), nLength ); in doDeflate() local264 uno::Sequence< sal_Int8 > aTmpSeq( aTmpBuffer.getConstArray(), nEat ); in doDeflate()269 …:Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuffer ); in doDeflate()280 aChucker.WriteBytes ( aTmpBuffer ); in doDeflate()
206 OUStringBuffer aTmpBuffer( rText.Len() + 1 ); in Special() local207 aTmpBuffer.append( rText ); in Special()208 aTmpBuffer.append( sal_Unicode(' ') ); in Special()209 sDisplay = aTmpBuffer.makeStringAndClear(); in Special()216 OUStringBuffer aTmpBuffer( rText.Len() + 1 ); in Special() local217 aTmpBuffer.append( rText ); in Special()218 aTmpBuffer.append( pTxtNode->GetTxt().GetChar(nModelPosition) ); in Special()219 sDisplay = aTmpBuffer.makeStringAndClear(); in Special()
Completed in 13 milliseconds