Home
last modified time | relevance | path

Searched refs:nHash (Results 26 – 44 of 44) sorted by relevance

12

/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx449 sal_uInt16 nHash; // Hash-ID for search member in SbxVariable
472 sal_uInt16 GetHashCode() const { return nHash; } in GetHashCode()
/trunk/main/oox/inc/oox/core/
H A Dbinarycodec.hxx117 bool verifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const;
/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx85 bool VerifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const;
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx1185 sal_Bool SfxObjectShell::SetModifyPasswordHash( sal_uInt32 nHash ) in SetModifyPasswordHash() argument
1192 pImp->m_nModifyPasswordHash = nHash; in SetModifyPasswordHash()
H A Ddocfile.cxx2829 sal_uInt32 nHash = 0; in CreatePasswordToModifyHash() local
2835 nHash = ::comphelper::DocPasswordHelper::GetWordHashAsUINT32( aPasswd ); in CreatePasswordToModifyHash()
2869 nHash = ::comphelper::DocPasswordHelper::GetXLHashAsUINT16( aPasswd, nEncoding ); in CreatePasswordToModifyHash()
2873 return nHash; in CreatePasswordToModifyHash()
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx93 explicit BiffDecoder_XOR( sal_uInt16 nKey, sal_uInt16 nHash );
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx120 XclImpBiff5Decrypter::XclImpBiff5Decrypter( sal_uInt16 nKey, sal_uInt16 nHash ) : in XclImpBiff5Decrypter() argument
122 mnHash( nHash ) in XclImpBiff5Decrypter()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb788 Dim nHash As Integer = DirectCast(xLBT, Object).GetHashCode()
789 ret = nHash = DirectCast(xBase, Object).GetHashCode() And ret
H A Dcli_cpp_bridgetest.cxx826 int nHash = xLBT->GetHashCode();
827 ret = nHash == xBase->GetHashCode() && ret;
H A Dcli_cs_bridgetest.cs878 int nHash = xLBT.GetHashCode(); in testObjectMethodsImplemention()
879 ret = nHash == xBase.GetHashCode() && ret; in testObjectMethodsImplemention()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2238 size_t nHash = aFontNameHash( rFSD.maSearchName ); in operator ()() local
2244 nHash = aFontNameHash( rFSD.maTargetName ); in operator ()()
2247 nHash += 11 * rFSD.mnHeight; in operator ()()
2248 nHash += 19 * rFSD.meWeight; in operator ()()
2249 nHash += 29 * rFSD.meItalic; in operator ()()
2250 nHash += 37 * rFSD.mnOrientation; in operator ()()
2251 nHash += 41 * rFSD.meLanguage; in operator ()()
2253 nHash += 53; in operator ()()
2254 return nHash; in operator ()()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx368 int nHash = m_oid->GetHashCode(); in invokeObject() local
369 retMethod = __box(nHash); in invokeObject()
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx103 explicit XclImpBiff5Decrypter( sal_uInt16 nKey, sal_uInt16 nHash );
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1686 …sal_Int32 nHash = SfxMedium::CreatePasswordToModifyHash( pPasswordRequest->getPasswordToModify(), … in execute() local
1687 if ( nHash ) in execute()
1688 … rpSet->Put( SfxUnoAnyItem( SID_MODIFYPASSWORDINFO, uno::makeAny( nHash ) ) ); in execute()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx442 sal_Bool SetModifyPasswordHash( sal_uInt32 nHash );
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1061 sal_uInt16 nHash; // 0xe file encrypted hash member in WW8Fib
H A Dww8scan.cxx5426 rSt >> nHash; in WW8Fib()
5853 Set_UInt16( pData, nHash ); in WriteHeader()
H A Dwrtww8.cxx3358 pFib->nHash = 0x34; // encrypt header bytes count of table stream. in ExportDocument_Impl()
H A Dww8par.cxx5073 … if ( aEncryptionData.getLength() && aCtx.VerifyKey( pWwFib->nKey, pWwFib->nHash ) ) in LoadThroughDecryption()

Completed in 248 milliseconds

12