Home
last modified time | relevance | path

Searched refs:aIter (Results 176 – 200 of 828) sorted by relevance

12345678910>>...34

/aoo41x/main/sw/source/core/doc/
H A Ddocnum.cxx110 aIter != aTxtNodeList.end(); ++aIter ) in SetOutlineNumRule()
112 SwTxtNode* pTxtNd = *aIter; in SetOutlineNumRule()
936 aIter != aTxtNodeList.end(); ++aIter ) in lcl_ChgNumRule()
938 SwTxtNode* pTxtNd = *aIter; in lcl_ChgNumRule()
1315 aIter != aTxtNodeList.end(); ++aIter ) in RenameNumRule()
1317 SwTxtNode * pTxtNd = *aIter; in RenameNumRule()
1343 for(SwTxtFrm* pFrm = aIter.First(); pFrm; pFrm = aIter.Next() ) in StopNumRuleAnimations()
1435 aIter != aTxtNodeList.end(); ++aIter ) in ReplaceNumRule()
1437 SwTxtNode* pTxtNd = *aIter; in ReplaceNumRule()
2702 for ( aIter = mpListItemsList->begin(); aIter != aEndIter; ++aIter ) in getListItems()
[all …]
/aoo41x/main/xmloff/source/transform/
H A DControlOASISTContext.cxx85 XMLTransformerActions::const_iterator aIter = in StartElement() local
87 if( !(aIter == pActions->end() ) ) in StartElement()
96 switch( (*aIter).second.m_nActionType ) in StartElement()
112 static_cast<sal_uInt16>( (*aIter).second.m_nParam2 ); in StartElement()
117 (*aIter).second.GetQNamePrefixFromParam1(), in StartElement()
119 (*aIter).second.GetQNameTokenFromParam1()) ) ); in StartElement()
139 static_cast< sal_Bool >((*aIter).second.m_nParam1)) ) in StartElement()
/aoo41x/main/filter/source/svg/
H A Dsvgfontexport.cxx81 ObjectVector::const_iterator aIter( maObjects.begin() ); in implCollectGlyphs() local
85 while( aIter != maObjects.end() ) in implCollectGlyphs()
87 if( (*aIter).HasRepresentation() ) in implCollectGlyphs()
89 const GDIMetaFile& rMtf = (*aIter).GetRepresentation(); in implCollectGlyphs()
170 ++aIter; in implCollectGlyphs()
184 GlyphSet::const_iterator aIter( rGlyphSet.begin() ); in implEmbedFont() local
245 while( aIter != rGlyphSet.end() ) in implEmbedFont()
247 implEmbedGlyph( aVDev, *aIter ); in implEmbedFont()
248 ++aIter; in implEmbedFont()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx83 ViewListenerVector::iterator aIter( std::find( maListeners.begin(), maListeners.end(), xWeak ) ); in removeListener() local
84 if( aIter != maListeners.end() ) in removeListener()
85 maListeners.erase( aIter ); in removeListener()
92 ViewListenerVector::iterator aIter( maListeners.begin() ); in notify() local
93 while( aIter != maListeners.end() ) in notify()
95 Reference< util::XModifyListener > xListener( (*aIter) ); in notify()
99 aIter++; in notify()
103 aIter = maListeners.erase( aIter ); in notify()
113 ViewListenerVector::iterator aIter( maListeners.begin() ); in disposing() local
114 while( aIter != maListeners.end() ) in disposing()
[all …]
/aoo41x/main/avmedia/source/win/
H A Dwindow.cxx663 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMousePressedEvent()
665 while( aIter.hasMoreElements() ) in fireMousePressedEvent()
666 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mousePressed( rEvt ); in fireMousePressedEvent()
678 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMouseReleasedEvent()
680 while( aIter.hasMoreElements() ) in fireMouseReleasedEvent()
681 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mouseReleased( rEvt ); in fireMouseReleasedEvent()
693 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMouseMovedEvent()
695 while( aIter.hasMoreElements() ) in fireMouseMovedEvent()
708 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireSetFocusEvent()
710 while( aIter.hasMoreElements() ) in fireSetFocusEvent()
[all …]
/aoo41x/main/connectivity/source/drivers/ado/
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()
/aoo41x/main/xmloff/source/text/
H A DXMLPropertyBackpatcher.cxx127 for(BackpatchListType::iterator aIter = pList->begin(); in ResolveId() local
128 aIter != pList->end(); in ResolveId()
129 aIter++) in ResolveId()
131 Reference<XPropertySet> xProp = (*aIter); in ResolveId()
140 for(BackpatchListType::iterator aIter = pList->begin(); in ResolveId() local
141 aIter != pList->end(); in ResolveId()
142 aIter++) in ResolveId()
144 (*aIter)->setPropertyValue(sPropertyName, aAny); in ResolveId()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSeriesOrDiagramProperty.hxx84 …::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > >::const_iterator aIter = in detectInnerValue()
86 for( ; aIter != aSeriesVector.end(); aIter++ ) in detectInnerValue()
88 …ries( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >::query( *aIter ) ); in detectInnerValue()
113 …::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > >::const_iterator aIter = in setInnerValue()
115 for( ; aIter != aSeriesVector.end(); aIter++ ) in setInnerValue()
117 …::Reference< ::com::sun::star::beans::XPropertySet > xSeriesPropertySet( *aIter, ::com::sun::star:… in setInnerValue()
/aoo41x/main/sw/source/core/undo/
H A Drolbck.cxx785 if( aIter.IsAtEnd() ) in SwHistorySetAttrSet()
787 pItem = aIter.NextItem(); in SwHistorySetAttrSet()
826 SfxItemIter aIter( rSet ); in SwHistoryResetAttrSet() local
863 if( aIter.IsAtEnd() ) in SwHistoryResetAttrSet()
866 aIter.NextItem(); in SwHistoryResetAttrSet()
1282 SfxItemIter aIter( rSet ); in CopyFmtAttr() local
1289 if( aIter.IsAtEnd() ) in CopyFmtAttr()
1291 aIter.NextItem(); in CopyFmtAttr()
1509 SfxItemIter aIter( *pSet ); in _MakeSetWhichIds() local
1514 if( aIter.IsAtEnd() ) in _MakeSetWhichIds()
[all …]
/aoo41x/main/svx/source/engine3d/
H A Dview3d.cxx679 while(aIter.IsMore()) in ImpIsConvertTo3DPossible()
681 SdrObject* pNewObj = aIter.Next(); in ImpIsConvertTo3DPossible()
821 while(aIter.IsMore()) in ImpCreate3DObject()
823 SdrObject* pGroupMember = aIter.Next(); in ImpCreate3DObject()
839 while(aIter.IsMore()) in ImpCreate3DObject()
857 while(aIter.IsMore()) in ImpCreate3DObject()
1106 SdrObjListIter aIter(*pSubList, IM_FLAT); in DoDepthArrange() local
1111 while(aIter.IsMore()) in DoDepthArrange()
1747 SdrObjListIter aIter(*pSubList, IM_FLAT); in BreakSingle3DObj() local
1749 while(aIter.IsMore()) in BreakSingle3DObj()
[all …]
/aoo41x/main/sw/source/core/crsr/
H A Dfindattr.cxx220 SfxItemIter aIter( aCmpSet ); in SwAttrCheckArr() local
266 SfxItemIter aIter( aCmpSet ); in SetNewSet() local
267 const SfxPoolItem* pItem = aIter.GetCurItem(); in SetNewSet()
305 if( aIter.IsAtEnd() ) in SetNewSet()
307 pItem = aIter.NextItem(); in SetNewSet()
867 SfxItemIter aIter( rCmpSet ); in lcl_Search() local
893 if( aIter.IsAtEnd() ) in lcl_Search()
895 pItem = aIter.NextItem(); in lcl_Search()
1261 SfxItemIter aIter( *pSet ); in Find()
1270 if( aIter.IsAtEnd() ) in Find()
[all …]
/aoo41x/main/connectivity/source/commontools/
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()
/aoo41x/main/connectivity/source/parse/
H A Dsqliterator.cxx815 …for (ConstOSQLTablesIterator aIter = m_pImpl->m_pTables->begin(); aIter != m_pImpl->m_pTables->end… in getColumnTableRange() local
817 if (aIter->second.is()) in getColumnTableRange()
828 aTableRange = aIter->first; in getColumnTableRange()
1737 …for(ConstOSQLTablesIterator aIter = m_pImpl->m_pTables->begin(); aIter != m_pImpl->m_pTables->end(… in setSelectColumnName() local
1738 appendColumns(_rColumns,aIter->first,aIter->second); in setSelectColumnName()
1755 …for ( OSQLTablesIterator aIter = m_pImpl->m_pTables->begin(); aIter != m_pImpl->m_pTables->end(); … in setSelectColumnName() local
1757 if ( !aIter->second.is() ) in setSelectColumnName()
1771 pColumn->setTableName(aIter->first); in setSelectColumnName()
1894 aIter = find( in getUniqueColumnName()
2112 for(OSQLTables::const_iterator aIter = _rTables.begin(); aIter != aEnd; ++aIter) in findColumn() local
[all …]
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx2705 while (!aIter.IsAtEnd() && 0 != (pItem = aIter.NextItem())); in PostProcessAttrs()
4024 for (mySegIter aIter = aStart; aIter != aEnd; ++aIter) in InsertSegments() local
4027 mySegIter aPrev = (aIter == aStart) ? aIter : aIter-1; in InsertSegments()
4139 aIter->maSep.grpfIhdt, std::distance(aStart, aIter) in InsertSegments()
4170 aIter->mpPage = pOrig; in InsertSegments()
4374 while (aIter != aEnd) in CoreLoad()
4378 ++aIter; in CoreLoad()
4380 if (aIter != aEnd) in CoreLoad()
5198 for ( sw::ParaStyles::reverse_iterator aIter = aOutLined.rbegin(); aIter < aEnd; ++aIter ) in SetOutlineStyles() local
5248 ++aIter ) in SetOutlineStyles()
[all …]
/aoo41x/main/sw/source/core/docnode/
H A Dthreadmanager.cxx126 std::deque< tThreadData >::iterator aIter = in RemoveThread() local
130 if ( aIter != maStartedThreads.end() ) in RemoveThread()
132 tThreadData aTmpThreadData( (*aIter) ); in RemoveThread()
134 maStartedThreads.erase( aIter ); in RemoveThread()
155 aIter = std::find_if( maWaitingForStartThreads.begin(), in RemoveThread()
158 if ( aIter != maWaitingForStartThreads.end() ) in RemoveThread()
160 maWaitingForStartThreads.erase( aIter ); in RemoveThread()
/aoo41x/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx79 SfxWhichIter aIter(rStyle); in ImpAddStyleSheet() local
80 sal_uInt16 nWhich = aIter.FirstWhich(); in ImpAddStyleSheet()
89 nWhich = aIter.NextWhich(); in ImpAddStyleSheet()
445 SfxWhichIter aIter(*mpItemSet); in SetModel() local
446 sal_uInt16 nWhich = aIter.FirstWhich(); in SetModel()
455 nWhich = aIter.NextWhich(); in SetModel()
504 SfxWhichIter aIter(*pDestItemSet); in ForceStyleToHardAttributes() local
505 sal_uInt16 nWhich(aIter.FirstWhich()); in ForceStyleToHardAttributes()
518 nWhich = aIter.NextWhich(); in ForceStyleToHardAttributes()
/aoo41x/main/sw/source/core/fields/
H A Dddefld.cxx121 SwClientIter aIter( rFldType ); // TODO in DataChanged() local
122 SwClient * pLast = aIter.GoStart(); in DataChanged()
139 } while( 0 != ( pLast = ++aIter )); in DataChanged()
183 SwClientIter aIter( rFldType ); // TODO in GetAnchor() local
184 SwClient * pLast = aIter.GoStart(); in GetAnchor()
200 } while( 0 != ( pLast = ++aIter )); in GetAnchor()
210 SwClientIter aIter( rFldType ); // TODO in IsInRange() local
211 SwClient * pLast = aIter.GoStart(); in IsInRange()
239 } while( 0 != ( pLast = ++aIter )); in IsInRange()
/aoo41x/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx332 TreeNodeVector::iterator aIter( maChilds.begin() ); in ~MutableTreeNode() local
333 while( aIter != maChilds.end() ) in ~MutableTreeNode()
334 (*aIter++)->setParent(0); in ~MutableTreeNode()
430 TreeNodeVector::iterator aIter( maChilds.begin() ); in insertChildByIndex() local
432 aIter++; in insertChildByIndex()
434 maChilds.insert( aIter, xImpl ); in insertChildByIndex()
450 TreeNodeVector::iterator aIter( maChilds.begin() ); in removeChildByIndex() local
452 aIter++; in removeChildByIndex()
454 if( aIter != maChilds.end() ) in removeChildByIndex()
456 xImpl = (*aIter); in removeChildByIndex()
[all …]
/aoo41x/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx214 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in getByName() local
223 bFound = aIter.next( aPrefix, aURL ); in getByName()
235 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in getElementNames() local
242 while( aIter.next( aPrefix, aURL ) ) in getElementNames()
261 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in hasByName() local
270 bFound = aIter.next( aPrefix, aURL ); in hasByName()
285 NamespaceIteratorImpl aIter( mpWhichIds, mpPool ); in hasElements() local
290 return aIter.next( aPrefix, aURL ); in hasElements()
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx65 ContentsMap::iterator aIter = m_aContents.begin(); in ~ContentProvider() local
66 for (;aIter != m_aContents.end() ;++aIter ) in ~ContentProvider()
68 if(aIter->second->m_bIsOpen) in ~ContentProvider()
69 closeDocument(aIter->first); in ~ContentProvider()
263 ContentsMap::iterator aIter = m_aContents.find(_sDocumentId); in closeDocument() local
264 if(aIter != m_aContents.end()) in closeDocument()
276 aIter->second->m_bIsOpen = sal_False; in closeDocument()
282 ContentsMap::iterator aIter = m_aContents.find(_sDocumentId); in saveDocument() local
283 if(aIter != m_aContents.end()) in saveDocument()
297 aIter->second->m_sDocumentId = rtl::OString(lpszDocId); in saveDocument()
/aoo41x/main/forms/source/xforms/
H A Dmodel.cxx308 for( MIPs_t::iterator aIter = maMIPs.begin(); in removeMIPs() local
309 aIter != maMIPs.end(); ) in removeMIPs()
311 if( aIter->second.first == pTag ) in removeMIPs()
313 MIPs_t::iterator next( aIter ); ++next; in removeMIPs()
314 maMIPs.erase( aIter ); in removeMIPs()
315 aIter = next; in removeMIPs()
318 ++aIter; in removeMIPs()
335 MIPs_t::const_iterator aIter = maMIPs.lower_bound( xCurrent ); in queryMIP() local
336 for( ; aIter != aEnd; aIter++ ) in queryMIP()
337 aMIP.join( aIter->second.second ); in queryMIP()
/aoo41x/main/connectivity/source/cpool/
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()
/aoo41x/main/sc/source/core/data/
H A Dautonamecache.cxx65 ScCellIterator aIter( pDoc, ScRange( 0, 0, nCurrentTab, MAXCOL, MAXROW, nCurrentTab ) ); in GetNameOccurences() local
66 for ( ScBaseCell* pCell = aIter.GetFirst(); pCell; pCell = aIter.GetNext() ) in GetNameOccurences()
98 rAddresses.push_back( ScAddress( aIter.GetCol(), aIter.GetRow(), aIter.GetTab() ) ); in GetNameOccurences()
/aoo41x/main/sc/source/ui/navipi/
H A Dcontent.cxx185 SdrObject* pObject = aIter.Next(); in getAltLongDescText()
193 pObject = aIter.Next(); in getAltLongDescText()
983 SdrObject* pObject = aIter.Next(); in GetDrawNames()
1027 pObject = aIter.Next(); in GetDrawNames()
1120 for( ScBaseCell* pCell = aIter.GetFirst(); pCell; pCell = aIter.GetNext() ) in GetNoteStrings()
1137 ScBaseCell* pCell = aIter.GetFirst(); in GetNotePos()
1143 return ScAddress( aIter.GetCol(), aIter.GetRow(), nTab ); // gefunden in GetNotePos()
1146 pCell = aIter.GetNext(); in GetNotePos()
1186 pCell = aIter.GetNext(); in NoteStringsChanged()
1224 SdrObject* pObject = aIter.Next(); in DrawNamesChanged()
[all …]
/aoo41x/main/svtools/source/dialogs/
H A Dmcvmath.cxx135 FixCpx aIter(1L); // e**(0*i) in ImpExPI() local
145 aIter *= Mul; in ImpExPI()
149 return aIter; in ImpExPI()
175 FixCpx aIter(1L); in ImpATanx2() local
204 aTry = aIter*aInc; in ImpATanx2()
211 aIter = aTry; in ImpATanx2()
220 aIter = aTry; in ImpATanx2()

Completed in 147 milliseconds

12345678910>>...34