Searched refs:nPasswordHash (Results 1 – 5 of 5) sorted by relevance
/trunk/main/oox/source/core/ |
H A D | binarycodec.cxx | 117 sal_Int32 nPasswordHash = rAttribs.getIntegerHex( nElement, 0 ); in getPasswordHash() local 118 …OSL_ENSURE( (0 <= nPasswordHash) && (nPasswordHash <= SAL_MAX_UINT16), "CodecHelper::getPasswordHa… in getPasswordHash() 119 …return static_cast< sal_uInt16 >( ((0 <= nPasswordHash) && (nPasswordHash <= SAL_MAX_UINT16)) ? nP… in getPasswordHash()
|
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 176 sal_uInt16 nRecommendReadOnly, nPasswordHash; in ReadFileSharing() local 177 maStrm >> nRecommendReadOnly >> nPasswordHash; in ReadFileSharing() 179 if( (nRecommendReadOnly != 0) || (nPasswordHash != 0) ) in ReadFileSharing() 188 if( nPasswordHash != 0 ) in ReadFileSharing() 189 pShell->SetModifyPasswordHash( nPasswordHash ); in ReadFileSharing()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 1348 XclExpFileSharing::XclExpFileSharing( const XclExpRoot& rRoot, sal_uInt16 nPasswordHash, bool bReco… in XclExpFileSharing() argument 1350 mnPasswordHash( nPasswordHash ), in XclExpFileSharing()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xcl97rec.hxx | 534 …explicit XclExpFileSharing( const XclExpRoot& rRoot, sal_uInt16 nPasswordHash, bool bRe…
|
/trunk/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 186 …r, const ::rtl::OUString& aPath, const SfxFilter* pFilter, sal_uInt32 nPasswordHash, const uno::Se… in AskPasswordToModify_Impl() argument 189 sal_Bool bResult = ( !nPasswordHash && !aInfo.getLength() ); in AskPasswordToModify_Impl() 221 …RAM( "com.sun.star.text.TextDocument" ) ).equals( pFilter->GetServiceName() ) ) == nPasswordHash ); in AskPasswordToModify_Impl()
|
Completed in 108 milliseconds