Home
last modified time | relevance | path

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

12345678910>>...34

/aoo41x/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()
/aoo41x/main/comphelper/source/property/
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()
/aoo41x/main/package/source/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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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.cxx126 …:ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()+1;aIter != aEnd;… in insertRow() local
128 aIter->setSigned(m_aSignedFlags[i-1]); in insertRow()
129 updateColumn(i,xUpdRow,*aIter); in insertRow()
149 …:ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()+1;aIter != aEnd;… in updateRow() local
151 aIter->setSigned(aOrgIter->isSigned()); in updateRow()
152 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()
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/oox/source/drawingml/
H A Dclrscheme.cxx32 std::map < sal_Int32, sal_Int32 >::const_iterator aIter( maClrMap.find( nClrToken ) ); in getColorMap() local
33 if ( aIter != maClrMap.end() ) in getColorMap()
34 nMapped = (*aIter).second; in getColorMap()
67 std::map < sal_Int32, sal_Int32 >::const_iterator aIter( maClrScheme.find( nSchemeClrToken ) ); in getColor() local
68 if ( aIter != maClrScheme.end() ) in getColor()
69 rColor = (*aIter).second; in getColor()
70 return aIter != maClrScheme.end(); in getColor()
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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/sw/source/core/layout/
H A Dmovedfwdfrmsbyobjpos.cxx61 NodeMapIter aIter = maMovedFwdFrms.find( _rTxtFrm.GetTxtNode() ); in FrmMovedFwdByObjPos() local
62 if ( maMovedFwdFrms.end() != aIter ) in FrmMovedFwdByObjPos()
64 _ornToPageNum = (*aIter).second; in FrmMovedFwdByObjPos()
78 NodeMapIter aIter = maMovedFwdFrms.begin(); in DoesRowContainMovedFwdFrm() local
79 for ( ; aIter != maMovedFwdFrms.end(); ++aIter ) in DoesRowContainMovedFwdFrm()
81 const NodeMapEntry& rEntry = *(aIter); in DoesRowContainMovedFwdFrm()
/aoo41x/main/comphelper/source/misc/
H A Dlistenernotification.cxx63 ::cppu::OInterfaceIteratorHelper aIter( m_aListeners ); in impl_removeListener()
65 while ( aIter.hasMoreElements() && !bFound ) in impl_removeListener()
67 bFound = ( Reference< XInterface >( aIter.next() ) == _rxListener ); in impl_removeListener()
89 ::cppu::OInterfaceIteratorHelper aIter( m_aListeners ); in impl_notify()
91 while ( aIter.hasMoreElements() && !bCancelled ) in impl_notify()
93 Reference< XEventListener > xListener( static_cast< XEventListener* >( aIter.next() ) ); in impl_notify()
113 aIter.remove(); in impl_notify()

Completed in 143 milliseconds

12345678910>>...34