Home
last modified time | relevance | path

Searched refs:aIter (Results 151 – 175 of 829) sorted by relevance

12345678910>>...34

/aoo41x/main/svx/source/sdr/properties/
H A Ditemsettools.cxx45 SdrObjListIter aIter((const SdrObjGroup&)rObj, IM_DEEPNOGROUPS); in ItemChangeBroadcaster() local
48 ((RectangleVector*)mpData)->reserve(aIter.Count()); in ItemChangeBroadcaster()
50 while(aIter.IsMore()) in ItemChangeBroadcaster()
52 SdrObject* pObj = aIter.Next(); in ItemChangeBroadcaster()
116 SfxWhichIter aIter(rSet); in ScaleItemSet() local
117 sal_uInt16 nWhich(aIter.FirstWhich()); in ScaleItemSet()
131 nWhich = aIter.NextWhich(); in ScaleItemSet()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dappletshape.cxx141 ViewAppletShapeVector::const_iterator aIter(maViewAppletShapes.begin()); in implViewChanged() local
143 while( aIter != aEnd ) in implViewChanged()
145 if( (*aIter)->getViewLayer()->isOnView(rView) ) in implViewChanged()
146 (*aIter)->resize(getBounds()); in implViewChanged()
148 ++aIter; in implViewChanged()
208 ViewAppletShapeVector::iterator aIter; in removeViewLayer() local
210 if( (aIter=::std::remove_if( maViewAppletShapes.begin(), in removeViewLayer()
223 maViewAppletShapes.erase( aIter, aEnd ); in removeViewLayer()
H A Dmediashape.cxx118 ViewMediaShapeVector::const_iterator aIter(maViewMediaShapes.begin()); in implViewChanged() local
120 while( aIter != aEnd ) in implViewChanged()
122 if( (*aIter)->getViewLayer()->isOnView(rView) ) in implViewChanged()
123 (*aIter)->resize(getBounds()); in implViewChanged()
125 ++aIter; in implViewChanged()
174 ViewMediaShapeVector::iterator aIter; in removeViewLayer() local
176 if( (aIter=::std::remove_if( maViewMediaShapes.begin(), in removeViewLayer()
189 maViewMediaShapes.erase( aIter, aEnd ); in removeViewLayer()
H A Dviewshape.cxx249 while( aIter != aEnd ) in draw()
251 if( !pRenderer->drawSubset( aIter->getStartIndex(), in draw()
252 aIter->getEndIndex() ) ) in draw()
255 ++aIter; in draw()
759 RendererCacheVector::iterator aIter; in getCacheEntry() local
763 if( (aIter=::std::find_if( maRenderers.begin(), in getCacheEntry()
788 aIter = maRenderers.end()-1; in getCacheEntry()
791 return aIter; in getCacheEntry()
800 const RendererCacheVector::iterator aIter( in getRenderer() local
807 if( prefetch( *aIter, in getRenderer()
[all …]
/aoo41x/main/sd/source/ui/func/
H A Dsmarttag.cxx183 std::set< SmartTagReference >::iterator aIter( maSet.find( xTag ) ); in remove() local
184 if( aIter != maSet.end() ) in remove()
185 maSet.erase( aIter ); in remove()
201 for( std::set< SmartTagReference >::iterator aIter( aSet.begin() ); aIter != aSet.end(); ) in Dispose() local
202 (*aIter++)->Dispose(); in Dispose()
346 for( std::set< SmartTagReference >::iterator aIter( maSet.begin() ); aIter != maSet.end(); ) in addCustomHandles() local
347 (*aIter++)->addCustomHandles( rHandlerList ); in addCustomHandles()
/aoo41x/main/xmloff/source/transform/
H A DEventOASISTContext.cxx131 XMLTransformerOASISEventMap_Impl::const_iterator aIter = in GetEventName() local
133 if( !(aIter == pMap2->end()) ) in GetEventName()
134 return (*aIter).second; in GetEventName()
137 XMLTransformerOASISEventMap_Impl::const_iterator aIter = rMap.find( aKey ); in GetEventName() local
138 if( aIter == rMap.end() ) in GetEventName()
141 return (*aIter).second; in GetEventName()
268 XMLTransformerActions::const_iterator aIter = in StartElement() local
270 if( !(aIter == pActions->end() ) ) in StartElement()
279 switch( (*aIter).second.m_nActionType ) in StartElement()
336 static_cast<sal_uInt16>((*aIter).second.m_nParam1); in StartElement()
H A DChartPlotAreaOOoTContext.cxx167 XMLAxisContextVector::iterator aIter = m_aChildContexts.begin(); in CreateChildContext() local
171 for( ; ! bFound && aIter != m_aChildContexts.end(); ++aIter ) in CreateChildContext()
173 XMLAxisOOoContext * pAxisContext = (*aIter).get(); in CreateChildContext()
228 XMLAxisContextVector::iterator aIter = m_aChildContexts.begin(); in ExportContent() local
230 for( ; aIter != m_aChildContexts.end(); ++aIter ) in ExportContent()
232 (*aIter)->Export(); in ExportContent()
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()
/aoo41x/main/package/source/xstor/
H A Dohierarchyholder.cxx140 OHierarchyElementList_Impl::iterator aIter = m_aChildren.find( aNextName ); in GetStreamHierarchically() local
141 if ( aIter != m_aChildren.end() ) in GetStreamHierarchically()
142 aElement = aIter->second; in GetStreamHierarchically()
197 OHierarchyElementList_Impl::iterator aIter = m_aChildren.find( aNextName ); in RemoveStreamHierarchically() local
198 if ( aIter != m_aChildren.end() ) in RemoveStreamHierarchically()
199 aElement = aIter->second; in RemoveStreamHierarchically()
308 for ( OHierarchyElementList_Impl::iterator aIter = m_aChildren.begin(); in RemoveElement() local
309 aIter != m_aChildren.end(); /* increment is done in body */) in RemoveElement()
311 OHierarchyElementList_Impl::iterator aTmpIter = aIter; in RemoveElement()
312 aIter++; in RemoveElement()
/aoo41x/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx559 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMousePressedEvent()
561 while( aIter.hasMoreElements() ) in fireMousePressedEvent()
563 uno::Reference< awt::XMouseListener >( aIter.next(), in fireMousePressedEvent()
578 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMouseReleasedEvent()
580 while( aIter.hasMoreElements() ) in fireMouseReleasedEvent()
582 uno::Reference< awt::XMouseListener >( aIter.next(), in fireMouseReleasedEvent()
598 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireMouseMovedEvent()
600 while( aIter.hasMoreElements() ) in fireMouseMovedEvent()
617 ::cppu::OInterfaceIteratorHelper aIter( *pContainer ); in fireSetFocusEvent()
619 while( aIter.hasMoreElements() ) in fireSetFocusEvent()
[all …]
/aoo41x/main/sdext/source/minimizer/
H A Doptimizationstats.cxx59 …std::map< PPPOptimizerTokenEnum, uno::Any, Compare >::const_iterator aIter( maStats.find( eStat ) … in GetStatusValue() local
60 return aIter != maStats.end() ? &((*aIter).second) : NULL; in GetStatusValue()
69 std::map< PPPOptimizerTokenEnum, uno::Any, Compare >::iterator aIter( maStats.begin() ); in GetStatusSequence() local
70 while( aIter != maStats.end() ) in GetStatusSequence()
72 aStatsSequence[ i ].Name = TKGet( (*aIter).first ); in GetStatusSequence()
73 aStatsSequence[ i++ ].Value <<= (*aIter++).second; in GetStatusSequence()
/aoo41x/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx55 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommandURL ); in isFeatureSupported() local
56 if ( aIter != m_aSupportedFeatures.end() ) in isFeatureSupported()
69 …for ( SupportedFeatures::const_iterator aIter( m_aSupportedFeatures.begin() ); aIter != aEnd; ++aI… in fireStatusEvent() local
71 FeatureState aFeatureState( getState( aIter->first ) ); in fireStatusEvent()
72 …fireStatusEventForURL( aIter->first, aFeatureState.aState, aFeatureState.bEnabled, xSingleListener… in fireStatusEvent()
/aoo41x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx472 while ( aIter != aEnd ) in GetDoubleSequence()
473 *pValues++ = *aIter++; in GetDoubleSequence()
530 while ( aIter != aEnd ) in GetEnhancedParameterPairSequence()
531 *pValues++ = *aIter++; in GetEnhancedParameterPairSequence()
563 while ( aIter != aEnd ) in GetEnhancedRectangleSequence()
564 *pValues++ = *aIter++; in GetEnhancedRectangleSequence()
820 while ( aIter != aEnd ) in GetAdjustmentValues()
821 *pValues++ = *aIter++; in GetAdjustmentValues()
1094 while ( aIter != aEnd ) in SdXMLCustomShapePropertyMerge()
1095 *pValues++ = *aIter++; in SdXMLCustomShapePropertyMerge()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dannotsh.cxx636 SfxWhichIter aIter(rSet); in GetState() local
870 nWhich = aIter.NextWhich(); in GetState()
969 SfxWhichIter aIter(rSet); in StateClpbrd() local
1010 nWhich = aIter.NextWhich(); in StateClpbrd()
1016 SfxWhichIter aIter( rSet ); in StateStatusLine() local
1035 nWhich = aIter.NextWhich(); in StateStatusLine()
1046 SfxWhichIter aIter(rSet); in StateInsert() local
1091 nWhich = aIter.NextWhich(); in StateInsert()
1339 SfxWhichIter aIter(rSet); in GetLinguState() local
1533 SfxWhichIter aIter(rSet); in StateUndo() local
[all …]
/aoo41x/main/editeng/source/rtf/
H A Dsvxrtf.cxx899 SfxWhichIter aIter( rSet ); in _ClearStyleAttr() local
906 for( sal_uInt16 nWhich = aIter.GetCurWhich(); nWhich; nWhich = aIter.NextWhich() ) in _ClearStyleAttr()
920 for( sal_uInt16 nWhich = aIter.GetCurWhich(); nWhich; nWhich = aIter.NextWhich() ) in _ClearStyleAttr()
967 if( aIter.IsAtEnd() ) in AttrGroupEnd()
969 pItem = aIter.NextItem(); in AttrGroupEnd()
1393 SfxItemIter aIter( aMrgSet ); in Compress() local
1401 if( aIter.IsAtEnd() ) in Compress()
1403 aIter.NextItem(); in Compress()
1443 SfxItemIter aIter( rDefaults ); in SetRTFDefaults() local
1449 if( aIter.IsAtEnd() ) in SetRTFDefaults()
[all …]
/aoo41x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx868 while ( aIter.hasMoreElements() ) in notifyPropertiesChange()
872 aIter.next(), uno::UNO_QUERY ); in notifyPropertiesChange()
892 while ( aIter.hasMoreElements() ) in notifyPropertiesChange()
898 aIter.next() ); in notifyPropertiesChange()
946 while ( aIter.hasMoreElements() ) in notifyPropertySetInfoChange()
950 xListener( aIter.next(), uno::UNO_QUERY ); in notifyPropertySetInfoChange()
964 cppu::OInterfaceIteratorHelper aIter( in notifyCommandInfoChange() local
966 while ( aIter.hasMoreElements() ) in notifyCommandInfoChange()
970 xListener( aIter.next(), uno::UNO_QUERY ); in notifyCommandInfoChange()
985 while ( aIter.hasMoreElements() ) in notifyContentEvent()
[all …]
/aoo41x/main/sc/source/ui/view/
H A Ddrawview.cxx304 SdrObjListIter aIter( GetMarkedObjectList() ); in HasMarkedControl() local
305 for( SdrObject* pObj = aIter.Next(); pObj; pObj = aIter.Next() ) in HasMarkedControl()
314 SdrObjListIter aIter( GetMarkedObjectList() ); in HasMarkedInternal() local
315 for( SdrObject* pObj = aIter.Next(); pObj; pObj = aIter.Next() ) in HasMarkedInternal()
706 SdrObjListIter aIter( *pPage, IM_DEEPNOGROUPS ); in GetObjectByName() local
707 SdrObject* pObject = aIter.Next(); in GetObjectByName()
714 pObject = aIter.Next(); in GetObjectByName()
740 SdrObject* pObject = aIter.Next(); in SelectCurrentViewObject()
748 pObject = aIter.Next(); in SelectCurrentViewObject()
794 SdrObject* pObject = aIter.Next(); in SelectObject()
[all …]
/aoo41x/main/svx/source/table/
H A Dpropertyset.cxx72 PropertyVector::const_iterator aIter( rProps.begin() ); in addProperties() local
75 const Property& rProperty = (*aIter++); in addProperties()
85 PropertyMap::iterator aIter( maMap.find( aName ) ); in getProperty() local
86 if( aIter == maMap.end() ) in getProperty()
88 return maProperties[(*aIter).second]; in getProperty()
95 PropertyMap::iterator aIter( maMap.find( aName ) ); in hasProperty() local
96 if( aIter == maMap.end() ) in hasProperty()
99 return &maProperties[(*aIter).second]; in hasProperty()
/aoo41x/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()
/aoo41x/main/slideshow/source/engine/
H A Dunoviewcontainer.cxx77 UnoViewVector::iterator aIter; in removeView() local
80 if( (aIter=::std::find_if( maViews.begin(), in removeView()
105 UnoViewSharedPtr pView( *aIter ); in removeView()
108 maViews.erase( aIter ); in removeView()
117 UnoViewVector::iterator aIter; in removeView() local
118 if( (aIter=::std::find( maViews.begin(), in removeView()
132 maViews.erase( aIter ); in removeView()
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx206 for( ChildListVectorType::iterator aIter = aLocalChildList.begin() ; in NotifyEvent() local
207 ( aIter != aEndIter ) && ( ! bStop ) ; in NotifyEvent()
208 ++aIter ) in NotifyEvent()
213 ( (*aIter).get() )).NotifyEvent( eEventType, rId ); in NotifyEvent()
461 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in KillAllChildren() local
462 aIter != aEndIter; ++aIter ) in KillAllChildren()
464 aOld <<= (*aIter); in KillAllChildren()
467 xComp.set( *aIter, UNO_QUERY ); in KillAllChildren()
733 aIter != aLocalChildList.end(); ++aIter ) in getAccessibleAtPoint()
735 aComp.set( *aIter, UNO_QUERY ); in getAccessibleAtPoint()
[all …]
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx199 XMLFilterVector::const_iterator aIter( rFilters.begin() ); in savePackage() local
200 while( aIter != rFilters.end() ) in savePackage()
202 const filter_info_impl* pFilter = (*aIter); in savePackage()
229 aIter++; in savePackage()
316 XMLFilterVector::iterator aIter( aFilters.begin() ); in openPackage() local
317 while( aIter != aFilters.end() ) in openPackage()
319 if( copyFiles( xIfc, (*aIter) ) ) in openPackage()
321 rFilters.push_back( (*aIter) ); in openPackage()
326 delete (*aIter); in openPackage()
328 aIter++; in openPackage()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/xmloff/source/text/
H A DXMLRedlineExport.cxx102 for( ChangesMapType::iterator aIter = aChangeMap.begin(); in ~XMLRedlineExport() local
103 aIter != aChangeMap.end(); in ~XMLRedlineExport()
104 aIter++ ) in ~XMLRedlineExport()
106 delete aIter->second; in ~XMLRedlineExport()
172 for( ChangesListType::iterator aIter = pChangesList->begin(); in ExportChangesList() local
173 aIter != pChangesList->end(); in ExportChangesList()
174 aIter++ ) in ExportChangesList()
176 ExportChangedRegion( *aIter ); in ExportChangesList()
190 ChangesMapType::iterator aIter = aChangeMap.find(rText); in SetCurrentXText() local
191 if (aIter == aChangeMap.end()) in SetCurrentXText()
[all …]

Completed in 127 milliseconds

12345678910>>...34