Home
last modified time | relevance | path

Searched refs:aIter (Results 126 – 150 of 827) sorted by relevance

12345678910>>...34

/trunk/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx73 PropertyInfoHash::iterator aIter = maMap.find( aName ); in add() local
74 if( aIter != maMap.end() ) in add()
98 PropertyInfoHash::iterator aIter = maMap.begin(); in getProperties() local
100 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
102 PropertyInfo* pInfo = (*aIter).second; in getProperties()
118 PropertyInfoHash::iterator aIter = maMap.find( rName ); in getPropertyByName() local
120 if ( maMap.end() == aIter ) in getPropertyByName()
123 PropertyInfo *pInfo = (*aIter).second; in getPropertyByName()
H A Dpropertysetinfo.cxx79 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add() local
80 if( aIter != maPropertyMap.end() ) in add()
118 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties() local
120 while( aIter != aEnd ) in getProperties()
122 PropertyMapEntry* pEntry = (*aIter).second; in getProperties()
130 aIter++; in getProperties()
144 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName() local
146 if( maPropertyMap.end() == aIter ) in getPropertyByName()
149 PropertyMapEntry* pEntry = (*aIter).second; in getPropertyByName()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx426 SdrObject* pObject = aIter.Next(); in HasArrow()
447 pObject = aIter.Next(); in HasArrow()
701 SdrObject* pObject = aIter.Next(); in DeleteArrowsAt()
711 pObject = aIter.Next(); in DeleteArrowsAt()
788 pObject = aIter.Next(); in DeleteBox()
859 while ( aIter.GetNextRef( aRef ) ) in InsertPredLevel()
958 while ( aIter.GetNextRef( aRef) ) in FindPredLevel()
1016 while ( aIter.GetNextRef( aRef ) ) in InsertErrorLevel()
1332 pObject = aIter.Next(); in DeleteAll()
1438 for( SdrObject* pObject = aIter.Next(); pObject; pObject = aIter.Next() ) in UpdateAllComments()
[all …]
/trunk/main/xmloff/source/script/
H A DXMLEventExport.cxx71 for( HandlerMap::iterator aIter = in ~XMLEventExport() local
73 aIter != aEnd; in ~XMLEventExport()
74 aIter++ ) in ~XMLEventExport()
76 delete aIter->second; in ~XMLEventExport()
144 NameMap::iterator aIter = aNameTranslationMap.find(aNames[i]); in Export() local
145 if (aIter != aNameTranslationMap.end()) in Export()
147 const XMLEventName& rXmlName = aIter->second; in Export()
192 NameMap::iterator aIter = aNameTranslationMap.find(rApiEventName); in ExportSingleEvent() local
193 if (aIter != aNameTranslationMap.end()) in ExportSingleEvent()
195 const XMLEventName& rXmlName = aIter->second; in ExportSingleEvent()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx454 pOldObject = aIter.Next(); in ScCopyPage()
796 pObject = aIter.Next(); in GetPrintArea()
1029 pObject = aIter.Next(); in MoveAreaTwips()
1211 pObject = aIter.Next(); in HasObjectsInRows()
1239 pObject = aIter.Next();
1290 pObject = aIter.Next(); in DeleteObjectsInArea()
1353 pObject = aIter.Next(); in DeleteObjectsInSelection()
1427 pOldObject = aIter.Next(); in CopyToClip()
1676 pOldObject = aIter.Next(); in CopyFromClip()
1815 pObject = aIter.Next(); in GetNamedObject()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx633 rBkmArr.erase( aIter++ ); in lcl_ExportBookmark()
658 rBkmArr.erase( aIter++ ); in lcl_ExportBookmark()
672 aIter != aEnd; ) in lcl_ExportSoftPageBreak()
674 if ( nIndex > *aIter ) in lcl_ExportSoftPageBreak()
676 rBreakArr.erase( aIter++ ); in lcl_ExportSoftPageBreak()
679 if ( nIndex < *aIter ) in lcl_ExportSoftPageBreak()
684 rBreakArr.erase( aIter++ ); in lcl_ExportSoftPageBreak()
1133 aIter != aEnd; ) in lcl_ExportRedline()
1139 rRedlineArr.erase ( aIter++ ); in lcl_ExportRedline()
1145 rRedlineArr.erase ( aIter++ ); in lcl_ExportRedline()
[all …]
/trunk/main/unotools/source/property/
H A Dpropertysetinfo.cxx76 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add() local
77 if( aIter != maPropertyMap.end() ) in add()
115 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties() local
117 while( aIter != aEnd ) in getProperties()
119 PropertyMapEntry* pEntry = (*aIter).second; in getProperties()
126 aIter++; in getProperties()
140 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName() local
142 if( maPropertyMap.end() == aIter ) in getPropertyByName()
145 PropertyMapEntry* pEntry = (*aIter).second; in getPropertyByName()
/trunk/main/slideshow/source/engine/slide/
H A Dlayer.cxx76 ViewEntryVector::iterator aIter; in addView() local
78 if( (aIter=std::find_if( maViewEntries.begin(), in addView()
86 return aIter->mpViewLayer; in addView()
109 ViewEntryVector::iterator aIter; in removeView() local
111 if( (aIter=std::find_if( maViewEntries.begin(), in removeView()
130 ViewLayerSharedPtr pRet( aIter->mpViewLayer ); in removeView()
131 maViewEntries.erase(aIter); in removeView()
138 ViewEntryVector::iterator aIter; in viewChanged() local
140 if( (aIter=std::find_if( maViewEntries.begin(), in viewChanged()
151 aIter->mpViewLayer->resize(maBounds); in viewChanged()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1031 if ( aIter != GetDocProps().end() in OutputFileDialog()
1033 GetMediaDescr()[aIter->first] = aIter->second; in OutputFileDialog()
1036 if ( aIter != GetDocProps().end() in OutputFileDialog()
1038 GetMediaDescr()[aIter->first] = aIter->second; in OutputFileDialog()
1052 if ( aIter != GetDocProps().end() ) in OutputFileDialog()
1053 GetMediaDescr()[aIter->first] = aIter->second; in OutputFileDialog()
1056 if ( aIter != GetDocProps().end() ) in OutputFileDialog()
1057 GetMediaDescr()[aIter->first] = aIter->second; in OutputFileDialog()
1538 aModelData.GetMediaDescr()[aIter->first] = aIter->second; in GUIStoreModel()
1543 aModelData.GetMediaDescr()[aIter->first] = aIter->second; in GUIStoreModel()
[all …]
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx763 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in Modify() local
764 for( SwFmtFld* pFmtFld = aIter.First(); pFmtFld; pFmtFld = aIter.Next() ) in Modify()
813 SwIterator<SwFmtFld,SwFieldType> aIter( *pFldType ); in FindAnchor() local
814 for( SwFmtFld* pFmtFld = aIter.First(); pFmtFld; pFmtFld = aIter.Next() ) in FindAnchor()
928 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in SV_IMPL_PTRARR() local
929 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SV_IMPL_PTRARR()
937 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in SV_IMPL_PTRARR() local
938 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SV_IMPL_PTRARR()
988 for( SwFmtFld* pF = aIter.First(); pF; pF = aIter.Next() ) in SV_IMPL_PTRARR()
1026 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in MergeWithOtherDoc() local
[all …]
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx520 …or(OSQLColumns::Vector::const_iterator aIter = m_aColumns->get().begin();aIter != m_aColumns->get(… in refreshColumns() local
625 ++aIter, i++) in fetchRow()
643 Reference< XPropertySet> xColumn = *aIter; in fetchRow()
831 if(aIter != m_aRowPosToFilePos.end()) in seekRow()
833 m_nFilePos = aIter->second->first; in seekRow()
834 nCurPos = aIter->second->second; in seekRow()
847 aIter = m_aRowPosToFilePos.upper_bound(nOffset); in seekRow()
848 if(aIter == m_aRowPosToFilePos.end()) in seekRow()
858 --aIter; in seekRow()
859 m_nRowPos = aIter->first; in seekRow()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx116 …:ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()+1;aIter != aEnd;… in insertRow() local
118 aIter->setSigned(m_aSignedFlags[i-1]); in insertRow()
119 updateColumn(i,m_xUpdRow,*aIter); in insertRow()
131 …:ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()+1;aIter != aEnd;… in updateRow() local
133 aIter->setSigned(aOrgIter->isSigned()); in updateRow()
134 updateColumn(i,m_xUpdRow,*aIter); in updateRow()
H A DBookmarkSet.cxx116 …:ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()+1;aIter != aEnd;… in insertRow() local
118 aIter->setSigned(m_aSignedFlags[i-1]); in insertRow()
119 updateColumn(i,xUpdRow,*aIter); in insertRow()
139 …:ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()+1;aIter != aEnd;… in updateRow() local
141 aIter->setSigned(aOrgIter->isSigned()); in updateRow()
142 updateColumn(i,xUpdRow,*aIter); in updateRow()
H A DHelperCollections.cxx94 …::connectivity::OSQLColumns::Vector::const_iterator aIter = find(m_aColumns->get().begin(),m_aColu… in createObject()
95 if(aIter == m_aColumns->get().end()) in createObject()
96aIter = findRealName(m_aColumns->get().begin(),m_aColumns->get().end(),_rName,isCaseSensitive()); in createObject()
98 if(aIter != m_aColumns->get().end()) in createObject()
99 return connectivity::sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()
110 OSQLTables::iterator aIter = m_aTables.find(_rName); in createObject() local
111 OSL_ENSURE(aIter != m_aTables.end(),"Table not found!"); in createObject()
112 OSL_ENSURE(aIter->second.is(),"Table is null!"); in createObject()
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx336 DataFlavorExVector::iterator aIter( mpFormats->begin() ), aEnd( mpFormats->end() ); in IsDropFormatSupported() local
339 while( aIter != aEnd ) in IsDropFormatSupported()
341 if( nFormat == (*aIter++).mnSotId ) in IsDropFormatSupported()
344 aIter = aEnd; in IsDropFormatSupported()
355 DataFlavorExVector::iterator aIter( mpFormats->begin() ), aEnd( mpFormats->end() ); in IsDropFormatSupported() local
358 while( aIter != aEnd ) in IsDropFormatSupported()
360 if( TransferableDataHelper::IsEqual( rFlavor, *aIter++ ) ) in IsDropFormatSupported()
363 aIter = aEnd; in IsDropFormatSupported()
430 TDataCntnrEntryList::iterator aIter( pImpl->aFmtList.begin() ), in GetData() local
436 for( ; aIter != aEnd; ++aIter ) in GetData()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx188 OCopyTableWizard::TNameMapping::iterator aIter = pWiz->m_mNameMapping.begin(); in CellModified() local
192 for(;aIter != aEnd;++aIter) in CellModified()
194 if ( aCase(aIter->second,sName) ) in CellModified()
196 aIter->second = sNewName; in CellModified()
338 ODatabaseExport::TColumnVector::const_iterator aIter = pDestColumns->begin(); in Reset() local
340 for(;aIter != aEnd;++aIter) in Reset()
343 if((*aIter)->second->IsPrimaryKey()) in Reset()
344 nPos = m_lbColumnNames.InsertEntry((*aIter)->first, m_imgPKey ); in Reset()
346 nPos = m_lbColumnNames.InsertEntry((*aIter)->first); in Reset()
347 m_lbColumnNames.SetEntryData(nPos,(*aIter)->second); in Reset()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx180 EffectsSubTypeMap::iterator aIter( maSubTypes.begin() ); in getSubTypes() local
182 while( aIter != aEnd ) in getSubTypes()
183 aSubTypes.push_back( (*aIter++).first ); in getSubTypes()
389 while( aIter != aEnd ) in importEffects()
391 CustomAnimationEffectPtr pEffect = (*aIter); in importEffects()
404 aIter++; in importEffects()
558 if( aIter != maEffectDiscriptorMap.end() ) in getEffectDescriptor()
560 return (*aIter).second; in getEffectDescriptor()
580 UStringMap::const_iterator aIter( rNameMap.find( rId ) ); in translateName() local
582 if( aIter != rNameMap.end() ) in translateName()
[all …]
/trunk/main/oox/source/drawingml/
H A Dshape.cxx219 std::vector< ShapePtr >::iterator aIter( rMaster.maChildren.begin() ); in addChildren() local
220 while( aIter != rMaster.maChildren.end() ) in addChildren()
222 sal_Int32 l = (*aIter)->maPosition.X; in addChildren()
223 sal_Int32 t = (*aIter)->maPosition.Y; in addChildren()
224 sal_Int32 r = l + (*aIter)->maSize.Width; in addChildren()
225 sal_Int32 b = t + (*aIter)->maSize.Height; in addChildren()
234 aIter++; in addChildren()
236 aIter = rMaster.maChildren.begin(); in addChildren()
237 while( aIter != rMaster.maChildren.end() ) in addChildren()
247 double fWidth = (*aIter)->maSize.Width; in addChildren()
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx335 ShapeSet::const_iterator aIter; in getSubsetShape() local
336 if( (aIter=maSubsetShapes.find( aEntry )) != maSubsetShapes.end() ) in getSubsetShape()
339 return aIter->mpShape; in getSubsetShape()
356 ShapeSet::const_iterator aIter; in addSubsetShape() local
357 if( (aIter=maSubsetShapes.find( aEntry )) != maSubsetShapes.end() ) in addSubsetShape()
363 const_cast<SubsetEntry&>(*aIter).mnSubsetQueriedCount++; in addSubsetShape()
390 ShapeSet::iterator aIter; in revokeSubsetShape() local
395 if( aIter->mnSubsetQueriedCount > 1 ) in revokeSubsetShape()
399 const_cast<SubsetEntry&>(*aIter).mnSubsetQueriedCount--; in revokeSubsetShape()
404 aIter->mnSubsetQueriedCount ); in revokeSubsetShape()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_propertyids.cxx97 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
98 for(; aIter != m_aPropertyMap.end(); ++aIter) { in ~OPropertyMap()
99 if (aIter->second) { in ~OPropertyMap()
100 rtl_uString_release(aIter->second); in ~OPropertyMap()
111 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(idx); in getNameByIndex()
112 if (aIter == m_aPropertyMap.end()) { in getNameByIndex()
115 sRet = aIter->second; in getNameByIndex()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx474 while ( aIter != aEnd ) in GetDoubleSequence()
475 *pValues++ = *aIter++; in GetDoubleSequence()
532 while ( aIter != aEnd ) in GetEnhancedParameterPairSequence()
533 *pValues++ = *aIter++; in GetEnhancedParameterPairSequence()
565 while ( aIter != aEnd ) in GetEnhancedRectangleSequence()
566 *pValues++ = *aIter++; in GetEnhancedRectangleSequence()
822 while ( aIter != aEnd ) in GetAdjustmentValues()
823 *pValues++ = *aIter++; in GetAdjustmentValues()
1137 while ( aIter != aEnd ) in SdXMLCustomShapePropertyMerge()
1138 *pValues++ = *aIter++; in SdXMLCustomShapePropertyMerge()
[all …]
/trunk/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 …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DMultipleItemConverter.cxx48 ::std::vector< ItemConverter* >::const_iterator aIter = m_aConverters.begin(); in FillItemSet()
50 if( aIter != aEnd ) in FillItemSet()
52 (*aIter)->FillItemSet( rOutItemSet ); in FillItemSet()
53 aIter++; in FillItemSet()
55 for( ; aIter != aEnd; aIter++ ) in FillItemSet()
58 (*aIter)->FillItemSet( aSet ); in FillItemSet()
/trunk/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 …]
/trunk/main/chart2/source/controller/dialogs/
H A Dres_TextSeparator.cxx126 ::std::map< ::rtl::OUString, sal_uInt16 >::iterator aIter( m_aEntryMap.find(rSeparator) ); in SetValue()
127 if( aIter == m_aEntryMap.end() ) in SetValue()
130 m_aLB_Separator.SelectEntryPos( aIter->second ); in SetValue()
141 ::std::map< ::rtl::OUString, sal_uInt16 >::const_iterator aIter( m_aEntryMap.begin() ); in GetValue()
142 while( aIter != m_aEntryMap.end() ) in GetValue()
144 if(aIter->second==nPos ) in GetValue()
145 return aIter->first; in GetValue()
146 ++aIter; in GetValue()

Completed in 248 milliseconds

12345678910>>...34