Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx62 …rifierResult BiffDecoderBase::verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
64 mbValid = implVerifyEncryptionData( rEncryptionData ); in verifyEncryptionData()
124 bool BiffDecoder_XOR::implVerifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in implVerifyEncryptionData() argument
128 if( rEncryptionData.hasElements() ) in implVerifyEncryptionData()
131 maCodec.initCodec( rEncryptionData ); in implVerifyEncryptionData()
134 maEncryptionData = rEncryptionData; in implVerifyEncryptionData()
214 bool BiffDecoder_RCF::implVerifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in implVerifyEncryptionData() argument
218 if( rEncryptionData.hasElements() ) in implVerifyEncryptionData()
221 maCodec.initCodec( rEncryptionData ); in implVerifyEncryptionData()
224 maEncryptionData = rEncryptionData; in implVerifyEncryptionData()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx80 … XclImpDecrypter::verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
82 bool bValid = OnVerifyEncryptionData( rEncryptionData ); in verifyEncryptionData()
180 …Biff5Decrypter::OnVerifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in OnVerifyEncryptionData() argument
184 if( rEncryptionData.getLength() ) in OnVerifyEncryptionData()
187 maCodec.InitCodec( rEncryptionData ); in OnVerifyEncryptionData()
190 maEncryptionData = rEncryptionData; in OnVerifyEncryptionData()
259 …Biff8Decrypter::OnVerifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in OnVerifyEncryptionData() argument
263 if( rEncryptionData.getLength() ) in OnVerifyEncryptionData()
266 maCodec.InitCodec( rEncryptionData ); in OnVerifyEncryptionData()
269 maEncryptionData = rEncryptionData; in OnVerifyEncryptionData()
H A Dxestream.cxx576 void XclExpBiff8Encrypter::Init( const Sequence< NamedValue >& rEncryptionData ) in Init() argument
580 if( maCodec.InitCodec( rEncryptionData ) ) in Init()
596 aCodec.InitCodec( rEncryptionData ); in Init()
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx65 …a( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData );
84 …onst ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData ) = 0;
114 …a( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData );
145 …a( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData );
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx72 …onst ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData ) = 0;
104 …a( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData );
141 …a( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData );
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx271 verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData );
307 …ifierResult PasswordVerifier::verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
311 bool bResult = encryptionInfo->verifyEncryptionData( rEncryptionData ); in verifyEncryptionData()
H A Dencryption.cxx79 bool verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) throw ( Exception );
228 bool StandardEncryptionInfo::verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) … in verifyEncryptionData() argument
230 SequenceAsHashMap aHashData( rEncryptionData ); in verifyEncryptionData()
380 bool verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) throw ( Exception );
898 bool AgileEncryptionInfo::verifyEncryptionData( const Sequence< NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx245 … verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData );
261 …PasswordVerifier::verifyEncryptionData( const uno::Sequence< beans::NamedValue >& rEncryptionData ) in verifyEncryptionData() argument
269 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()
/trunk/main/oox/inc/oox/core/
H A Dencryption.hxx56 …om::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rEncryptionData ) throw ( ::c…

Completed in 65 milliseconds