Home
last modified time | relevance | path

Searched refs:aDocId (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx5115 sal_uInt8 aDocId[ 16 ]; in LoadThroughDecryption() local
5116 pTableStream->Read(aDocId, 16); in LoadThroughDecryption()
5123 … uno::Sequence< beans::NamedValue > aEncryptionData = InitStd97Codec( aCtx, aDocId, *pMedium ); in LoadThroughDecryption()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx236 rtl:: OUString aDocId = getDocumentId( Event.Source ); in notifyEvent() local
240 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
255 m_pDocEventListener->notifyDocumentOpened( aDocId ); in notifyEvent()
289 rtl::OUString aDocId( (*it).first ); in notifyEvent() local
290 m_pDocEventListener->notifyDocumentClosed( aDocId ); in notifyEvent()
418 rtl:: OUString aDocId = getDocumentId( Event.Source ); in notifyEvent() local
420 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
543 rtl::OUString aDocId = getDocumentId( xModel ); in buildDocumentsList() local
555 m_aDocs[ aDocId ] in buildDocumentsList()
H A Dtdoc_provider.cxx171 rtl::OUString aDocId = m_xDocsMgr->queryDocumentId( Model ); in createDocumentContent() local
172 if ( aDocId.getLength() > 0 ) in createDocumentContent()
176 aBuffer.append( aDocId ); in createDocumentContent()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx164 …uno::Sequence< sal_Int8 > aDocId = ::comphelper::DocPasswordHelper::GenerateRandomByteSequence( 16… in OnVerifyPassword() local
165 OSL_ENSURE( aDocId.getLength() == 16, "Unexpected length of the senquence!" ); in OnVerifyPassword()
168 aCodec97.InitKey( &aPassVect.front(), (sal_uInt8*)aDocId.getConstArray() ); in OnVerifyPassword()
/trunk/main/linguistic/source/
H A Dgciterator.cxx680 OUString aDocId = GetOrCreateDocId( xComponent ); in startProofreading() local
683 AddEntry( xFPIterator, xPara, aDocId, 0, bAutomatic ); in startProofreading()
719 OUString aDocId; in checkSentenceAtPosition() local
724 aDocId = GetOrCreateDocId( xComponent ); in checkSentenceAtPosition()
735 …aTmpRes = xGC->doProofreading( aDocId, rText, aCurLocale, nStartPos, nSuggestedEndOfSentencePos, a… in checkSentenceAtPosition()
848 OUString aDocId = aIt->second; in isProofreading() local
849 if (m_aCurCheckedDocId.getLength() > 0 && m_aCurCheckedDocId == aDocId) in isProofreading()
862 if (aDocId == m_aFPEntriesQueue[i].m_aDocId) in isProofreading()
/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx287 …lper::GenerateStd97Key( const ::rtl::OUString& aPassword, const uno::Sequence< sal_Int8 >& aDocId ) in GenerateStd97Key() argument
290 if ( !aPassword.isEmpty() && aDocId.getLength() == 16 ) in GenerateStd97Key()
298 aResultKey = GenerateStd97Key( pPassData, aDocId ); in GenerateStd97Key()
305 …Helper::GenerateStd97Key( const sal_uInt16 pPassData[16], const uno::Sequence< sal_Int8 >& aDocId ) in GenerateStd97Key() argument
308 if ( pPassData[0] && aDocId.getLength() == 16 ) in GenerateStd97Key()
336 … rtl_digest_updateMD5( hDigest, (const sal_uInt8*)aDocId.getConstArray(), aDocId.getLength() ); in GenerateStd97Key()
/trunk/main/comphelper/inc/comphelper/
H A Ddocpasswordhelper.hxx234 const ::com::sun::star::uno::Sequence< sal_Int8 >& aDocId );
244 const ::com::sun::star::uno::Sequence< sal_Int8 >& aDocId );

Completed in 45 milliseconds