| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ViewsWindow.cxx | 229 TSectionsMap::iterator aIter = m_aSections.begin(); in resize() local 231 for (;aIter != aEnd ; ++aIter) in resize() 233 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in resize() 265 TSectionsMap::iterator aIter = m_aSections.begin(); in Resize() local 267 for (sal_uInt16 nPos=0;aIter != aEnd ; ++aIter,++nPos) in Resize() 269 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in Resize() 344 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getTotalHeight() local 346 for (;aIter != aEnd ; ++aIter) in getTotalHeight() 348 nHeight += (*aIter)->GetSizePixel().Height(); in getTotalHeight() 360 TSectionsMap::iterator aIter = m_aSections.begin(); in SetInsertObj() local [all …]
|
| /AOO41X/main/sd/source/core/ |
| H A D | EffectMigration.cxx | 424 EffectSequence::iterator aIter; in ImplFindEffect() local 426 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in ImplFindEffect() 428 CustomAnimationEffectPtr pEffect( (*aIter) ); in ImplFindEffect() 433 return aIter; in ImplFindEffect() 493 …EffectSequence::iterator aIter( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY… in SetAnimationEffect() local 495 if( aIter != aEnd ) in SetAnimationEffect() 497 if( ((*aIter)->getPresetId() != aPresetId) || in SetAnimationEffect() 498 ((*aIter)->getPresetSubType() != aPresetSubType) ) in SetAnimationEffect() 500 (*aIter)->replaceNode( pPreset->create( aPresetSubType ) ); in SetAnimationEffect() 575 EffectSequence::iterator aIter; in GetAnimationEffect() local [all …]
|
| H A D | CustomAnimationEffect.cxx | 1795 EffectSequence::iterator aIter( maEffects.begin() ); in reset() local 1797 if( aIter != aEnd ) in reset() 1799 CustomAnimationEffectPtr pEffect = (*aIter++); in reset() 2022 EffectSequence::iterator aIter( maEffects.begin() ); in implRebuild() local 2024 if( aIter != aEnd ) in implRebuild() 2028 CustomAnimationEffectPtr pEffect = (*aIter++); in implRebuild() 2090 if( aIter != aEnd ) in implRebuild() 2091 pEffect = (*aIter++); in implRebuild() 2308 EffectSequence::const_iterator aIter( maEffects.begin() ); in findEffect() local 2309 for( ; aIter != maEffects.end(); aIter++ ) in findEffect() [all …]
|
| H A D | shapelist.cxx | 47 ListImpl::iterator aIter( std::find( maShapeList.begin(), maShapeList.end(), &rObject ) ); in addShape() local 48 if( aIter == maShapeList.end() ) in addShape() 62 ListImpl::iterator aIter( std::find( maShapeList.begin(), maShapeList.end(), &rObject ) ); in removeShape() local 63 if( aIter != maShapeList.end() ) in removeShape() 65 bool bIterErased = aIter == maIter; in removeShape() 67 (*aIter)->RemoveObjectUser(*this); in removeShape() 68 aIter = maShapeList.erase( aIter ); in removeShape() 71 maIter = aIter; in removeShape() 73 if( aIter != maShapeList.end() ) in removeShape() 74 return (*aIter); in removeShape() [all …]
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accmap.cxx | 191 ::cppu::OInterfaceIteratorHelper aIter( maEventListeners ); in Notify() 192 while( aIter.hasMoreElements() ) in Notify() 194 uno::Reference < document::XEventListener > xListener( aIter.next(), in Notify() 287 const_iterator aIter = begin(); in Copy() local 292 while( aIter != aEndIter ) in Copy() 294 const SdrObject *pObj = (*aIter).first; in Copy() 295 uno::Reference < XAccessible > xAcc( (*aIter).second ); in Copy() 314 ++aIter; in Copy() 905 SwAccessibleContextMap_Impl::iterator aIter = in FireEvent() local 907 if( aIter != mpFrmMap->end() ) in FireEvent() [all …]
|
| H A D | accframe.cxx | 67 SwAccessibleChildSList::const_iterator aIter( aVisList.begin() ); in GetChildCount() local 68 while( aIter != aVisList.end() ) in GetChildCount() 70 const SwAccessibleChild& rLower = *aIter; in GetChildCount() 82 ++aIter; in GetChildCount() 103 SwAccessibleChildMap::const_iterator aIter( aVisMap.begin() ); in GetChild() local 104 while( aIter != aVisMap.end() && !aRet.IsValid() ) in GetChild() 106 const SwAccessibleChild& rLower = (*aIter).second; in GetChild() 121 ++aIter; in GetChild() 129 SwAccessibleChildSList::const_iterator aIter( aVisList.begin() ); in GetChild() local 130 while( aIter != aVisList.end() && !aRet.IsValid() ) in GetChild() [all …]
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | MasterPropertySet.cxx | 104 SlaveMap::iterator aEnd = maSlaveMap.end(), aIter = maSlaveMap.begin(); in ~MasterPropertySet() local 105 while (aIter != aEnd ) in ~MasterPropertySet() 107 delete (*aIter).second; in ~MasterPropertySet() 108 aIter++; in ~MasterPropertySet() 134 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyValue() local 136 if( aIter == mpInfo->maMap.end()) in setPropertyValue() 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() [all …]
|
| H A D | ChainablePropertySet.cxx | 81 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyValue() local 83 if( aIter == mpInfo->maMap.end()) in setPropertyValue() 87 _setSingleValue( *((*aIter).second), rValue ); in setPropertyValue() 99 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyValue() local 101 if( aIter == mpInfo->maMap.end()) in getPropertyValue() 106 _getSingleValue( *((*aIter).second), aAny ); in getPropertyValue() 156 PropertyInfoHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in setPropertyValues() local 160 aIter = mpInfo->maMap.find ( *pString ); in setPropertyValues() 161 if ( aIter == aEnd ) in setPropertyValues() 164 _setSingleValue ( *((*aIter).second), *pAny ); in setPropertyValues() [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | stylepool.cxx | 104 std::vector< StylePool::SfxItemSet_Pointer_t >::const_reverse_iterator aIter; in getUsedOrLastAddedItemSet() local 106 for ( aIter = maItemSet.rbegin(); aIter != maItemSet.rend(); ++aIter ) in getUsedOrLastAddedItemSet() 108 if ( (*aIter).use_count() > 1 ) in getUsedOrLastAddedItemSet() 110 return *aIter; in getUsedOrLastAddedItemSet() 127 std::vector< StylePool::SfxItemSet_Pointer_t >::const_reverse_iterator aIter; in hasItemSet() local 129 for ( aIter = maItemSet.rbegin(); aIter != maItemSet.rend(); ++aIter ) in hasItemSet() 131 if ( (*aIter).use_count() > 1 ) in hasItemSet() 153 std::vector<Node*>::iterator aIter = mChildren.begin(); in findChildNode() local 154 while( aIter != mChildren.end() ) in findChildNode() 156 if( rItem.Which() == (*aIter)->getPoolItem().Which() && in findChildNode() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dpdimsave.cxx | 63 for ( std::vector<String>::const_iterator aIter(rGroup.aElements.begin()); in AddElementsFromGroup() local 64 aIter != rGroup.aElements.end(); aIter++ ) in AddElementsFromGroup() 65 aElements.push_back( *aIter ); in AddElementsFromGroup() 70 … for ( std::vector<String>::iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ ) in RemoveElement() local 71 if ( *aIter == rName ) //! ignore case in RemoveElement() 73 aElements.erase( aIter ); // found -> remove in RemoveElement() 105 …for ( std::vector<String>::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIte… in RemoveElementsFromGroups() local 106 rDimension.RemoveFromGroups( *aIter ); in RemoveElementsFromGroups() 114 …for ( std::vector<String>::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIte… in AddToData() local 118 if ( pFormatter->IsNumberFormat( *aIter, nFormat, fValue ) ) in AddToData() [all …]
|
| H A D | bcaslot.cxx | 134 for ( ScBroadcastAreas::iterator aIter( aBroadcastAreaTbl.begin()); in ~ScBroadcastAreaSlot() local 135 aIter != aBroadcastAreaTbl.end(); /* none */) in ~ScBroadcastAreaSlot() 139 ScBroadcastArea* pArea = *aIter; in ~ScBroadcastAreaSlot() 142 aBroadcastAreaTbl.erase( aIter++); in ~ScBroadcastAreaSlot() 187 ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( rRange)); in StartListeningArea() local 188 if (aIter != aBroadcastAreaTbl.end()) in StartListeningArea() 189 rpArea = *aIter; in StartListeningArea() 235 ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( rRange)); in EndListeningArea() local 236 if (aIter == aBroadcastAreaTbl.end()) in EndListeningArea() 238 rpArea = *aIter; in EndListeningArea() [all …]
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | nmspmap.cxx | 77 QNameCache::iterator aIter = aQNameCache.begin(), aEnd = aQNameCache.end(); in ~SvXMLNamespaceMap() local 78 while ( aIter != aEnd ) in ~SvXMLNamespaceMap() 80 const OUString *pString = (*aIter).first.second; in ~SvXMLNamespaceMap() 81 aIter++; in ~SvXMLNamespaceMap() 99 NameSpaceMap::const_iterator aIter = aNameMap.find ( nKey ); in _Add() local 100 if( aIter == aNameMap.end() ) in _Add() 145 NameSpaceHash::const_iterator aIter = aNameHash.find( rPrefix ); in AddIfKnown() local 146 if( aIter == aNameHash.end() || (*aIter).second->sName != rName ) in AddIfKnown() 156 NameSpaceHash::const_iterator aIter = aNameHash.find(rPrefix); in GetKeyByPrefix() local 157 return (aIter != aNameHash.end()) ? (*aIter).second->nKey : USHRT_MAX; in GetKeyByPrefix() [all …]
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | FilterConfigCache.cxx | 360 CacheVector::iterator aIter( aImport.begin() ); in GetImportFormatNumber() local 361 while ( aIter != aImport.end() ) in GetImportFormatNumber() 363 if ( aIter->sUIName.equalsIgnoreAsciiCase( rFormatName ) ) in GetImportFormatNumber() 365 aIter++; in GetImportFormatNumber() 367 …return sal::static_int_cast< sal_uInt16 >(aIter == aImport.end() ? GRFILTER_FORMAT_NOTFOUND : aIte… in GetImportFormatNumber() 372 CacheVector::iterator aIter( aImport.begin() ); in GetImportFormatNumberForMediaType() local 373 while ( aIter != aImport.end() ) in GetImportFormatNumberForMediaType() 375 if ( aIter->sMediaType.equalsIgnoreAsciiCase( rMediaType ) ) in GetImportFormatNumberForMediaType() 377 aIter++; in GetImportFormatNumberForMediaType() 379 …return sal::static_int_cast< sal_uInt16 >(aIter == aImport.end() ? GRFILTER_FORMAT_NOTFOUND : aIte… in GetImportFormatNumberForMediaType() [all …]
|
| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | fanalyzer.cxx | 138 for (OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in bindRow() local 140 OOperandAttr* pAttr = PTR_CAST(OOperandAttr,(*aIter)); in bindRow() 145 OCode* pCode1 = *(aIter + 1); in bindRow() 146 OCode* pCode2 = *(aIter + 2); in bindRow() 168 …:vector< TPredicates >::iterator aIter = m_aSelectionEvaluations.begin(); aIter != m_aSelectionEva… in bindSelectRow() 170 if ( aIter->first.isValid() ) in bindSelectRow() 171 bindRow( aIter->first->m_aCodeList,_pRow,aEvaluateSetList); in bindSelectRow() 235 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in describeParam() local 237 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in describeParam() 238 OOperator* pOperator = PTR_CAST(OOperator,(*aIter)); in describeParam() [all …]
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | JoinTableView.cxx | 287 OTableWindowMapIterator aIter = m_aTableMap.begin(); in Resize() local 289 for(;aIter != aEnd;++aIter) in Resize() 291 OTableWindow* pCurrent = aIter->second; in Resize() 334 OTableWindowMapIterator aIter = m_aTableMap.find(rName); in GetTabWindow() local 336 return aIter == m_aTableMap.end() ? NULL : aIter->second; in GetTabWindow() 424 ::std::vector<OTableConnection*>::reverse_iterator aIter = m_vTableConnection.rbegin(); in RemoveTabWin() 425 while(aIter != m_vTableConnection.rend() && bRemove) in RemoveTabWin() 427 OTableConnection* pTabConn = (*aIter); in RemoveTabWin() 434 aIter = m_vTableConnection.rbegin(); in RemoveTabWin() 437 ++aIter; in RemoveTabWin() [all …]
|
| H A D | QueryTableView.cxx | 324 OTableWindowMapIterator aIter = GetTabWinMap()->find(rName); in CountTableAlias() local 325 while(aIter != GetTabWinMap()->end()) in CountTableAlias() 332 aIter = GetTabWinMap()->find(aNewName); in CountTableAlias() 351 TTableWindowData::reverse_iterator aIter = pTabWinDataList->rbegin(); in ReSync() local 354 for(;aIter != pTabWinDataList->rend();++aIter) in ReSync() 356 OQueryTableWindowData* pData = static_cast<OQueryTableWindowData*>(aIter->get()); in ReSync() 357 OTableWindow* pTabWin = createWindow(*aIter); in ReSync() 370 …st->erase( ::std::remove(pTabWinDataList->begin(),pTabWinDataList->end(),*aIter) ,pTabWinDataList-… in ReSync() 431 ::std::vector<OTableConnection*>::const_iterator aIter = ::std::find( pConnections->begin(), in NotifyTabConnection() 435 if(aIter == aEnd ) in NotifyTabConnection() [all …]
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | OptimisticSet.cxx | 199 SelectColumnsMetaData::const_iterator aIter = m_pColumnNames->begin(); in updateRow() local 201 for(;aIter != aEnd;++aIter) in updateRow() 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() 206 if ( m_pKeyColumnNames->find(aIter->first) != m_pKeyColumnNames->end() ) 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() [all …]
|
| H A D | RowSetCache.cxx | 433 ::std::vector<sal_Int32>::const_iterator aIter = aPositions.begin(); in setFetchSize() 441 CHECK_MATRIX_POS(*aIter); in setFetchSize() 442 if ( *aIter < _nSize ) in setFetchSize() 443 aCacheIter->second.aIterator = m_pMatrix->begin() + *aIter++; in setFetchSize() 749 ORowSetMatrix::iterator aIter; in fillMatrix() local 754 aIter = m_pMatrix->begin() + m_nEndPos; in fillMatrix() 759 aIter = m_pMatrix->begin(); in fillMatrix() 765 for(;i<_nNewEndPos;++i,++aIter) in fillMatrix() 769 if(!aIter->isValid()) in fillMatrix() 770 *aIter = new ORowSetValueVector(m_xMetaData->getColumnCount()); in fillMatrix() [all …]
|
| H A D | KeySet.cxx | 466 SelectColumnsMetaData::const_iterator aIter = (*m_pKeyColumnNames).begin(); in deleteRows() local 468 for(;aIter != aPosEnd;++aIter) in deleteRows() 470 aCondition.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in deleteRows() 568 SelectColumnsMetaData::const_iterator aIter = m_pColumnNames->begin(); in updateRow() local 570 for(;aIter != aEnd;++aIter,++i) in updateRow() 573 if ( m_pKeyColumnNames->find(aIter->first) != m_pKeyColumnNames->end() ) in updateRow() 575 sKeyCondition.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in updateRow() 576 if((_rOrginalRow->get())[aIter->second.nPosition].isNull()) in updateRow() 588 if((*aIndexIter)->hasByName(aIter->first)) in updateRow() 590 sIndexCondition.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in updateRow() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | sheetdata.cxx | 188 NameSpaceHash::const_iterator aIter = rNameHash.begin(), aEnd = rNameHash.end(); in StoreInitialNamespaces() local 189 while (aIter != aEnd) in StoreInitialNamespaces() 191 maInitialPrefixes.insert( aIter->first ); in StoreInitialNamespaces() 192 ++aIter; in StoreInitialNamespaces() 201 NameSpaceHash::const_iterator aIter = rNameHash.begin(), aEnd = rNameHash.end(); in StoreLoadedNamespaces() local 202 while (aIter != aEnd) in StoreLoadedNamespaces() 205 if ( maInitialPrefixes.find( aIter->first ) == maInitialPrefixes.end() ) in StoreLoadedNamespaces() 207 const NameSpaceEntry& rEntry = aIter->second.getBody(); in StoreLoadedNamespaces() 210 ++aIter; in StoreLoadedNamespaces() 216 NameSpaceHash::const_iterator aIter = rNameHash.begin(), aEnd = rNameHash.end(); in lcl_NameInHash() local [all …]
|
| /AOO41X/main/dbaccess/source/core/misc/ |
| H A D | dsntypes.cxx | 103 StringVector::const_iterator aIter = m_aDsnPrefixes.begin(); in cutPrefix() local 105 for(;aIter != aEnd;++aIter) in cutPrefix() 107 WildCard aWildCard(*aIter); in cutPrefix() 108 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(_sURL) ) in cutPrefix() 110 if ( aIter->Len() < sURL.Len() ) in cutPrefix() 111 sRet = sURL.Copy(sURL.Match(*aIter)); in cutPrefix() 113 sRet = sURL.Copy(aIter->Match(sURL)); in cutPrefix() 114 sOldPattern = *aIter; in cutPrefix() 127 StringVector::const_iterator aIter = m_aDsnPrefixes.begin(); in getPrefix() local 129 for(;aIter != aEnd;++aIter) in getPrefix() [all …]
|
| /AOO41X/main/svl/source/passwordcontainer/ |
| H A D | passwordcontainer.cxx | 252 PassMap::iterator aIter = aResult.find( aUrl ); in getInfo() local 253 if( aIter != aResult.end() ) in getInfo() 254 aIter->second.push_back( NamePassRecord( aName, aEPasswd ) ); in getInfo() 805 PassMap::iterator aIter = m_aContainer.find( Url ); in PrivateAdd() local 807 if( aIter != m_aContainer.end() ) in PrivateAdd() 809 UpdateVector( aIter->first, aIter->second, aRecord, sal_True ); in PrivateAdd() 908 PassMap::iterator aIter = m_aContainer.find( aUrl ); in find() local 912 if( aIter != m_aContainer.end() ) in find() 914 const PairUrlRecord rPairUrlRecord = *aIter; in find() 925 aIter = m_aContainer.lower_bound( tmpUrl ); in find() [all …]
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | DriversConfig.cxx | 161 TInstalledDrivers::const_iterator aIter = rDrivers.begin(); in getDriverFactoryName() local 163 for(;aIter != aEnd;++aIter) in getDriverFactoryName() 165 WildCard aWildCard(aIter->first); in getDriverFactoryName() 166 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverFactoryName() 168 sRet = aIter->second.sDriverFactory; in getDriverFactoryName() 169 sOldPattern = aIter->first; in getDriverFactoryName() 181 TInstalledDrivers::const_iterator aIter = rDrivers.begin(); in getDriverTypeDisplayName() local 183 for(;aIter != aEnd;++aIter) in getDriverTypeDisplayName() 185 WildCard aWildCard(aIter->first); in getDriverTypeDisplayName() 186 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverTypeDisplayName() [all …]
|
| /AOO41X/main/xmloff/source/transform/ |
| H A D | TransformerBase.cxx | 92 XMLTransformerActions::const_iterator aIter = in CreateContext() local 95 if( !(aIter == GetElemActions().end()) ) in CreateContext() 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() [all …]
|
| /AOO41X/main/dbaccess/source/ui/relationdesign/ |
| H A D | RTableConnectionData.cxx | 134 OConnectionLineDataVec::iterator aIter = m_vConnLineData.begin(); in ChangeOrientation() local 136 for(;aIter != aEnd;++aIter) in ChangeOrientation() 138 sTempString = (*aIter)->GetSourceFieldName(); in ChangeOrientation() 139 (*aIter)->SetSourceFieldName( (*aIter)->GetDestFieldName() ); in ChangeOrientation() 140 (*aIter)->SetDestFieldName( sTempString ); in ChangeOrientation() 187 OConnectionLineDataVec::const_iterator aIter = m_vConnLineData.begin(); in checkPrimaryKey() local 189 for(;aIter != aEnd;++aIter) in checkPrimaryKey() 192 if ( (*aIter)->GetFieldName(_eEConnectionSide) == *pKeyIter ) in checkPrimaryKey() 268 std::vector< OConnectionLineDataRef >::const_iterator aIter = lhs.m_vConnLineData.begin(); in operator ==() local 270 for (sal_Int32 i = 0; aIter != aEnd; ++aIter,++i) in operator ==() [all …]
|