Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dretrievedinputstreamdata.cxx33 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 Dretrieveinputstream.cxx37 const SwRetrievedInputStreamDataManager::tDataKey nDataKey, in createThread()
46 const SwRetrievedInputStreamDataManager::tDataKey nDataKey, in SwAsyncRetrieveInputStreamThread()
H A Dretrieveinputstreamconsumer.cxx51 SwRetrievedInputStreamDataManager::tDataKey nDataKey = in CreateThread()
/trunk/main/sw/source/core/inc/
H A Dretrievedinputstreamdata.hxx57 typedef sal_uInt64 tDataKey; typedef in SwRetrievedInputStreamDataManager
82tDataKey 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 Dretrieveinputstream.hxx47 const SwRetrievedInputStreamDataManager::tDataKey nDataKey,
58 … SwAsyncRetrieveInputStreamThread( const SwRetrievedInputStreamDataManager::tDataKey nDataKey,
61 const SwRetrievedInputStreamDataManager::tDataKey mnDataKey;

Completed in 36 milliseconds