Searched refs:o_rEncryptionData (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | biffcodec.cxx | 55 …DecoderBase::verifyPassword( const OUString& rPassword, Sequence< NamedValue >& o_rEncryptionData ) in verifyPassword() argument 57 o_rEncryptionData = implVerifyPassword( rPassword ); in verifyPassword() 58 mbValid = o_rEncryptionData.hasElements(); in verifyPassword()
|
/aoo41x/main/oox/source/core/ |
H A D | filterdetect.cxx | 454 … verifyPassword( const OUString& rPassword, Sequence< NamedValue >& o_rEncryptionData ); 471 …ordVerifier::verifyPassword( const OUString& rPassword, Sequence< NamedValue >& o_rEncryptionData ) in verifyPassword() argument 474 …o_rEncryptionData = lclGenerateEncryptionKey( mrEncryptInfo, rPassword, &maKey.front(), maKey.size… in verifyPassword() 475 …return o_rEncryptionData.hasElements() ? ::comphelper::DocPasswordVerifierResult_OK : ::comphelper… in verifyPassword()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | docpasswordhelper.hxx | 80 …d, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ) = 0; 96 …st ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ) = 0;
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | biffcodec.hxx | 52 …sword, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ); 53 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData );
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 73 …Password( const ::rtl::OUString& rPassword, uno::Sequence< beans::NamedValue >& o_rEncryptionData ) in verifyPassword() argument 75 o_rEncryptionData = OnVerifyPassword( rPassword ); in verifyPassword() 76 mnError = o_rEncryptionData.getLength() ? ERRCODE_NONE : ERRCODE_ABORT; in verifyPassword() 77 …return o_rEncryptionData.getLength() ? ::comphelper::DocPasswordVerifierResult_OK : ::comphelper::… in verifyPassword()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 243 …assword( const ::rtl::OUString& rPassword, uno::Sequence< beans::NamedValue >& o_rEncryptionData ); 253 …Password( const ::rtl::OUString& rPassword, uno::Sequence< beans::NamedValue >& o_rEncryptionData ) in verifyPassword() argument 255 o_rEncryptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( rPassword ); in verifyPassword() 256 return verifyEncryptionData( o_rEncryptionData ); in verifyPassword()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xistream.hxx | 64 …sword, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData );
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objstor.cxx | 205 …ncryptionData_Impl( const SfxItemSet* pSet, uno::Sequence< beans::NamedValue >& o_rEncryptionData ) in GetEncryptionData_Impl() argument 213 pEncryptionDataItem->GetValue() >>= o_rEncryptionData; in GetEncryptionData_Impl() 222 … o_rEncryptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( aPassword ); in GetEncryptionData_Impl()
|
Completed in 71 milliseconds