Searched refs:tDataKey (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/docnode/ |
H A D | retrievedinputstreamdata.cxx | 33 SwRetrievedInputStreamDataManager::tDataKey SwRetrievedInputStreamDataManager::mnNextKeyValue = 1; 48 SwRetrievedInputStreamDataManager::tDataKey SwRetrievedInputStreamDataManager::ReserveData( in ReserveData() 54 tDataKey nDataKey( mnNextKeyValue ); in ReserveData() 72 const tDataKey nDataKey, in PushData() 78 std::map< tDataKey, tData >::iterator aIter = maInputStreamData.find( nDataKey ); in PushData() 90 tDataKey* pDataKey = new tDataKey; in PushData() 102 bool SwRetrievedInputStreamDataManager::PopData( const tDataKey nDataKey, in PopData() 109 std::map< tDataKey, tData >::iterator aIter = maInputStreamData.find( nDataKey ); in PopData() 136 SwRetrievedInputStreamDataManager::tDataKey*, in IMPL_LINK() argument
|
H A D | retrieveinputstream.cxx | 37 const SwRetrievedInputStreamDataManager::tDataKey nDataKey, in createThread() 46 const SwRetrievedInputStreamDataManager::tDataKey nDataKey, in SwAsyncRetrieveInputStreamThread()
|
H A D | retrieveinputstreamconsumer.cxx | 51 SwRetrievedInputStreamDataManager::tDataKey nDataKey = in CreateThread()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | retrievedinputstreamdata.hxx | 57 typedef sal_uInt64 tDataKey; typedef in SwRetrievedInputStreamDataManager 82 …tDataKey ReserveData( boost::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > pThreadConsumer … 84 void PushData( const tDataKey nDataKey, 88 bool PopData( const tDataKey nDataKey, 91 DECL_LINK( LinkedInputStreamReady, SwRetrievedInputStreamDataManager::tDataKey* ); 96 static tDataKey mnNextKeyValue; 101 std::map< tDataKey, tData > maInputStreamData;
|
H A D | retrieveinputstream.hxx | 47 const SwRetrievedInputStreamDataManager::tDataKey nDataKey, 58 … SwAsyncRetrieveInputStreamThread( const SwRetrievedInputStreamDataManager::tDataKey nDataKey, 61 const SwRetrievedInputStreamDataManager::tDataKey mnDataKey;
|
Completed in 12 milliseconds