Lines Matching refs:first
189 …e(lcl_getNextCount(),TStorages::mapped_type(TStorageURLPair(_xStorage,_sURL),TStreamMap()))).first; in registerStorage()
192 return aFind->first; in registerStorage()
219 sKey = aFind->first; in getRegisteredKey()
233 … Reference<XTransactionBroadcaster> xBroad(aFind->second.first.first,UNO_QUERY); in revokeStorage()
236 Reference<XTransactedObject> xTrans(aFind->second.first.first,UNO_QUERY); in revokeStorage()
258 OSL_ENSURE(aStoragePair.first.first.is(),"No Storage available!"); in registerStream()
259 if ( aStoragePair.first.first.is() ) in registerStream()
262 ::rtl::OUString sName = removeURLPrefix(sOrgName,aStoragePair.first.second); in registerStream()
275 … pHelper.reset(new StreamHelper(aStoragePair.first.first->openStreamElement(sName,_nMode))); in registerStream()
286 … bIsStream = aStoragePair.first.first->isStreamElement(sStrippedName); in registerStream()
295 …pHelper.reset( new StreamHelper(aStoragePair.first.first->openStreamElement( sStrippedName, _nMode… in registerStream()
325 … aFind->second.second.erase(removeURLPrefix(jstring2ustring(env,name),aFind->second.first.second)); in revokeStream()
336 …= aFind->second.second.find(removeURLPrefix(jstring2ustring(env,name),aFind->second.first.second)); in getRegisteredStream()