Home
last modified time | relevance | path

Searched refs:aIter (Results 101 – 125 of 827) sorted by relevance

12345678910>>...34

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableConnectionData.cxx106 OConnectionLineDataVec::const_iterator aIter = pLineData->begin(); in operator =() local
108 for(;aIter != aEnd;++aIter) in operator =()
109 m_vConnLineData.push_back(new OConnectionLineData(**aIter)); in operator =()
136 OConnectionLineDataVec::iterator aIter = m_vConnLineData.begin(); in AppendConnLine() local
138 for(;aIter != aEnd;++aIter) in AppendConnLine()
140 …if((*aIter)->GetDestFieldName() == rDestFieldName && (*aIter)->GetSourceFieldName() == rSourceFiel… in AppendConnLine()
143 if(aIter == aEnd) in AppendConnLine()
H A DTableWindowAccess.cxx182 OJoinTableView::OTableWindowMap::iterator aIter = pMap->begin(); in getAccessibleIndexInParent() local
184 for (nIndex = 0; aIter != aEnd && aIter->second != m_pTable; ++nIndex,++aIter) in getAccessibleIndexInParent()
186 nIndex = aIter != aEnd ? nIndex : -1; in getAccessibleIndexInParent()
251 …::std::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable) + nI… in getRelation()
253 aRet.TargetSet[0] = getParentChild(aIter - pView->getTableConnections()->begin()); in getRelation()
274 ::std::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable); in getRelationByType()
278 for (; aIter != aEnd ; ++aIter ) in getRelationByType()
279 aRelations.push_back(getParentChild(aIter - pConnectionList->begin())); in getRelationByType()
/aoo42x/main/svl/source/items/
H A Dstyle.cxx382 SfxItemIter aIter( GetItemSet() ); in GetDescription() local
384 const SfxPoolItem* pItem = aIter.FirstItem(); in GetDescription()
402 pItem = aIter.NextItem(); in GetDescription()
637 aIter.Find(rStyle); in SetParent()
751 while( aIter != r.aStyles.end() ) in operator +=()
753 Add(*(*aIter++).get()); in operator +=()
776 return aIter.Find(rName); in Find()
801 if( aIter != aStyles.end() ) in Remove()
820 aStyles.erase(aIter); in Remove()
835 pOld = aIter.Find( p->GetParent() ); in Insert()
[all …]
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx580 std::vector< double >::iterator aIter = rDistances.begin(); in CalcDistances() local
582 while ( aIter != aEnd ) in CalcDistances()
583 *aIter++ /= fLength; in CalcDistances()
601 if ( aIter != rDistances.end() && ( *aIter > fLastDistance ) && ( *aIter < fDistance ) ) in InsertMissingOutlinePoints()
608 fDistance = *aIter; in InsertMissingOutlinePoints()
614 if ( aIter-- != rDistances.begin() ) in InsertMissingOutlinePoints()
616 if ( ( *aIter > fDistance ) && ( *aIter < fLastDistance ) ) in InsertMissingOutlinePoints()
623 fDistance = *aIter; in InsertMissingOutlinePoints()
639 if ( aIter == rDistances.end() ) in GetPoint()
644 if ( nIdx && ( aIter != rDistances.end() ) && ( *aIter != fX ) ) in GetPoint()
[all …]
/aoo42x/main/filter/source/xsltfilter/
H A Duof2merge.cxx117 while(aIter != aEnd) in getTypeByName()
119 if((*aIter).m_sName.equals(rName)) in getTypeByName()
120 return (*aIter).m_sType; in getTypeByName()
121 ++aIter; in getTypeByName()
136 while(aIter != aEnd) in getValueByName()
139 return (*aIter).m_sValue; in getValueByName()
140 ++aIter; in getValueByName()
444 while(aIter != aEndIt) in merge()
448 if((*aIter) != UOFELEMNAME) in merge()
470 if((*aIter) != UOF2DATADIR) in merge()
[all …]
/aoo42x/main/svx/source/xml/
H A Dxmleohlp.cxx192 for( ; aIter != aEnd; aIter++ ) in ~SvXMLEmbeddedObjectHelper()
194 if( aIter->second ) in ~SvXMLEmbeddedObjectHelper()
196 aIter->second->release(); in ~SvXMLEmbeddedObjectHelper()
197 aIter->second = 0; in ~SvXMLEmbeddedObjectHelper()
498 SvXMLEmbeddedObjectHelper_Impl::iterator aIter; in ImplInsertEmbeddedObjectURL() local
502 aIter = mpStreamMap->find( rURLStr ); in ImplInsertEmbeddedObjectURL()
503 if( aIter != mpStreamMap->end() && aIter->second ) in ImplInsertEmbeddedObjectURL()
504 pOut = aIter->second; in ImplInsertEmbeddedObjectURL()
521 mpStreamMap->erase( aIter ); in ImplInsertEmbeddedObjectURL()
674 if( aIter != mpStreamMap->end() && aIter->second ) in getByName()
[all …]
/aoo42x/main/connectivity/source/sdbcx/
H A DVCollection.cxx131 ObjectIter aIter = m_aNameMap.find(_sOldName); in rename() local
132 if ( aIter != m_aNameMap.end() ) in rename()
138 m_aNameMap.erase(aIter); in rename()
157 …pename ::std::vector< ObjectIter >::const_iterator aIter = m_aElements.begin(); aIter != aEnd;++aI… in getElementNames() local
158 *pStringArray = (*aIter)->first; in getElementNames()
182 for( ObjectIter aIter = m_aNameMap.begin(); aIter != m_aNameMap.end(); ++aIter) in disposeElements() local
184 Reference<XComponent> xComp(aIter->second.get(),UNO_QUERY); in disposeElements()
188 (*aIter).second = T(); in disposeElements()
197 ObjectIter aIter = m_aNameMap.find(columnName); in findColumn() local
198 OSL_ENSURE(aIter != m_aNameMap.end(),"findColumn:: Illegal name!"); in findColumn()
[all …]
/aoo42x/main/svx/source/svdraw/
H A Dsvdoashp.cxx1883 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in NbcResize()
1898 aIter++; in NbcResize()
2312 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in DragResizeCustomShape()
2359 aIter++; in DragResizeCustomShape()
2392 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in DragMoveCustomShapeHdl()
2394 aIter++; in DragMoveCustomShapeHdl()
2486 aIter++; in DragCreateObject()
2804 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in NbcAdjustTextFrameWidthAndHeight()
2809 aIter++; in NbcAdjustTextFrameWidthAndHeight()
2838 aIter->xInteraction->setControllerPosition( aIter->aPosition ); in AdjustTextFrameWidthAndHeight()
[all …]
/aoo42x/main/filter/source/xsltdialog/
H A Dtypedetectionimport.cxx95 NodeVector::iterator aIter = maFilterNodes.begin(); in fillFilterVector() local
96 while( aIter != maFilterNodes.end() ) in fillFilterVector()
102 delete (*aIter++); in fillFilterVector()
106 aIter = maTypeNodes.begin(); in fillFilterVector()
107 while( aIter != maTypeNodes.end() ) in fillFilterVector()
108 delete (*aIter++); in fillFilterVector()
145 NodeVector::iterator aIter = maTypeNodes.begin(); in findTypeNode() local
146 while( aIter != maTypeNodes.end() ) in findTypeNode()
148 if( (*aIter)->maName == rType ) in findTypeNode()
149 return (*aIter); in findTypeNode()
[all …]
/aoo42x/main/xmloff/source/draw/
H A Dshapeimport.cxx1120 while( aIter != aEnd ) in moveShape()
1122 if( (*aIter).nIs < nSourcePos ) in moveShape()
1125 (*aIter).nIs++; in moveShape()
1127 aIter++; in moveShape()
1130 aIter = maUnsortedList.begin(); in moveShape()
1133 while( aIter != aEnd ) in moveShape()
1138 (*aIter).nIs++; in moveShape()
1140 aIter++; in moveShape()
1183 (*aIter++).nIs += nCount; in popGroupAndSort()
1187 (*aIter++).nIs += nCount; in popGroupAndSort()
[all …]
/aoo42x/main/xmloff/source/transform/
H A DCreateElemTContext.cxx81 XMLTransformerActions::const_iterator aIter = in StartElement() local
83 if( !(aIter == pActions->end() ) ) in StartElement()
90 sal_uInt32 nAction = (*aIter).second.m_nActionType; in StartElement()
97 (*aIter).second.GetQNamePrefixFromParam1(), in StartElement()
99 (*aIter).second.GetQNameTokenFromParam1()) ) ); in StartElement()
121 XMLTransformerContextVector::iterator aIter = aChildContexts.begin(); in StartElement() local
123 for( ; aIter != aChildContexts.end(); ++aIter ) in StartElement()
125 (*aIter)->Export(); in StartElement()
/aoo42x/main/sw/source/core/access/
H A Dacctable.cxx164 while( aIter != aEndIter ) in CollectData()
190 ++aIter; in CollectData()
199 while( aIter != aEndIter ) in CollectRowHeaderData()
234 ++aIter; in CollectRowHeaderData()
243 while( aIter != aEndIter ) in CollectColumnHeaderData()
281 ++aIter; in CollectColumnHeaderData()
317 ++aIter; in CollectExtents()
365 ++aIter; in FindCell()
433 ++aIter; in GetSelection()
522 ++aIter; in CompareExtents()
[all …]
/aoo42x/main/slideshow/source/engine/
H A Deventmultiplexer.cxx445 aEnd( mrViewContainer.end() ); aIter != aEnd; ++aIter ) in forEachView()
464 UnoViewVector::const_iterator aIter; in findUnoView() local
477 return *aIter; in findUnoView()
563 aIter!=aEnd; in clear()
564 ++aIter ) in clear()
566 if( (*aIter)->getUnoView().is() ) in clear()
575 aIter!=aEnd; in clear()
576 ++aIter ) in clear()
578 if( (*aIter)->getUnoView().is() ) in clear()
616 UnoViewVector::const_iterator aIter; in notifyMouseHandlers() local
[all …]
H A Dslideshowimpl.cxx913 if(aIter->first == xDrawPage) in findPolygons()
916 aIter++; in findPolygons()
919 return aIter; in findPolygons()
931 PolygonMap::iterator aIter; in makeSlide() local
932 aIter = findPolygons(xDrawPage); in makeSlide()
1496 while(aIter!=maPolygons.end()) in registerUserPaintPolygons()
1498 aPolygons = aIter->second; in registerUserPaintPolygons()
1576 ++aIter; in registerUserPaintPolygons()
1911 if( aIter->second.get() ) in addShapeEventListener()
1935 aIter->second.get(), in removeShapeEventListener()
[all …]
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx182 for (;aIter != aEnd ; ++aIter) in notifyVisibleStates()
184 Reference< XAccessible > xHold = *aIter; in notifyVisibleStates()
231 aIter != m_aAccessibleChildren.end(); ++aIter,++i) in UpdateSelection_Impl_Acc()
233 Reference< XAccessible > xHold = *aIter; in UpdateSelection_Impl_Acc()
244 xNewAcc = *aIter; in UpdateSelection_Impl_Acc()
530 ListItems::iterator aIter = _aBegin; in adjustEntriesIndexInParent() local
533 for (;aIter != aEnd ; ++aIter) in adjustEntriesIndexInParent()
535 Reference< XAccessible > xHold = *aIter; in adjustEntriesIndexInParent()
827 aIter != m_aAccessibleChildren.end(); ++aIter,++i) in UpdateSelection_Impl()
829 Reference< XAccessible > xHold = *aIter; in UpdateSelection_Impl()
[all …]
/aoo42x/main/xmloff/source/text/
H A Dtxtlists.cxx203 if ( aIter != mpProcessedLists->end() ) in GetListStyleOfProcessedList()
205 return (*aIter).second.first; in GetListStyleOfProcessedList()
218 if ( aIter != mpProcessedLists->end() ) in GetContinueListIdOfProcessedList()
220 return (*aIter).second.second; in GetContinueListIdOfProcessedList()
281 tMapForLists::const_iterator aIter = in GetListIdForListBlock() local
283 if ( aIter != mpMapListIdToListStyleDefaultListId->end() ) in GetListIdForListBlock()
285 if ( (*aIter).second.first == sListBlockListId ) in GetListIdForListBlock()
287 sListBlockListId = (*aIter).second.second; in GetListIdForListBlock()
313 tMapForContinuingLists::const_iterator aIter = in GetLastContinuingListId() local
315 if ( aIter != mpContinuingLists->end() ) in GetLastContinuingListId()
[all …]
/aoo42x/main/package/source/package/manifest/
H A DManifestImport.cxx128 ManifestStack::reverse_iterator aIter = aStack.rbegin(); in startElement() local
129 aIter++; in startElement()
131 if ( aIter->m_aConvertedName.equalsAscii( ELEMENT_FILE_ENTRY ) ) in startElement()
161 else if ( aIter->m_aConvertedName.equalsAscii( ELEMENT_ENCRYPTION_DATA ) ) in startElement()
377 StringHashMap::const_iterator aIter = aNamespaces.find( aNsAlias ); in ConvertNameWithNamespace() local
378 if ( aIter != aNamespaces.end() in ConvertNameWithNamespace()
379 && ( aIter->second.equalsAscii( MANIFEST_NAMESPACE ) in ConvertNameWithNamespace()
380 || aIter->second.equalsAscii( MANIFEST_OASIS_NAMESPACE ) ) ) in ConvertNameWithNamespace()
394 …( ManifestStack::reverse_iterator aIter = aStack.rbegin(); !aConvertedName.getLength() && aIter !=… in ConvertName() local
396 if ( !aIter->m_aNamespaces.empty() ) in ConvertName()
[all …]
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx266 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_aDeletedRows.begin(); in Undo()
272 for(;aIter != aEnd;++aIter) in Undo()
274 pNewOrigRow.reset(new OTableRow( **aIter )); in Undo()
275 nPos = (*aIter)->GetPos(); in Undo()
290 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_aDeletedRows.begin(); in Redo()
294 for(;aIter != aEnd;++aIter) in Redo()
296 nPos = (*aIter)->GetPos(); in Redo()
351 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_vInsertedRows.begin(); in Redo()
354 for(;aIter != aEnd;++aIter) in Redo()
356 pRow.reset(new OTableRow( **aIter )); in Redo()
H A DTEditControl.cxx524 for(;aIter != aEnd;++aIter) in InitController()
525 pTypeCell->InsertEntry( aIter->second->aUIName ); in InitController()
643 for(;aIter != aEnd;++aIter) in HasFieldName()
645 pFieldDescr = (*aIter)->GetActFieldDescr(); in HasFieldName()
1776aIter != m_pRowList->rend() && (!(*aIter) || !(*aIter)->GetActFieldDescr() || !(*aIter)->GetActFie…
1777 --nFreeFromPos, ++aIter)
1853 for(sal_Int32 nRow = 0;aIter != aEnd;++aIter,++nRow) in SetPrimaryKey()
1904 for(sal_Int32 nRow=0;aIter != aEnd;++aIter,++nRow) in IsPrimaryKey()
1908 if( (*aIter)->IsPrimaryKey() ) in IsPrimaryKey()
1948 for(;aIter != aEnd;++aIter,++nEntryPos) in SwitchType()
[all …]
/aoo42x/main/package/source/package/zippackage/
H A DZipPackage.cxx538 FolderHash::iterator aIter; in getZipFileContents() local
815 FolderHash::iterator aIter; in getByHierarchicalName() local
836 m_aRecent.erase ( aIter ); in getByHierarchicalName()
844 m_aRecent.erase( aIter ); in getByHierarchicalName()
897 FolderHash::iterator aIter; in hasByHierarchicalName() local
918 m_aRecent.erase ( aIter ); in hasByHierarchicalName()
926 m_aRecent.erase( aIter ); in hasByHierarchicalName()
1054 aIter != aEnd; in WriteManifest()
1055 aIter++, nInd++ ) in WriteManifest()
1102 aIter != aEnd; in WriteContentTypes()
[all …]
H A Dzipfileaccess.cxx248 EntryHash::iterator aIter = m_pZipFile->GetEntryHash().find( aName ); in getByName() local
249 if ( aIter == m_pZipFile->GetEntryHash().end() ) in getByName()
252 uno::Reference< io::XInputStream > xEntryStream( m_pZipFile->getDataStream( (*aIter).second, in getByName()
278 …for ( EntryHash::iterator aIter = m_pZipFile->GetEntryHash().begin(); aIter != m_pZipFile->GetEntr… in getElementNames() local
286 aNames[nLen-1] = (*aIter).second.sPath; in getElementNames()
310 EntryHash::iterator aIter = m_pZipFile->GetEntryHash().find( aName ); in hasByName() local
312 return ( aIter != m_pZipFile->GetEntryHash().end() ); in hasByName()
363 …for ( EntryHash::iterator aIter = m_pZipFile->GetEntryHash().begin(); aIter != m_pZipFile->GetEntr… in getStreamByPattern() local
365 if ( StringGoodForPattern_Impl( (*aIter).second.sPath, aPattern ) ) in getStreamByPattern()
367 uno::Reference< io::XInputStream > xEntryStream( m_pZipFile->getDataStream( (*aIter).second, in getStreamByPattern()
/aoo42x/main/connectivity/source/commontools/
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()
/aoo42x/main/forms/source/xforms/
H A Dnamedcollection.hxx62 for( typename std::vector<T>::const_iterator aIter = maItems.begin(); in getNames() local
63 aIter != maItems.end(); in getNames()
64 aIter++ ) in getNames()
67 xNamed( *aIter, com::sun::star::uno::UNO_QUERY ); in getNames()
83 for( typename std::vector<T>::const_iterator aIter = maItems.begin(); in findItem() local
84 aIter != maItems.end(); in findItem()
85 aIter++ ) in findItem()
88 xNamed( *aIter, com::sun::star::uno::UNO_QUERY ); in findItem()
90 return aIter; in findItem()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx362 *aIter = i; in lateInit()
465 for(;aIter != aEnd;++aIter) in SaveModified()
466 if ( *aIter != NO_GROUP ) in SaveModified()
467 nGroupPos = *aIter + 1; in SaveModified()
474 *aIter++ = nGroupPos; in SaveModified()
477 for(;aIter != aEnd;++aIter) in SaveModified()
478 if ( *aIter != NO_GROUP ) in SaveModified()
479 ++*aIter; in SaveModified()
532 …(::std::vector<ColumnInfo>::const_iterator aIter = m_aColumnInfo.begin(); aIter != m_aColumnInfo.e… in GetCellText()
939 for(;aIter != aEnd;++aIter) in InsertRows()
[all …]
/aoo42x/main/avmedia/source/xine/
H A Dwindow.cxx487 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMousePressedEvent()
489 while( aIter.hasMoreElements() ) in fireMousePressedEvent()
490 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mousePressed( rEvt ); in fireMousePressedEvent()
502 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMouseReleasedEvent()
504 while( aIter.hasMoreElements() ) in fireMouseReleasedEvent()
505 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mouseReleased( rEvt ); in fireMouseReleasedEvent()
517 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMouseMovedEvent()
519 while( aIter.hasMoreElements() ) in fireMouseMovedEvent()
532 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireSetFocusEvent()
534 while( aIter.hasMoreElements() ) in fireSetFocusEvent()
[all …]

Completed in 540 milliseconds

12345678910>>...34