Home
last modified time | relevance | path

Searched refs:DocPasswordHelper (Results 1 – 14 of 14) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx79 uno::Sequence< beans::PropertyValue > DocPasswordHelper::GenerateNewModifyPasswordInfo( const ::rtl… in GenerateNewModifyPasswordInfo()
104 sal_Bool DocPasswordHelper::IsModifyPasswordCorrect( const ::rtl::OUString& aPassword, const uno::S… in IsModifyPasswordCorrect()
142 sal_uInt32 DocPasswordHelper::GetWordHashAsUINT32( in GetWordHashAsUINT32()
219 Sequence< sal_Int8 > DocPasswordHelper::GetWordHashAsSequence( in GetWordHashAsSequence()
233 sal_uInt16 DocPasswordHelper::GetXLHashAsUINT16( in GetXLHashAsUINT16()
258 Sequence< sal_Int8 > DocPasswordHelper::GetXLHashAsSequence( in GetXLHashAsSequence()
271 /*static*/ uno::Sequence< sal_Int8 > DocPasswordHelper::GenerateRandomByteSequence( sal_Int32 nLeng… in GenerateRandomByteSequence()
287 /*static*/ uno::Sequence< sal_Int8 > DocPasswordHelper::GenerateStd97Key( const ::rtl::OUString& aP… in GenerateStd97Key()
305 /*static*/ uno::Sequence< sal_Int8 > DocPasswordHelper::GenerateStd97Key( const sal_uInt16 pPassDat… in GenerateStd97Key()
360 /*static*/ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > DocPasswordHelper in requestAndVerifyDocPassword()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Ddocpasswordhelper.hxx104 class COMPHELPER_DLLPUBLIC DocPasswordHelper class
363 ~DocPasswordHelper();
/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx112 … aHash = ::comphelper::DocPasswordHelper::GetXLHashAsSequence( aPassText, RTL_TEXTENCODING_UTF8 ); in hashPassword()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1660 …uno::Sequence< sal_Int8 > aUniqueID = ::comphelper::DocPasswordHelper::GenerateRandomByteSequence(… in execute()
1661 …uno::Sequence< sal_Int8 > aEncryptionKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pPas… in execute()
1692 …equence< beans::PropertyValue > aModifyPasswordInfo = ::comphelper::DocPasswordHelper::GenerateNew… in execute()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx155 aEncryptionData = ::comphelper::DocPasswordHelper::requestAndVerifyDocPassword( in QueryEncryptionDataForMedium()
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx324 …uno::Sequence< sal_Int8 > aKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pnPassData, un… in initKey()
H A Dfilterdetect.cxx377 …Sequence< NamedValue > aEncryptionData = ::comphelper::DocPasswordHelper::requestAndVerifyDocPassw… in extractUnencryptedPackage()
H A Dfilterbase.cxx417 return ::comphelper::DocPasswordHelper::requestAndVerifyDocPassword( in requestEncryptionData()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx355 …uno::Sequence< sal_Int8 > aKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pPassData, uno… in InitKey()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx164 …uno::Sequence< sal_Int8 > aDocId = ::comphelper::DocPasswordHelper::GenerateRandomByteSequence( 16… in OnVerifyPassword()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx362 … aEncryptionData = ::comphelper::DocPasswordHelper::requestAndVerifyDocPassword( in CheckPasswd_Impl()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx2835 nHash = ::comphelper::DocPasswordHelper::GetWordHashAsUINT32( aPasswd ); in CreatePasswordToModifyHash()
2869 nHash = ::comphelper::DocPasswordHelper::GetXLHashAsUINT16( aPasswd, nEncoding ); in CreatePasswordToModifyHash()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx216 …bResult = ::comphelper::DocPasswordHelper::IsModifyPasswordCorrect( pPasswordRequest->getPasswordT… in AskPasswordToModify_Impl()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1563 aEncryptionData = ::comphelper::DocPasswordHelper::requestAndVerifyDocPassword( in requestEncryptionData()

Completed in 126 milliseconds