| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | OptimisticSet.cxx | 203 if ( aResultSetChanged.find( aIter->second.sTableName ) == aResultSetChanged.end() ) in updateRow() 204 aResultSetChanged[aIter->second.sTableName] = false; in updateRow() 205 … const ::rtl::OUString sQuotedColumnName = ::dbtools::quoteName( aQuote,aIter->second.sRealName); in updateRow() 208 …aResultSetChanged[aIter->second.sTableName] = m_aJoinedKeyColumns.find(aIter->second.nPosition) !=… in updateRow() 209 …lcl_fillKeyCondition(aIter->second.sTableName,sQuotedColumnName,(_rOrginalRow->get())[aIter->secon… in updateRow() 211 if((_rInsertRow->get())[aIter->second.nPosition].isModified()) in updateRow() 213 if ( m_aJoinedKeyColumns.find(aIter->second.nPosition) != m_aJoinedKeyColumns.end() ) in updateRow() 216 …ap<sal_Int32,sal_Int32>::const_iterator aJoinIter = m_aJoinedColumns.find(aIter->second.nPosition); in updateRow() 219 … (_rInsertRow->get())[aJoinIter->second] = (_rInsertRow->get())[aIter->second.nPosition]; in updateRow() 221 ::rtl::OUStringBuffer& rPart = aSql[aIter->second.sTableName]; in updateRow() [all …]
|
| H A D | KeySet.cxx | 260 if ( !xTblColumns->hasByName( keyColumn->second.sRealName ) ) in findTableColumnsMatching_throw() 263 … Reference<XPropertySet> xProp( xTblColumns->getByName( keyColumn->second.sRealName ), UNO_QUERY ); in findTableColumnsMatching_throw() 281 …aFilter.append(::dbtools::quoteTableName( xMeta,aPosIter->second.sTableName,::dbtools::eInDataMani… in createKeyFilter() 283 aFilter.append(::dbtools::quoteName( aQuote,aPosIter->second.sRealName)); in createKeyFilter() 346 aFilter.append(::dbtools::quoteName( aQuote,aPosIter->second.sRealName)); in construct() 470 aCondition.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in deleteRows() 500 …ity::ORowVector< ORowSetValue >::Vector::iterator aKeyIter = m_aKeyIter->second.first->get().begin… in deleteRows() 501 …connectivity::ORowVector< ORowSetValue >::Vector::iterator aKeyEnd = m_aKeyIter->second.first->get… in deleteRows() 505 … setParameter(i++,xParameter,*aKeyIter,aPosIter->second.nType,aPosIter->second.nScale); in deleteRows() 575 sKeyCondition.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in updateRow() [all …]
|
| H A D | RowSetCacheIterator.cxx | 48 return m_aIter->second.aIterator; in operator ORowSetMatrix::iterator() 65 m_aIter->second.aIterator = _rIter; in operator =() 71 return *m_aIter->second.aIterator; in operator *() 76 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator *() 78 OSL_ENSURE(m_aIter->second.aBookmark.hasValue(),"bookmark has no value!"); in operator *() 79 OSL_VERIFY(m_pCache->moveToBookmark(m_aIter->second.aBookmark)); in operator *() 80 m_aIter->second.aIterator = m_pCache->m_aMatrixIter; in operator *() 82 return *m_aIter->second.aIterator; in operator *() 87 return m_aIter->second.aIterator; in operator ->() 92 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator ->() [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsBitmapCache.cxx | 126 return e1.second.GetAccessTime() < e2.second.GetAccessTime(); in operator ()() 205 && (iEntry->second.HasPreview() || iEntry->second.HasReplacement())); in HasBitmap() 218 bIsUpToDate = aIterator->second.IsUpToDate(); in BitmapIsUpToDate() 237 iEntry->second.SetUpToDate(false); in GetBitmap() 241 iEntry->second.SetAccessTime(mnCurrentAccessTime++); in GetBitmap() 244 if ( ! iEntry->second.HasPreview() && iEntry->second.HasReplacement()) in GetBitmap() 246 UpdateCacheSize(iEntry->second, REMOVE); in GetBitmap() 247 iEntry->second.Decompress(); in GetBitmap() 248 UpdateCacheSize(iEntry->second, ADD); in GetBitmap() 251 return iEntry->second.GetPreview(); in GetBitmap() [all …]
|
| H A D | SlsPageCacheManager.cxx | 146 { return rValue.second == mpCache; } in operator ()() 225 pResult = iCache->second; in GetCache() 263 iActiveCache->first.maPreviewSize, iActiveCache->second)); in Recycle() 271 for (iRecentCache=iQueue->second.begin();iRecentCache!=iQueue->second.end();++iRecentCache) in Recycle() 281 rpCache->Recycle(*iBestCache->second); in Recycle() 297 OSL_ASSERT(iCache->second == rpCache); in ReleaseCache() 326 OSL_ASSERT(iCacheToChange->second == rpCache); in ChangeSize() 365 bHasChanged |= iCache->second->InvalidateBitmap(pKey); in InvalidatePreviewBitmap() 373 for (iCache2=iQueue->second.begin(); iCache2!=iQueue->second.end(); ++iCache2) in InvalidatePreviewBitmap() 394 iCache->second->InvalidateCache(); in InvalidateAllPreviewBitmaps() [all …]
|
| /AOO41X/main/forms/source/helper/ |
| H A D | formnavigation.cxx | 114 if ( aFeature->second.aURL.Main == _rState.FeatureURL.Main ) in statusChanged() 116 if ( ( aFeature->second.bCachedState != _rState.IsEnabled ) in statusChanged() 117 || ( aFeature->second.aCachedAdditionalState != _rState.State ) in statusChanged() 121 aFeature->second.bCachedState = _rState.IsEnabled; in statusChanged() 122 aFeature->second.aCachedAdditionalState = _rState.State; in statusChanged() 145 if ( aFeature->second.xDispatcher == _rSource.Source ) in disposing() 147 …aFeature->second.xDispatcher->removeStatusListener( static_cast< XStatusListener* >( this ), aFeat… in disposing() 148 aFeature->second.xDispatcher = NULL; in disposing() 149 aFeature->second.bCachedState = sal_False; in disposing() 150 aFeature->second.aCachedAdditionalState.clear(); in disposing() [all …]
|
| /AOO41X/main/cppu/source/threadpool/ |
| H A D | threadpool.cxx | 146 if( (*ii).second.first ) in dispose() 148 (*ii).second.first->dispose( nDisposeId ); in dispose() 150 if( (*ii).second.second ) in dispose() 152 (*ii).second.second->dispose( nDisposeId ); in dispose() 253 if( ! (*ii).second.second->isEmpty() ) in revokeQueue() 259 (*ii).second.second = 0; in revokeQueue() 260 if( (*ii).second.first ) in revokeQueue() 264 (*ii).second.first->resume(); in revokeQueue() 269 if( ! (*ii).second.first->isEmpty() ) in revokeQueue() 274 (*ii).second.first = 0; in revokeQueue() [all …]
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | MasterPropertySet.cxx | 107 delete (*aIter).second; in ~MasterPropertySet() 139 if ( (*aIter).second->mnMapId == 0 ) // 0 means it's one of ours ! in setPropertyValue() 142 _setSingleValue( *((*aIter).second->mpInfo), rValue ); in setPropertyValue() 147 ChainablePropertySet * pSlave = maSlaveMap [ (*aIter).second->mnMapId ]->mpSlave; in setPropertyValue() 155 pSlave->_setSingleValue( *((*aIter).second->mpInfo), rValue ); in setPropertyValue() 174 if ( (*aIter).second->mnMapId == 0 ) // 0 means it's one of ours ! in getPropertyValue() 177 _getSingleValue( *((*aIter).second->mpInfo), aAny ); in getPropertyValue() 182 ChainablePropertySet * pSlave = maSlaveMap [ (*aIter).second->mnMapId ]->mpSlave; in getPropertyValue() 190 pSlave->_getSingleValue( *((*aIter).second->mpInfo), aAny ); in getPropertyValue() 255 if ( (*aIter).second->mnMapId == 0 ) // 0 means it's one of ours ! in setPropertyValues() [all …]
|
| /AOO41X/main/vcl/unx/generic/printer/ |
| H A D | printerinfomanager.cxx | 554 aPrinter.m_aAlternateFiles = find_it->second.m_aAlternateFiles; in initialize() 555 aPrinter.m_aAlternateFiles.push_front( find_it->second.m_aFile ); in initialize() 644 return it != m_aPrinters.end() ? it->second.m_aInfo : aEmptyInfo; in getPrinterInfo() 657 it->second.m_aInfo = rNewInfo; in changePrinterInfo() 659 fillFontSubstitutions( it->second.m_aInfo ); in changePrinterInfo() 660 it->second.m_bModified = true; in changePrinterInfo() 698 Config* pGlobal = files.begin()->second; in writePrinterConfig() 705 if( ! it->second.m_bModified ) in writePrinterConfig() 714 OUString aToken( it->second.m_aInfo.m_aFeatures.getToken( 0, ',', nIndex ) ); in writePrinterConfig() 721 if( it->second.m_aFile.getLength() ) in writePrinterConfig() [all …]
|
| /AOO41X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 474 if( it->second == this ) in ~SelectionManager() 539 return it != m_aSelections.end() ? it->second->m_pAdaptor : NULL; in getAdaptor() 706 pInstance = it->second; in get() 936 it->second->m_eState = Selection::WaitingForResponse; in getPasteData() 937 it->second->m_aRequestedType = type; in getPasteData() 938 it->second->m_aData = Sequence< sal_Int8 >(); in getPasteData() 939 it->second->m_aDataArrived.reset(); in getPasteData() 1013 …} while( ! it->second->m_aDataArrived.check() && (tv_current.tv_sec - tv_last.tv_sec) < getSelecti… in getPasteData() 1019 if( it->second->m_aDataArrived.check() && in getPasteData() 1020 it->second->m_aData.getLength() ) in getPasteData() [all …]
|
| /AOO41X/main/chart2/source/view/charttypes/ |
| H A D | Splines.cxx | 180 ((( m_aPoints[ 1 ].second - m_aPoints[ 0 ].second ) / xDiff ) - m_fYp1 ); in Calculate() 196 ( ( p_ip1.second - p_i.second ) / in Calculate() 198 ( ( p_i.second - p_im1.second ) / in Calculate() 215 ( m_fYpN - ( m_aPoints[ n ].second - m_aPoints[ n - 1 ].second ) / xDiff ); in Calculate() 270 double yDiff0 = (m_aPoints[ 1 ].second - m_aPoints[ 0 ].second) / xDiff0; in CalculatePeriodic() 271 double yDiff1 = (m_aPoints[ 2 ].second - m_aPoints[ 1 ].second) / xDiff1; in CalculatePeriodic() 272 double yDiff2 = (m_aPoints[ 0 ].second - m_aPoints[ 2 ].second) / xDiff2; in CalculatePeriodic() 283 double fHelp = 3.0 * (m_aPoints[ 0 ].second - m_aPoints[ 1 ].second) / (xDiff0*xDiff1); in CalculatePeriodic() 304 yDiff_im1 = (m_aPoints[ i ].second - m_aPoints[ i-1 ].second) / xDiff_im1; in CalculatePeriodic() 305 yDiff_i = (m_aPoints[ i+1 ].second - m_aPoints[ i ].second) / xDiff_i; in CalculatePeriodic() [all …]
|
| /AOO41X/main/xmloff/source/transform/ |
| H A D | TransformerBase.cxx | 97 sal_uInt32 nActionType = (*aIter).second.m_nActionType; in CreateContext() 101 CreateUserDefinedContext( (*aIter).second, in CreateContext() 117 (*aIter).second.GetQNamePrefixFromParam1(), in CreateContext() 118 (*aIter).second.GetQNameTokenFromParam1() ); in CreateContext() 121 (*aIter).second.GetQNamePrefixFromParam1(), in CreateContext() 122 (*aIter).second.GetQNameTokenFromParam1(), in CreateContext() 123 (*aIter).second.GetQNamePrefixFromParam2(), in CreateContext() 124 (*aIter).second.GetQNameTokenFromParam2(), in CreateContext() 125 static_cast< XMLTokenEnum >( (*aIter).second.m_nParam3 ) ); in CreateContext() 128 (*aIter).second.GetQNamePrefixFromParam1(), in CreateContext() [all …]
|
| H A D | DeepTContext.cxx | 104 switch( (*aIter).second.m_nActionType ) in CreateChildContext() 116 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext() 117 (*aIter).second.GetQNameTokenFromParam1() ); in CreateChildContext() 121 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext() 122 (*aIter).second.GetQNameTokenFromParam1(), in CreateChildContext() 123 static_cast< sal_uInt16 >( (*aIter).second.m_nParam2 ) ); in CreateChildContext() 129 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext() 130 (*aIter).second.GetQNameTokenFromParam1(), in CreateChildContext() 132 (*aIter).second.m_nParam3 >> 16 ) ); in CreateChildContext() 134 (*aIter).second.GetQNamePrefixFromParam2(), in CreateChildContext() [all …]
|
| /AOO41X/main/connectivity/source/drivers/hsqldb/ |
| H A D | HStorageMap.cxx | 202 aRet = aFind->second; in getRegisteredStorage() 233 … Reference<XTransactionBroadcaster> xBroad(aFind->second.first.first,UNO_QUERY); in revokeStorage() 236 Reference<XTransactedObject> xTrans(aFind->second.first.first,UNO_QUERY); in revokeStorage() 262 ::rtl::OUString sName = removeURLPrefix(sOrgName,aStoragePair.first.second); in registerStream() 263 TStreamMap::iterator aStreamFind = aFind->second.second.find(sName); in registerStream() 264 …OSL_ENSURE( aStreamFind == aFind->second.second.end(),"A Stream was already registered for this ob… in registerStream() 265 if ( aStreamFind != aFind->second.second.end() ) in registerStream() 267 pHelper = aStreamFind->second; in registerStream() 297 aFind->second.second.insert(TStreamMap::value_type(sName,pHelper)); in registerStream() 325 … aFind->second.second.erase(removeURLPrefix(jstring2ustring(env,name),aFind->second.first.second)); in revokeStream() [all …]
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | Metadatable.cxx | 482 ? i_rIter->second.first : i_rIter->second.second ); in rmIter() 484 if (i_rIter->second.first.empty() && i_rIter->second.second.empty()) in rmIter() 501 OSL_ENSURE(!iter->second.first.empty() || !iter->second.second.empty(), in LookupElementList() 504 ? &iter->second.first in LookupElementList() 505 : &iter->second.second; in LookupElementList() 553 OSL_ENSURE(!iter->second.first.equalsAscii(""), in LookupXmlId() 555 OSL_ENSURE(!iter->second.second.equalsAscii(""), in LookupXmlId() 557 o_rStream = iter->second.first; in LookupXmlId() 558 o_rIdref = iter->second.second; in LookupXmlId() 651 ::std::for_each(iter->second.first.begin(), iter->second.first.end(), in ~XmlIdRegistryDocument() [all …]
|
| /AOO41X/main/sdext/source/pdfimport/tree/ |
| H A D | style.cxx | 63 nRet = it->second; in impl_getStyleId() 98 return it != m_aIdToStyle.end() ? &(it->second.Properties) : NULL; in getProperties() 108 if( it->second.RefCount == 1 ) in setProperties() 112 m_aStyleToId.erase( it->second ); in setProperties() 114 it->second.Properties = rNewProps; in setProperties() 116 m_aStyleToId[ it->second ] = nRet; in setProperties() 121 it->second.RefCount--; in setProperties() 124 aSearchStyle.Name = it->second.Name; in setProperties() 126 aSearchStyle.Contents = it->second.Contents; in setProperties() 127 aSearchStyle.ContainedElement = it->second.ContainedElement; in setProperties() [all …]
|
| /AOO41X/main/idlc/source/ |
| H A D | astinterface.cxx | 274 || seenInterfaces.insert(ifc->getScopedName()).second) in checkInheritedInterfaceClashes() 279 switch (visible->second) { in checkInheritedInterfaceClashes() 332 if (i->second.mandatory != 0) { in checkMemberClashes() 333 if (i->second.mandatory->getScopedName() != member->getScopedName()) in checkMemberClashes() 336 d.first = i->second.mandatory; in checkMemberClashes() 337 d.second = member; in checkMemberClashes() 342 i->second.optionals.begin()); in checkMemberClashes() 343 j != i->second.optionals.end(); ++j) in checkMemberClashes() 345 if (j->second->getScopedName() != member->getScopedName()) { in checkMemberClashes() 347 d.first = j->second; in checkMemberClashes() [all …]
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | nmspmap.cxx | 80 const OUString *pString = (*aIter).first.second; in ~SvXMLNamespaceMap() 146 if( aIter == aNameHash.end() || (*aIter).second->sName != rName ) in AddIfKnown() 157 return (aIter != aNameHash.end()) ? (*aIter).second->nKey : USHRT_MAX; in GetKeyByPrefix() 166 if ((*aIter).second->sName == rName) in GetKeyByName() 168 nKey = (*aIter).second->nKey; in GetKeyByName() 179 return (aIter != aNameMap.end()) ? (*aIter).second->sPrefix : sEmpty; in GetPrefixByKey() 185 return (aIter != aNameMap.end()) ? (*aIter).second->sName : sEmpty; in GetNameByKey() 195 const ::rtl::OUString & prefix( (*aIter).second->sPrefix ); in GetAttrNameByKey() 249 return (*aQCacheIter).second; in GetQNameByKey() 257 const OUString & prefix( (*aIter).second->sPrefix ); in GetQNameByKey() [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XResultSetMetaData.idl | 54 the first column is 1, the second is 2, 65 the first column is 1, the second is 2, 76 the first column is 1, the second is 2, 87 the first column is 1, the second is 2, 98 the first column is 1, the second is 2, 109 the first column is 1, the second is 2, 120 the first column is 1, the second is 2, 132 the first column is 1, the second is 2, 143 the first column is 1, the second is 2, 154 the first column is 1, the second is 2, [all …]
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | propcontroller.cxx | 454 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), handler->second ) != aAllHandlers.end(… in suspendPropertyHandlers_nothrow() 458 aAllHandlers.push_back( handler->second ); in suspendPropertyHandlers_nothrow() 686 if ( nCurrentPage == pageId->second ) in updateViewDataFromActivePage() 706 nPageId = pagePos->second; in impl_getPageIdForCategory_nothrow() 908 getPropertyBox().RemovePage( erase->second ); in stopInspection() 928 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), aHandler->second ) == aAllHandlers.end… in stopInspection() 929 aAllHandlers.push_back( aHandler->second ); in stopInspection() 967 return handlerPos->second; in impl_getHandlerForProperty_throw() 1054 m_aDependencyHandlers.erase( aDepHandlers.first, aDepHandlers.second ); in doInspection() 1167 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine() [all …]
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accmap.cxx | 295 uno::Reference < XAccessible > xAcc( (*aIter).second ); in Copy() 301 pSelShape->second = in Copy() 309 pShape->second = in Copy() 909 uno::Reference < XAccessible > xAcc( (*aIter).second ); in FireEvent() 1014 SwAccessibleEvent_Impl aEvent( *(*aIter).second ); in AppendEvent() 1078 mpEvents->erase( (*aIter).second ); in AppendEvent() 1079 (*aIter).second = mpEvents->insert( mpEvents->end(), aEvent ); in AppendEvent() 1083 mpEvents->erase( (*aIter).second ); in AppendEvent() 1172 uno::Reference < XAccessible > xAcc( (*aIter).second ); in InvalidateShapeInParaSelection() 1194 uno::Reference < XAccessible > xAcc( (*aIter).second ); in InvalidateShapeInParaSelection() [all …]
|
| /AOO41X/main/connectivity/source/cpool/ |
| H A D | ZConnectionPool.cxx | 153 …::std::for_each(_aValue.second.aConnections.begin(),_aValue.second.aConnections.end(),TRemoveEvent… in operator ()() 212 aIter->second.aPos->second.nALiveCount = m_nALiveCount; in disposing() 213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing() 262 if(!(--(aIter->second.nALiveCount))) // connections are invalid in invalidatePooledConnections() 264 …::std::for_each(aIter->second.aConnections.begin(),aIter->second.aConnections.end(),TRemoveEventLi… in invalidatePooledConnections() 266 aIter->second.aConnections.clear(); in invalidatePooledConnections() 272 if(aIter == aActIter->second.aPos) in invalidatePooledConnections() 295 if(!_rIter->second.aConnections.empty()) in getPooledConnection() 297 Reference< XPooledConnection > xPooledConnection = _rIter->second.aConnections.back(); in getPooledConnection() 298 _rIter->second.aConnections.pop_back(); in getPooledConnection()
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | roadmapwizard.cxx | 113 nStateIndexInPath = getStateIndexInPath( _nState, aPathPos->second ); in getStateIndexInPath() 150 if ( aPath->second.empty() ) in checkInvariants() 155 nSharedFirstState = aPath->second[ 0 ]; in checkInvariants() 157 if ( nSharedFirstState != aPath->second[ 0 ] ) in checkInvariants() 333 DBG_ASSERT( (sal_Int32)aNewPathPos->second.size() > nCurrentStatePathIndex, in activatePath() 338 if ( (sal_Int32)aNewPathPos->second.size() <= nCurrentStatePathIndex ) in activatePath() 345 …if ( m_pImpl->getFirstDifferentIndex( aActivePathPos->second, aNewPathPos->second ) <= nCurrentSta… in activatePath() 383 … sal_Int32 nDivergenceIndex = m_pImpl->getFirstDifferentIndex( rActivePath, aPathPos->second ); in implUpdateRoadmap() 474 … nCurrentStatePathIndex = m_pImpl->getStateIndexInPath( _nCurrentState, aActivePathPos->second ); in determineNextState() 482 while ( ( nNextStateIndex < (sal_Int32)aActivePathPos->second.size() ) in determineNextState() [all …]
|
| /AOO41X/main/xmloff/source/forms/ |
| H A D | layerexport.cxx | 160 …MapPropertySet2String::const_iterator aReferring = m_aCurrentPageReferring->second.find(_rxControl… in exportControl() 161 if (aReferring != m_aCurrentPageReferring->second.end()) in exportControl() 162 sReferringControls = aReferring->second; in exportControl() 256 aObjectStyle = aObjectStylePos->second; in getObjectStyleName() 357 if (_bClear && !m_aCurrentPageIds->second.empty() ) in implMoveIterators() 358 m_aCurrentPageIds->second.clear(); in implMoveIterators() 371 if (_bClear && !m_aCurrentPageReferring->second.empty() ) in implMoveIterators() 372 m_aCurrentPageReferring->second.clear(); in implMoveIterators() 405 OSL_ENSURE(m_aCurrentPageIds->second.end() != m_aCurrentPageIds->second.find(_rxControl), in getControlId() 407 return m_aCurrentPageIds->second[_rxControl]; in getControlId() [all …]
|
| /AOO41X/main/ucb/source/ucp/webdav/ |
| H A D | DAVSessionFactory.cxx | 55 if ( (*aIt).second->CanUse( inUri ) ) in createDAVSession() 69 aIt->second->m_aContainerIt = aIt; in createDAVSession() 71 return aIt->second; in createDAVSession() 73 else if ( osl_incrementInterlockedCount( &aIt->second->m_nRefCount ) > 1 ) in createDAVSession() 75 rtl::Reference< DAVSession > xElement( aIt->second ); in createDAVSession() 76 osl_decrementInterlockedCount( &aIt->second->m_nRefCount ); in createDAVSession() 81 osl_decrementInterlockedCount( &aIt->second->m_nRefCount ); in createDAVSession() 82 aIt->second->m_aContainerIt = m_aMap.end(); in createDAVSession() 89 aIt->second = new SerfSession( this, inUri, *m_xProxyDecider.get() ); in createDAVSession() 90 aIt->second->m_aContainerIt = aIt; in createDAVSession() [all …]
|