Home
last modified time | relevance | path

Searched refs:aIter (Results 51 – 75 of 827) sorted by path

12345678910>>...34

/trunk/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx73 PropertyInfoHash::iterator aIter = maMap.find( aName ); in add() local
74 if( aIter != maMap.end() ) in add()
98 PropertyInfoHash::iterator aIter = maMap.begin(); in getProperties() local
100 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
102 PropertyInfo* pInfo = (*aIter).second; in getProperties()
118 PropertyInfoHash::iterator aIter = maMap.find( rName ); in getPropertyByName() local
120 if ( maMap.end() == aIter ) in getPropertyByName()
123 PropertyInfo *pInfo = (*aIter).second; in getPropertyByName()
H A DMasterPropertySet.cxx105 while (aIter != aEnd ) in ~MasterPropertySet()
107 delete (*aIter).second; in ~MasterPropertySet()
108 aIter++; in ~MasterPropertySet()
136 if( aIter == mpInfo->maMap.end()) in setPropertyValue()
170 if( aIter == mpInfo->maMap.end()) in getPropertyValue()
252 if ( aIter == aEnd ) in setPropertyValues()
317 if ( aIter == aEnd ) in getPropertyValues()
376 if( aIter == mpInfo->maMap.end()) in getPropertyState()
420 if ( aIter == aEnd ) in getPropertyStates()
456 if( aIter == mpInfo->maMap.end()) in setPropertyToDefault()
[all …]
H A DMasterPropertySetInfo.cxx60 while (aIter != aEnd ) in ~MasterPropertySetInfo()
62 delete (*aIter).second; in ~MasterPropertySetInfo()
63 aIter++; in ~MasterPropertySetInfo()
82 if( aIter != maMap.end() ) in add()
96 while ( aIter != aEnd ) in add()
103 maMap[(*aIter).first] = new PropertyData ( nMapId, (*aIter).second ); in add()
104 aIter++; in add()
127 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
129 PropertyInfo* pInfo = (*aIter).second->mpInfo; in getProperties()
147 if ( maMap.end() == aIter ) in getPropertyByName()
[all …]
H A Dpropertycontainerhelper.cxx311 …PropertyContainerIterator aIter = m_aHoldProperties.begin() + aPos->aLocation.nOwnClassVectorIndex; in convertFastPropertyValue() local
312 pPropContainer = &(*aIter); in convertFastPropertyValue()
H A Dpropertysethelper.cxx52 PropertyMap::const_iterator aIter = mpInfo->getPropertyMap()->find( aName ); in find() local
54 if( mpInfo->getPropertyMap()->end() != aIter ) in find()
56 return (*aIter).second; in find()
H A Dpropertysetinfo.cxx79 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add() local
80 if( aIter != maPropertyMap.end() ) in add()
118 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties() local
120 while( aIter != aEnd ) in getProperties()
122 PropertyMapEntry* pEntry = (*aIter).second; in getProperties()
130 aIter++; in getProperties()
144 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName() local
146 if( maPropertyMap.end() == aIter ) in getPropertyByName()
149 PropertyMapEntry* pEntry = (*aIter).second; in getPropertyByName()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx436 for(OValueRefVector::Vector::iterator aIter = get().begin() ; aIter != get().end() ;++aIter) in OValueRefVector() local
437 *aIter = new ORowSetValueDecorator; in OValueRefVector()
/trunk/main/connectivity/source/commontools/
H A DDriversConfig.cxx163 for(;aIter != aEnd;++aIter) in getDriverFactoryName()
165 WildCard aWildCard(aIter->first); in getDriverFactoryName()
169 sOldPattern = aIter->first; in getDriverFactoryName()
183 for(;aIter != aEnd;++aIter) in getDriverTypeDisplayName()
185 WildCard aWildCard(aIter->first); in getDriverTypeDisplayName()
189 sOldPattern = aIter->first; in getDriverTypeDisplayName()
218 for(;aIter != aEnd;++aIter) in impl_get()
220 WildCard aWildCard(aIter->first); in impl_get()
235 sOldPattern = aIter->first; in impl_get()
253 for(;aIter != aEnd;++aIter,++pIter) in getURLs()
[all …]
H A DTDatabaseMetaDataBase.cxx154 ::std::vector<ExpressionNodeSharedPtr>::iterator aIter = aConditions.begin(); in getTypeInfo()
156 for (; aIter != aEnd; ++aIter) in getTypeInfo()
158 if ( (*aIter)->evaluate(aRow)->getValue().getBool() ) in getTypeInfo()
160 ++aIter; in getTypeInfo()
161 (*aIter)->fill(aRow); in getTypeInfo()
164 ++aIter; in getTypeInfo()
H A DTSortIndex.cxx44 ::std::vector<OKeyType>::const_iterator aIter = aKeyType.begin(); in operator ()()
45 for (::std::vector<sal_Int16>::size_type i=0;aIter != aKeyType.end(); ++aIter,++i) in operator ()()
51 switch (*aIter) in operator ()()
132 TIntValuePairVector::iterator aIter = m_aKeyValues.begin(); in Freeze() local
133 for(;aIter != m_aKeyValues.end();++aIter) in Freeze()
135 delete aIter->second; in Freeze()
136 aIter->second = NULL; in Freeze()
H A DTTableHelper.cxx314 … (::std::vector< ColumnDesc >::const_iterator aIter = m_pImpl->m_aColumnDesc.begin();aIter != aEnd… in getColumnDescription()
316 if ( aIter->sName == _sName ) in getColumnDescription()
318 pRet = &*aIter; in getColumnDescription()
H A Ddbtools.cxx1785 ::std::bit_vector::iterator aIter = m_aSet.begin(); in getByIndex()
1789 for(; aIter != aEnd && i <= Index; ++aIter) in getByIndex()
1792 if ( !*aIter ) in getByIndex()
H A Ddbtools2.cxx428 ColumnInformationMap::iterator aIter = aInfo.begin(); in lcl_createSDBCXColumn() local
429 if ( aIter != aInfo.end() ) in lcl_createSDBCXColumn()
431 bAutoIncrement = aIter->second.first.first; in lcl_createSDBCXColumn()
432 bIsCurrency = aIter->second.first.second; in lcl_createSDBCXColumn()
434 nField5 = aIter->second.second; in lcl_createSDBCXColumn()
H A Dparameters.cxx705 ::cppu::OInterfaceIteratorHelper aIter( m_aParameterListeners ); in consultParameterListeners()
711 while ( aIter.hasMoreElements() && !bCanceled ) in consultParameterListeners()
712 …bCanceled = !static_cast< XDatabaseParameterListener* >( aIter.next() )->approveParameter( aEvent … in consultParameterListeners()
H A Dparamwrapper.cxx206 …for ( ::std::vector< sal_Int32 >::iterator aIter = m_aIndexes.begin(); aIter != m_aIndexes.end(); … in setFastPropertyValue_NoBroadcast()
208 … m_xValueDestination->setObjectWithInfo( *aIter + 1, rValue, nParamType, nScale ); in setFastPropertyValue_NoBroadcast()
H A Dpropertyids.cxx104 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
105 for(;aIter != m_aPropertyMap.end();++aIter) in ~OPropertyMap()
106 if(aIter->second) in ~OPropertyMap()
107 rtl_uString_release(aIter->second); in ~OPropertyMap()
113 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(_nIndex); in getNameByIndex()
114 if(aIter == m_aPropertyMap.end()) in getNameByIndex()
117 sRet = aIter->second; in getNameByIndex()
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx193 if ( m_aPool.end() != aIter ) in getConnectionWithInfo()
194 xConnection = getPooledConnection(aIter); in getConnectionWithInfo()
210 if(aIter != m_aActiveConnections.end()) in disposing()
213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()
214 m_aActiveConnections.erase(aIter); in disposing()
260 for (; aIter != m_aPool.end(); ) in invalidatePooledConnections()
266 aIter->second.aConnections.clear(); in invalidatePooledConnections()
272 if(aIter == aActIter->second.aPos) in invalidatePooledConnections()
278 ++aIter; in invalidatePooledConnections()
282 ++aIter; in invalidatePooledConnections()
[all …]
H A DZPoolCollection.cxx312 OConnectionPools::const_iterator aIter = m_aPools.begin(); in clearConnectionPools() local
313 while(aIter != m_aPools.end()) in clearConnectionPools()
315 aIter->second->clear(_bDispose); in clearConnectionPools()
316 aIter->second->release(); in clearConnectionPools()
317 ::rtl::OUString sKeyValue = aIter->first; in clearConnectionPools()
318 ++aIter; in clearConnectionPools()
526 OConnectionPools::iterator aIter = m_aPools.begin(); in propertyChange() local
527 for(;aIter != m_aPools.end();++aIter) in propertyChange()
529 aIter->second->clear(sal_False); in propertyChange()
530 aIter->second->release(); in propertyChange()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx301 TDatabaseMap::iterator aIter = m_aDatabaseMap.begin(); in disposing() local
302 for(;aIter != m_aDatabaseMap.end();++aIter) in disposing()
304 if(aIter->second.bShutDown) in disposing()
307 if(getDBName(aIter->first,sName)) in disposing()
309 …String(RTL_CONSTASCII_USTRINGPARAM("SHUTDOWN QUICK")),sName,aIter->second.sControlUser,aIter->seco… in disposing()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx496 OTypeInfoMap::iterator aIter = m_aTypeInfo.begin(); in disposing() local
497 for (; aIter != m_aTypeInfo.end(); ++aIter) in disposing()
498 delete aIter->second; in disposing()
543 OTypeInfoMap::const_iterator aIter = aPair.first; in getTypeInfoFromType() local
546 for(;aIter != aPair.second;++aIter) in getTypeInfoFromType()
549 OExtendedTypeInfo* pInfo = aIter->second; in getTypeInfoFromType()
566 if (aIter == aPair.second) in getTypeInfoFromType()
568 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
573 && (aIter->second->aSimpleType.nMaximumScale >= _nScale) in getTypeInfoFromType()
590 if (aIter == aPair.second) in getTypeInfoFromType()
[all …]
H A DADatabaseMetaDataImpl.cxx94 ::std::map<sal_uInt32,LiteralInfo>::const_iterator aIter = m_aLiteralInfo.find(_nId); in getMaxSize()
95 if(aIter != m_aLiteralInfo.end() && (*aIter).second.fSupported) in getMaxSize()
96 nSize = ((*aIter).second.cchMaxLen == (-1)) ? 0 : (*aIter).second.cchMaxLen; in getMaxSize()
105 ::std::map<sal_uInt32,LiteralInfo>::const_iterator aIter = m_aLiteralInfo.find(_nId); in isCapable()
106 if(aIter != m_aLiteralInfo.end()) in isCapable()
107 bSupported = (*aIter).second.fSupported; in isCapable()
117 ::std::map<sal_uInt32,LiteralInfo>::const_iterator aIter = m_aLiteralInfo.find(_nId); in getLiteral()
118 if(aIter != m_aLiteralInfo.end() && (*aIter).second.fSupported) in getLiteral()
119 sStr = (*aIter).second.pwszLiteralValue; in getLiteral()
H A DAStatement.cxx224 …::std::vector<OTypeInfo>::const_iterator aIter = ::std::find(m_aTypeInfo.begin(),m_aTypeInfo.end()… in getPrecision()
225 for(;aIter != m_aTypeInfo.end();++aIter) in getPrecision()
227 prec = ::std::max(prec,(*aIter).nPrecision); in getPrecision()
/trunk/main/connectivity/source/drivers/calc/
H A DCColumns.cxx44 …OSQLColumns::Vector::const_iterator aIter = find(aCols->get().begin(),aCols->get().end(),_rName,::… in createObject() local
46 if(aIter != aCols->get().end()) in createObject()
47 xRet = sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()
H A DCTable.cxx650 for(OSQLColumns::Vector::const_iterator aIter = m_aColumns->get().begin();aIter != aEnd;++aIter) in refreshColumns() local
651 aVector.push_back(Reference< XNamed>(*aIter,UNO_QUERY)->getName()); in refreshColumns()
837 OSQLColumns::Vector::const_iterator aIter = _rCols.get().begin(); in fetchRow() local
840 for (OValueRefVector::Vector::size_type i = 1; aIter != aEnd && i < nCount; in fetchRow()
841 ++aIter, i++) in fetchRow()
849 …(*aIter)->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nTy… in fetchRow()
/trunk/main/connectivity/source/drivers/dbase/
H A DDColumns.cxx49 …OSQLColumns::Vector::const_iterator aIter = find(aCols->get().begin(),aCols->get().end(),_rName,::… in createObject() local
52 if(aIter != aCols->get().end()) in createObject()
53 xRet = sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()

Completed in 130 milliseconds

12345678910>>...34