Home
last modified time | relevance | path

Searched refs:nPasswordHash (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/core/
H A Dbinarycodec.cxx117 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 Dimpop.cxx176 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 Dxcl97rec.cxx1348 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 Dxcl97rec.hxx534 …explicit XclExpFileSharing( const XclExpRoot& rRoot, sal_uInt16 nPasswordHash, bool bRe…
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx186 …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 75 milliseconds