Home
last modified time | relevance | path

Searched refs:checkEncryptionBufferSize (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1810 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()
H A Dpdfwriter_impl2.cxx1149 sal_Bool PDFWriterImpl::checkEncryptionBufferSize( sal_Int32 newSize ) in checkEncryptionBufferSize() function in PDFWriterImpl
H A Dpdfwriter_impl.hxx822 sal_Bool checkEncryptionBufferSize( sal_Int32 newSize );

Completed in 82 milliseconds