Home
last modified time | relevance | path

Searched refs:aIter (Results 26 – 50 of 827) sorted by relevance

12345678910>>...34

/aoo42x/main/sw/source/core/text/
H A Dwrong.cxx230 ++aIter; in GetWrongPos()
594 while( aIter != maList.end() && (*aIter).mnPos < nBegin ) in RemoveEntry()
596 ++aIter; in RemoveEntry()
603 ++aIter; in RemoveEntry()
609 …while( aIter != maList.end() && nBegin == (*aIter).mnPos && nEnd == (*aIter).mnPos +(*aIter).mnLen… in RemoveEntry()
611 ++aIter; in RemoveEntry()
621 while( aIter != maList.end() && (*aIter).mnPos < nBegin ) in LookForEntry()
622 ++aIter; in LookForEntry()
623 … if( aIter != maList.end() && nBegin == (*aIter).mnPos && nEnd == (*aIter).mnPos +(*aIter).mnLen ) in LookForEntry()
645 while ( aIter != maList.end() && (*aIter).mnPos == nSTPos ) in Insert()
[all …]
H A Ditratr.cxx434 aIter.Seek( nBegin ); in IsSymbol()
435 return aIter.GetFnt()->IsSymbol( in IsSymbol()
647 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetMinMaxSize()
654 xub_StrLen nNextChg = aIter.GetNextAttr(); in GetMinMaxSize()
676 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetMinMaxSize()
685 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize()
900 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetScalingOfSelectedText()
903 xub_StrLen nNextChg = aIter.GetNextAttr(); in GetScalingOfSelectedText()
942 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetScalingOfSelectedText()
1029 aIter.SeekAndChgAttrIter( nStt, pOut ); in GetScalingOfSelectedText()
[all …]
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx741 for(;aIter != aEnd;++aIter) in appendColumns()
978 for(;aIter != aEnd;++aIter) in checkColumns()
1063 for(;aIter != aEnd;++aIter,++nPos) in alterColumns()
1212 for(nPos = 0;aIter != aEnd;++aIter,++nPos) in alterColumns()
1290 aIter = m_vRowList.begin(); in alterColumns()
1291 for(;aIter != aEnd;++aIter) in alterColumns()
1329 for(;aIter != aEnd;++aIter) in alterColumns()
1503 for(;aIter != aEnd;++aIter) in reSyncRows()
1528 for(sal_Int32 i=0;aIter != aEnd;++aIter) in createUniqueName()
1581 for(;aIter != aEnd;++aIter) in getFirstEmptyRowPosition()
[all …]
/aoo42x/main/xmloff/source/transform/
H A DDeepTContext.cxx99 XMLTransformerActions::const_iterator aIter = in CreateChildContext() local
104 switch( (*aIter).second.m_nActionType ) in CreateChildContext()
116 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext()
121 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext()
122 (*aIter).second.GetQNameTokenFromParam1(), in CreateChildContext()
132 (*aIter).second.m_nParam3 >> 16 ) ); in CreateChildContext()
135 (*aIter).second.GetQNameTokenFromParam2(), in CreateChildContext()
137 (*aIter).second.m_nParam3 & 0xffff ) ); in CreateChildContext()
147 (*aIter).second, rQName, sal_True ); in CreateChildContext()
172 for( ; aIter != m_aChildContexts.end(); ++aIter ) in ExportContent()
[all …]
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx211 if ( aIter != m_aAccessibleChildren.end() && aIter->second.is()) in GetItem_Impl()
243 aIter != m_aAccessibleChildren.end(); ++aIter ) in UpdateFocus_Impl()
247 if ( aIter->second.is() ) in UpdateFocus_Impl()
277 if ( aIter != m_aAccessibleChildren.end() && aIter->second.is() ) in ReleaseFocus_Impl()
296 aIter != m_aAccessibleChildren.end(); ++aIter ) in UpdateChecked_Impl()
320 if ( aIter != m_aAccessibleChildren.end() && aIter->second.is() ) in UpdateIndeterminate_Impl()
432 aIter != m_aAccessibleChildren.end(); ++aIter ) in UpdateAllItems_Impl()
649 aIter != m_aAccessibleChildren.end(); ++aIter ) in ProcessWindowEvent()
699 aIter != m_aAccessibleChildren.end(); ++aIter ) in IMPLEMENT_FORWARD_XINTERFACE2()
749 if ( m_aAccessibleChildren.end() == aIter ) in getAccessibleChild()
[all …]
/aoo42x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx174 …for (::std::vector<sal_Int32>::iterator aIter = m_aColumnMapping.begin(); aIter != aEnd ;++aIter,+… in insertNewRow()
176 if(*aIter > 0) in insertNewRow()
190 aValue <<= m_xRow->getLong(*aIter); in insertNewRow()
193 aValue <<= m_xRow->getFloat(*aIter); in insertNewRow()
202 aValue <<= m_xRow->getBytes(*aIter); in insertNewRow()
205 aValue <<= m_xRow->getDate(*aIter); in insertNewRow()
208 aValue <<= m_xRow->getTime(*aIter); in insertNewRow()
218 aValue <<= m_xRow->getByte(*aIter); in insertNewRow()
224 aValue <<= m_xRow->getInt(*aIter); in insertNewRow()
234 aValue <<= m_xRow->getBlob(*aIter); in insertNewRow()
[all …]
H A DUITools.cxx529 for(;aIter != aPair.second;++aIter) in getTypeInfoFromType()
557 if (aIter == aPair.second) in getTypeInfoFromType()
559 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
581 if (aIter == aPair.second) in getTypeInfoFromType()
591 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
606 if (aIter == aPair.second) in getTypeInfoFromType()
610 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
644 pTypeInfo = aIter->second; in getTypeInfoFromType()
870 for(;aIter != aEnd;++aIter) in fillTypeInfo()
1543 for(;aIter != aEnd;++aIter) in queryPrimaryKeyType()
[all …]
/aoo42x/main/sdext/source/minimizer/
H A Dpagecollector.cxx74 aIter++; in CollectCustomShowPages()
76 if ( aIter == aEnd ) in CollectCustomShowPages()
104 while( aIter != aEnd ) in CollectNonCustomShowPages()
108 aIter++; in CollectNonCustomShowPages()
110 if ( aIter == aEnd ) in CollectNonCustomShowPages()
136 while( aIter != aEnd ) in CollectMasterPages()
140 aIter++; in CollectMasterPages()
142 if ( aIter == aEnd ) in CollectMasterPages()
160 while( aIter != aEnd ) in CollectMasterPages()
167 aIter++; in CollectMasterPages()
[all …]
/aoo42x/main/sw/source/core/txtnode/
H A Dmodeltoviewhelper.cxx41 ConversionMap::const_iterator aIter; in ConvertToViewPosition() local
42 for ( aIter = pMap->begin(); aIter != pMap->end(); ++aIter ) in ConvertToViewPosition()
44 if ( (*aIter).first >= nModelPos ) in ConvertToViewPosition()
46 const sal_uInt32 nPosModel = (*aIter).first; in ConvertToViewPosition()
47 const sal_uInt32 nPosExpand = (*aIter).second; in ConvertToViewPosition()
70 ConversionMap::const_iterator aIter; in ConvertToModelPosition() local
71 for ( aIter = pMap->begin(); aIter != pMap->end(); ++aIter ) in ConvertToModelPosition()
73 if ( (*aIter).second > nViewPos ) in ConvertToModelPosition()
75 const sal_uInt32 nPosModel = (*aIter).first; in ConvertToModelPosition()
79 if ( aIter == pMap->begin() ) in ConvertToModelPosition()
[all …]
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx386 for(;aIter != aEnd;++aIter) in BuildJoinCriteria()
571 for(;aIter != aEnd;++aIter) in GetNextJoin()
589 for(;aIter != aEnd;++aIter) in GetNextJoin()
682 for(;aIter != aEnd;++aIter) in GenerateSelectList()
706 for(;aIter != aEnd;++aIter) in GenerateSelectList()
793 for(;aIter != aEnd;++aIter) in GenerateCriterias()
810 for(aIter = _rFieldList.begin();aIter != aEnd;++aIter) in GenerateCriterias()
1063 for(;aIter != aEnd;++aIter) in GenerateInnerJoinCriterias()
1108 for(;aIter != aEnd;++aIter) in GenerateFromClause()
1183 for(;aIter != aEnd;++aIter) in GenerateFromClause()
[all …]
H A DSelectionBrowseBox.cxx362 for (; aIter != aEnd && ( (*aIter)->GetColumnId() != nColId ); ++aIter,++nOldPos) in ColumnMoved()
465 for ( ;aIter != getFields().rend(); ++aIter ) in ClearAll()
571 for(;aIter != aEnd;++aIter) in InitController()
1723 if ((*aIter).isValid() && !(*aIter)->IsEmpty()) in FieldsCount()
1725 ++aIter; in FieldsCount()
1746 ++aIter; in FindFirstFreeCol()
1779 for(;aIter != aEnd;++aIter) in AddGroupBy()
1827 for(;aIter != aEnd;++aIter) in DuplicateConditionLevel()
1861 for(;aIter != aEnd;++aIter) in AddCondition()
1955 for(;aIter != aEnd;++aIter) in AddOrder()
[all …]
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx263 for( aIter = aTags.begin(); aIter != aTags.end(); aIter++ ) in ~CustomAnimationPane()
264 (*aIter)->Dispose(); in ~CustomAnimationPane()
903 aIter++; in updateControls()
954 while( aIter != aEnd ) in updateMotionPathImpl()
1460 while( aIter != aEnd ) in changeSelection()
2004 for( ; aIter != aParaList.end(); aIter++ ) in onChange()
2022 while( aIter != aEnd ) in onChange()
2053 for( ; aIter != aEnd; aIter++ ) in onChange()
2158 while( aIter != aEnd ) in onRemove()
2209 while( aIter != aEnd ) in onChangeStart()
[all …]
H A DSTLPropertySet.cxx53 PropertyMapIter aIter; in setPropertyValue() local
54 if( findProperty( nHandle, aIter ) ) in setPropertyValue()
57 (*aIter).second.maValue = rValue; in setPropertyValue()
67 PropertyMapConstIter aIter; in getPropertyValue() local
68 if( findProperty( nHandle, aIter ) ) in getPropertyValue()
70 return (*aIter).second.maValue; in getPropertyValue()
83 PropertyMapConstIter aIter; in getPropertyState() local
84 if( findProperty( nHandle, aIter ) ) in getPropertyState()
86 return (*aIter).second.mnState; in getPropertyState()
97 PropertyMapIter aIter; in setPropertyState() local
[all …]
/aoo42x/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx60 while (aIter != aEnd ) in ~MasterPropertySetInfo()
62 delete (*aIter).second; in ~MasterPropertySetInfo()
63 aIter++; in ~MasterPropertySetInfo()
82 if( aIter != maMap.end() ) in add()
96 while ( aIter != aEnd ) in add()
103 maMap[(*aIter).first] = new PropertyData ( nMapId, (*aIter).second ); in add()
104 aIter++; in add()
127 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
129 PropertyInfo* pInfo = (*aIter).second->mpInfo; in getProperties()
147 if ( maMap.end() == aIter ) in getPropertyByName()
[all …]
/aoo42x/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx148 aIter!=aEnd; in repaintWithoutPolygons()
149 ++aIter ) in repaintWithoutPolygons()
175 mrScreenUpdater.notifyUpdate(*aIter,true); in repaintWithoutPolygons()
232 aIter!=aEnd; in drawPolygons()
233 ++aIter ) in drawPolygons()
235 (*aIter)->draw(); in drawPolygons()
375 aIter!=aEnd; in handleMouseDragged()
376 ++aIter ) in handleMouseDragged()
402 mrScreenUpdater.notifyUpdate(*aIter,true); in handleMouseDragged()
426 aIter!=aEnd; in handleMouseDragged()
[all …]
/aoo42x/main/connectivity/source/cpool/
H A DZConnectionPool.cxx193 if ( m_aPool.end() != aIter ) in getConnectionWithInfo()
194 xConnection = getPooledConnection(aIter); in getConnectionWithInfo()
210 if(aIter != m_aActiveConnections.end()) in disposing()
213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()
214 m_aActiveConnections.erase(aIter); in disposing()
260 for (; aIter != m_aPool.end(); ) in invalidatePooledConnections()
266 aIter->second.aConnections.clear(); in invalidatePooledConnections()
272 if(aIter == aActIter->second.aPos) in invalidatePooledConnections()
278 ++aIter; in invalidatePooledConnections()
282 ++aIter; in invalidatePooledConnections()
[all …]
/aoo42x/main/sc/source/core/data/
H A Ddocumen9.cxx137 pOldObject = aIter.Next(); in TransferDrawPage()
359 pObject = aIter.Next(); in HasOLEObjectsInArea()
379 SdrObject* pObject = aIter.Next(); in StartAnimations()
391 pObject = aIter.Next(); in StartAnimations()
464 SdrObject* pObject = aIter.Next(); in HasBackgroundDraw()
469 pObject = aIter.Next(); in HasBackgroundDraw()
496 pObject = aIter.Next(); in HasAnyDraw()
540 pObject = aIter.Next(); in GetObjectAtPoint()
647 pObject = aIter.Next(); in HasControl()
681 pObject = aIter.Next(); in InvalidateControls()
[all …]
H A Ddpgroup.cxx702 …for ( ScDPItemDataVec::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ ) in HasElement() local
711 …for ( ScDPItemDataVec::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ ) in HasCommonElement() local
825 for ( ScDPGroupItemVec::const_iterator aIter(aItems.begin()); aIter != aItems.end(); aIter++ ) in GetGroupForData() local
827 return &*aIter; in GetGroupForData()
834 for ( ScDPGroupItemVec::const_iterator aIter(aItems.begin()); aIter != aItems.end(); aIter++ ) in GetGroupForName() local
1178 for ( ScDPGroupDimensionVec::iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter++ ) in DisposeData() local
1419 …for ( ScDPGroupDimensionVec::const_iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter+… in IsBaseForGroup() local
1431 …for ( ScDPGroupDimensionVec::const_iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter+… in GetGroupBase() local
1451 …for ( ScDPGroupDimensionVec::const_iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter+… in IsNumOrDateGroup() local
1464 …for ( ScDPGroupDimensionVec::const_iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter+… in IsInGroup() local
[all …]
/aoo42x/main/sfx2/source/appl/
H A Dlinksrc.cxx217 SvLinkSource_EntryIter_Impl aIter( pImpl->aArr ); in Closed() local
218 for( SvLinkSource_Entry_Impl* p = aIter.Curr(); p; p = aIter.Next() ) in Closed()
237 SvLinkSource_EntryIter_Impl aIter( pImpl->aArr ); in SendDataChanged() local
238 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in SendDataChanged()
252 if ( !aIter.IsValidCurrValue( p ) ) in SendDataChanged()
280 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in NotifyDataChanged()
289 if ( !aIter.IsValidCurrValue( p ) ) in NotifyDataChanged()
323 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in DataChanged()
329 if ( !aIter.IsValidCurrValue( p ) ) in DataChanged()
362 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in RemoveAllDataAdvise()
[all …]
/aoo42x/main/sw/source/filter/ww8/
H A Dww8graf2.cxx94 while (aIter != aEnd) in MapEscherIdxToIter()
98 ++aIter; in MapEscherIdxToIter()
100 return aIter; in MapEscherIdxToIter()
148 ++aIter; in GetEscherObjectPos()
152 while (aIter != aEnd) in GetEscherObjectPos()
164 ++aIter; in GetEscherObjectPos()
201 while (aIter != aEnd) in InsertTextLayerObject()
204 ++aIter; in InsertTextLayerObject()
229 while (aIter != aEnd) in GetDrawingObjectPos()
233 ++aIter; in GetDrawingObjectPos()
[all …]
/aoo42x/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx80 for (; aIter != aEnd; ++aIter) in operate()
82 if ( !aIter->isNull() ) in operate()
102 for (; aIter != aEnd; ++aIter) in operate()
104 if ( aIter->isNull() ) in operate()
107 sRet.append(aIter->operator ::rtl::OUString()); in operate()
116 ::std::vector<ORowSetValue>::const_iterator aIter = lhs.begin(); in operate()
118 for (; aIter != aEnd; ++aIter) in operate()
120 if ( aIter->isNull() ) in operate()
135 ::std::vector<ORowSetValue>::const_iterator aIter = lhs.begin(); in operate()
137 for (; aIter != aEnd; ++aIter) in operate()
[all …]
H A DFNoException.cxx59 for(OCodeList::reverse_iterator aIter = m_aCodeList.rbegin(); aIter != m_aCodeList.rend();++aIter) in Clean() local
61 delete *aIter; in Clean()
74 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end();++aIter) in bindParameterRow() local
76 OOperandParam* pParam = PTR_CAST(OOperandParam,(*aIter)); in bindParameterRow()
110 ::std::vector<sal_Int32>::iterator aIter = m_aOrderbyColumnNumber.begin(); in GetOrderbyKeyValue()
111 for (;aIter != m_aOrderbyColumnNumber.end(); ++aIter) in GetOrderbyKeyValue()
113 …OSL_ENSURE(*aIter < static_cast<sal_Int32>(_rRow->get().size()),"Invalid index for orderkey values… in GetOrderbyKeyValue()
114 pKeyValue->pushKey(new ORowSetValueDecorator((_rRow->get())[*aIter]->getValue())); in GetOrderbyKeyValue()
/aoo42x/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx44 std::set< sal_uInt16 >::const_reverse_iterator aIter;( rAbsPoints.rbegin() ); in DeletePoints() local
45 for( aIter = rAbsPoints.rbegin(); aIter != rAbsPoints.rend(); aIter++ ) in DeletePoints()
48 if( GetRelativePolyPoint(maPolyPolygon,(*aIter), nPoly, nPnt) ) in DeletePoints()
75 std::set< sal_uInt16 >::const_reverse_iterator aIter;( rAbsPoints.rbegin() ); in SetSegmentsKind() local
76 for( aIter = rAbsPoints.rbegin(); aIter != rAbsPoints.rend(); aIter++ ) in SetSegmentsKind()
80 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetSegmentsKind()
134 std::set< sal_uInt16 >::const_reverse_iterator aIter;( rAbsPoints.rbegin() ); in SetPointsSmooth() local
135 for( aIter = rAbsPoints.rbegin(); aIter != rAbsPoints.rend(); aIter++ ) in SetPointsSmooth()
139 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetPointsSmooth()
/aoo42x/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx143 while( aIter != aTmpListeners.end() ) in FireAccessibleEvent()
153 aIter++; in FireAccessibleEvent()
322 if( *aIter == rxListener ) in addEventListener()
325 aIter++; in addEventListener()
347 if( *aIter == rxListener ) in removeEventListener()
353 aIter++; in removeEventListener()
646 aIter++; in FireAccessibleEvent()
854 if( *aIter == rxListener ) in addEventListener()
857 aIter++; in addEventListener()
878 if( *aIter == rxListener ) in removeEventListener()
[all …]
/aoo42x/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.cxx65 while ( aIter != aL.end() ) in RemoveListener()
67 if ( (*aIter) == xControl ) in RemoveListener()
69 aL.erase( aIter ); in RemoveListener()
73 aIter++; in RemoveListener()
92 while ( aIter != aL.end() ) in Notify()
94 (*aIter)->statusChanged( rEvent ); in Notify()
95 aIter++; in Notify()
130 while ( aIter != aListeners.end() ) in disposing()
132 if ( (*aIter).xFrame == mxFrame ) in disposing()
134 aListeners.erase( aIter ); in disposing()
[all …]

Completed in 298 milliseconds

12345678910>>...34