Home
last modified time | relevance | path

Searched refs:pTransporter (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/scanner/
H A Dscanunx.cxx160 rtl::Reference<BitmapTransporter> pTransporter = new BitmapTransporter; in run() local
162 m_pHolder->m_xBitmap = pTransporter; in run()
172 m_pHolder->m_aSane.Start( *pTransporter ) ? in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/scanner/
H A Dscanunx.cxx162 BitmapTransporter* pTransporter = new BitmapTransporter; in run() local
163 Reference< XInterface > aIf( static_cast< OWeakObject* >( pTransporter ) ); in run()
175 m_pHolder->m_aSane.Start( *pTransporter ) ? in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1201 EncHashTransporter* pTransporter = new EncHashTransporter; in initEncryption() local
1202 xResult = pTransporter; in initEncryption()
1209 … if( computeODictionaryValue( aPadOPW, aPadUPW, pTransporter->getOValue(), SECUR_128BIT_KEY ) ) in initEncryption()
1211 pTransporter->getUDigest()->update(aPadUPW, ENCRYPTED_PWD_SIZE); in initEncryption()
1226 EncHashTransporter* pTransporter = EncHashTransporter::getEncHashTransporter( xEnc ); in prepareEncryption() local
1227 if( pTransporter ) in prepareEncryption()
1231 m_aContext.Encryption.OValue = pTransporter->getOValue(); in prepareEncryption()
1232 …bSuccess = computeUDictionaryValue( pTransporter, m_aContext.Encryption, nKeyLength, nAccessPermis… in prepareEncryption()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1138 rtl::Reference<EncHashTransporter> pTransporter = new EncHashTransporter; in initEncryption() local
1139 xResult = pTransporter; in initEncryption()
1146 … if( computeODictionaryValue( aPadOPW, aPadUPW, pTransporter->getOValue(), SECUR_128BIT_KEY ) ) in initEncryption()
1148 pTransporter->getUDigest()->update(aPadUPW, ENCRYPTED_PWD_SIZE); in initEncryption()
1163 EncHashTransporter* pTransporter = EncHashTransporter::getEncHashTransporter( xEnc ); in prepareEncryption() local
1164 if( pTransporter ) in prepareEncryption()
1168 m_aContext.Encryption.OValue = pTransporter->getOValue(); in prepareEncryption()
1169 …bSuccess = computeUDictionaryValue( pTransporter, m_aContext.Encryption, nKeyLength, nAccessPermis… in prepareEncryption()