Searched refs:aDocId (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_docmgr.cxx | 236 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 D | tdoc_provider.cxx | 171 rtl::OUString aDocId = m_xDocsMgr->queryDocumentId( Model ); in createDocumentContent() local 172 if ( aDocId.getLength() > 0 ) in createDocumentContent() 176 aBuffer.append( aDocId ); in createDocumentContent()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 287 …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()
|
/aoo41x/main/linguistic/source/ |
H A D | gciterator.cxx | 680 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()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | docpasswordhelper.hxx | 234 const ::com::sun::star::uno::Sequence< sal_Int8 >& aDocId ); 244 const ::com::sun::star::uno::Sequence< sal_Int8 >& aDocId );
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 164 …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()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 5114 sal_uInt8 aDocId[ 16 ]; in LoadThroughDecryption() local 5115 pTableStream->Read(aDocId, 16); in LoadThroughDecryption() 5122 … uno::Sequence< beans::NamedValue > aEncryptionData = InitStd97Codec( aCtx, aDocId, *pMedium ); in LoadThroughDecryption()
|
Completed in 106 milliseconds