Searched refs:checkEncryptionBufferSize (Results 1 – 3 of 3) sorted by relevance
822 sal_Bool checkEncryptionBufferSize( register sal_Int32 newSize );
1149 sal_Bool PDFWriterImpl::checkEncryptionBufferSize( register sal_Int32 newSize ) in checkEncryptionBufferSize() function in PDFWriterImpl
1810 checkEncryptionBufferSize( 0x4000 ); in PDFWriterImpl()2027 if( checkEncryptionBufferSize( nLen*2 ) ) in appendUnicodeTextStringEncrypt()2059 if( m_aContext.Encryption.Encrypt() && checkEncryptionBufferSize( nChars ) ) in appendLiteralStringEncrypt()2187 if( ( buffOK = checkEncryptionBufferSize( static_cast<sal_Int32>(nBytes) ) ) != sal_False ) in writeBuffer()9797 if( checkEncryptionBufferSize( pAccess->GetPaletteEntryCount()*3 ) ) in writeBitmapObject()
Completed in 506 milliseconds