Home
last modified time | relevance | path

Searched refs:rEncryptionData (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Dfilterdetect.cxx281 …Result verifyPassword( const OUString& rPassword, Sequence<NamedValue>& rEncryptionData ) override;
283 …asswordVerifierResult verifyEncryptionData( const Sequence<NamedValue>& rEncryptionData ) override;
292 …asswordVerifier::verifyPassword( const OUString& rPassword, Sequence<NamedValue>& rEncryptionData ) in verifyPassword() argument
297 rEncryptionData = mDecryptor.createEncryptionData(rPassword); in verifyPassword()
305 …return rEncryptionData.hasElements() ? comphelper::DocPasswordVerifierResult::OK : comphelper::Doc… in verifyPassword()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Dfilterdetect.cxx283 …Result verifyPassword( const OUString& rPassword, Sequence<NamedValue>& rEncryptionData ) override;
285 …asswordVerifierResult verifyEncryptionData( const Sequence<NamedValue>& rEncryptionData ) override;
294 …asswordVerifier::verifyPassword( const OUString& rPassword, Sequence<NamedValue>& rEncryptionData ) in verifyPassword() argument
297 rEncryptionData = mDecryptor.createEncryptionData(rPassword); in verifyPassword()
299 …return rEncryptionData.hasElements() ? comphelper::DocPasswordVerifierResult::OK : comphelper::Doc… in verifyPassword()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistream.cxx72 … XclImpDecrypter::verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
74 bool bValid = OnVerifyEncryptionData( rEncryptionData ); in verifyEncryptionData()
173 …Biff5Decrypter::OnVerifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in OnVerifyEncryptionData() argument
177 if( rEncryptionData.hasElements() ) in OnVerifyEncryptionData()
180 maCodec.InitCodec( rEncryptionData ); in OnVerifyEncryptionData()
183 maEncryptionData = rEncryptionData; in OnVerifyEncryptionData()
273 …Biff8Decrypter::OnVerifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in OnVerifyEncryptionData() argument
277 if( rEncryptionData.hasElements() ) in OnVerifyEncryptionData()
280 mpCodec->InitCodec( rEncryptionData ); in OnVerifyEncryptionData()
283 maEncryptionData = rEncryptionData; in OnVerifyEncryptionData()
H A Dxestream.cxx549 void XclExpBiff8Encrypter::Init( const Sequence< NamedValue >& rEncryptionData ) in Init() argument
553 if( !maCodec.InitCodec( rEncryptionData ) ) in Init()
567 aCodec.InitCodec( rEncryptionData ); in Init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxistream.cxx71 … XclImpDecrypter::verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
73 bool bValid = OnVerifyEncryptionData( rEncryptionData ); in verifyEncryptionData()
172 …Biff5Decrypter::OnVerifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in OnVerifyEncryptionData() argument
176 if( rEncryptionData.hasElements() ) in OnVerifyEncryptionData()
179 maCodec.InitCodec( rEncryptionData ); in OnVerifyEncryptionData()
182 maEncryptionData = rEncryptionData; in OnVerifyEncryptionData()
272 …Biff8Decrypter::OnVerifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in OnVerifyEncryptionData() argument
276 if( rEncryptionData.hasElements() ) in OnVerifyEncryptionData()
279 mpCodec->InitCodec( rEncryptionData ); in OnVerifyEncryptionData()
282 maEncryptionData = rEncryptionData; in OnVerifyEncryptionData()
H A Dxestream.cxx544 void XclExpBiff8Encrypter::Init( const Sequence< NamedValue >& rEncryptionData ) in Init() argument
548 if( maCodec.InitCodec( rEncryptionData ) ) in Init()
561 aCodec.InitCodec( rEncryptionData ); in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxistream.hxx60 …rifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) override;
79 … OnVerifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) = 0;
107 …rifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) override;
127 …rifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxistream.hxx61 …rifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) override;
80 … OnVerifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) = 0;
108 …rifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) override;
128 …rifyEncryptionData( const css::uno::Sequence< css::beans::NamedValue >& rEncryptionData ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappopen.cxx122 … verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) override;
138 …PasswordVerifier::verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
146 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappopen.cxx130 … verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) override;
145 …PasswordVerifier::verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
153 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()