Home
last modified time | relevance | path

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

12345678910>>...34

/trunk/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx251 std::vector< ::rtl::OUString >::iterator aIter = m_aDropdownMenuList.begin(); in executeControlCommand() local
252 aIter += nPos; in executeControlCommand()
253 m_aDropdownMenuList.insert( aIter, aText ); in executeControlCommand()
266 … std::vector< ::rtl::OUString >::iterator aIter = m_aDropdownMenuList.begin(); in executeControlCommand() local
267 aIter += nPos; in executeControlCommand()
268 m_aDropdownMenuList.erase( aIter ); in executeControlCommand()
289 … std::vector< ::rtl::OUString >::iterator aIter = m_aDropdownMenuList.begin(); in executeControlCommand() local
290 aIter += j; in executeControlCommand()
291 m_aDropdownMenuList.erase( aIter ); in executeControlCommand()
/trunk/main/sw/source/filter/writer/
H A Dwrt_fn.cxx70 SfxItemIter aIter( *pSet ); in Out_SfxItemSet() local
71 pItem = aIter.GetCurItem(); in Out_SfxItemSet()
75 } while( !aIter.IsAtEnd() && 0 != ( pItem = aIter.NextItem() ) ); in Out_SfxItemSet()
79 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet() local
80 sal_uInt16 nWhich = aIter.FirstWhich(); in Out_SfxItemSet()
90 nWhich = aIter.NextWhich(); in Out_SfxItemSet()
/trunk/main/slideshow/source/engine/
H A Dunoviewcontainer.cxx78 UnoViewVector::iterator aIter; in removeView() local
81 if( (aIter=::std::find_if( maViews.begin(), in removeView()
106 UnoViewSharedPtr pView( *aIter ); in removeView()
109 maViews.erase( aIter ); in removeView()
118 UnoViewVector::iterator aIter; in removeView() local
119 if( (aIter=::std::find( maViews.begin(), in removeView()
133 maViews.erase( aIter ); in removeView()
/trunk/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 …]
/trunk/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()
/trunk/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 …]
/trunk/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()
869 SfxItemIter aIter( rCmpSet ); in lcl_Search() local
895 if( aIter.IsAtEnd() ) in lcl_Search()
897 pItem = aIter.NextItem(); in lcl_Search()
1263 SfxItemIter aIter( *pSet ); in Find()
1272 if( aIter.IsAtEnd() ) in Find()
[all …]
/trunk/main/xmloff/source/transform/
H A DEventOOoTContext.cxx137 XMLTransformerOOoEventMap_Impl::const_iterator aIter = rMap.find( aKey ); in GetEventName() local
138 if( aIter == rMap.end() ) in GetEventName()
145 rNewName = (*aIter).second.m_aLocalName; in GetEventName()
146 return (*aIter).second.m_nPrefix; in GetEventName()
171 XMLTransformerActions::const_iterator aIter = in StartElement() local
173 if( !(aIter == pActions->end() ) ) in StartElement()
182 switch( (*aIter).second.m_nActionType ) in StartElement()
195 static_cast<sal_uInt16>((*aIter).second.m_nParam1); in StartElement()
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()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.cxx91 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
92 for(;aIter != m_aPropertyMap.end();++aIter) in ~OPropertyMap()
93 if(aIter->second) in ~OPropertyMap()
94 rtl_uString_release(aIter->second); in ~OPropertyMap()
100 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(_nIndex); in getNameByIndex()
101 if(aIter == m_aPropertyMap.end()) in getNameByIndex()
104 sRet = aIter->second; in getNameByIndex()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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 …]
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx954 for( EntryHash::iterator aIter = aEntries.begin(); aIter != aEntries.end(); aIter++ ) in recover() local
956 ZipEntry aTmp = (*aIter).second; in recover()
959 if( (*aIter).second.nFlag & 8 ) in recover()
962 …if ( nStreamOffset == (*aIter).second.nOffset && nCompressedSize > (*aIter).second.nCompressedSize… in recover()
976 (*aIter).second.nCrc = nCRC32; in recover()
977 (*aIter).second.nCompressedSize = nCompressedSize; in recover()
978 (*aIter).second.nSize = nSize; in recover()
983 else if( !(*aIter).second.nCompressedSize ) in recover()
985 (*aIter).second.nCrc = nCRC32; in recover()
987 (*aIter).second.nCompressedSize = nGenPos + nPos - (*aIter).second.nOffset; in recover()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1560 for( nIndex = 1, aIter = rVector.begin(); aIter != rVector.end(); aIter++, nIndex++ ) in findOrAppendImpl()
1562 if( (*aIter) == rText ) in findOrAppendImpl()
1567 if( aIter == rVector.end() ) in findOrAppendImpl()
1582 for( nIndex = 1, aIter = rVector.begin(); aIter != rVector.end(); aIter++, nIndex++ ) in findOrAppendImpl()
1678 …for( nIndex = 1, aIter = maHeaderDeclsVector.begin(); aIter != maHeaderDeclsVector.end(); aIter++,… in ImpWriteHeaderFooterDecls()
1685 Characters((*aIter)); in ImpWriteHeaderFooterDecls()
1695 …for( nIndex = 1, aIter = maFooterDeclsVector.begin(); aIter != maFooterDeclsVector.end(); aIter++,… in ImpWriteHeaderFooterDecls()
1702 Characters((*aIter)); in ImpWriteHeaderFooterDecls()
1712 …for( nIndex = 1, aIter = maDateTimeDeclsVector.begin(); aIter != maDateTimeDeclsVector.end(); aIte… in ImpWriteHeaderFooterDecls()
2727 while( aIter != aEnd ) in exportAutoDataStyles()
[all …]
/trunk/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()
/trunk/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()

Completed in 217 milliseconds

12345678910>>...34