Home
last modified time | relevance | path

Searched refs:end (Results 151 – 175 of 2943) sorted by relevance

12345678910>>...118

/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx102 AccessibleParaManager::VectorOfChildren::iterator AccessibleParaManager::end() in end() function in accessibility::AccessibleParaManager
104 return maChildren.end(); in end()
112 AccessibleParaManager::VectorOfChildren::const_iterator AccessibleParaManager::end() const in end() function in accessibility::AccessibleParaManager
114 return maChildren.end(); in end()
222 ::std::for_each( begin(), end(), aAdapter ); in SetEEOffset()
273 …for( VectorOfStates::const_iterator aIt = maChildStates.begin(), aEnd = maChildStates.end(); aIt !… in InitChild()
286 ::std::for_each( begin(), end(), in SetState()
300 ::std::for_each( begin(), end(), in UnSetState()
308 ::std::for_each( begin(), end(), aAdapter ); in SetEditSource()
326 ::std::for_each( begin(), end(), in Dispose()
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx211 mrChangeContainer.end(), in operator ()()
238 const ListOfSprites::const_iterator aEndSprite ( maSprites.end() ); in setupUpdateAreas()
251 maSprites.end(), in setupUpdateAreas()
254 aSortedSpriteVector.end(), in setupUpdateAreas()
263 const VectorOfChangeRecords::const_iterator aEndRecords( maChangeRecords.end() ); in setupUpdateAreas()
273 VectorOfSprites::iterator aEnd ( aUpdatableSprites.end() ); in setupUpdateAreas()
298 aSortedSpriteVector.end(), in setupUpdateAreas()
305 const VectorOfSprites::const_iterator aEnd2( aUnchangedSprites.end() ); in setupUpdateAreas()
415 rUpdateArea.maComponentList.end() ); in isAreaUpdateOpaque()
445 rUpdateArea.maComponentList.end() ); in areSpritesChanged()
/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx115 Indexes::const_iterator aEnd = m_aIndexes.end(); in find()
130 Indexes::iterator aEnd = m_aIndexes.end(); in find()
145 Indexes::const_iterator aEnd = m_aIndexes.end(); in findOriginal()
160 Indexes::iterator aEnd = m_aIndexes.end(); in findOriginal()
207 aFieldLoop != _rPos->aFields.end(); in commitNewIndex()
266 …OSL_ENSURE(aDropped != m_aIndexes.end(), "OIndexCollection::drop: invalid original name, but succe… in dropNoRemove()
275 OSL_ENSURE((_rPos >= m_aIndexes.begin()) && (_rPos < m_aIndexes.end()), in drop()
354 OSL_ENSURE(_rPos >= m_aIndexes.begin() && _rPos < m_aIndexes.end(), in resetIndex()
378 OSL_ENSURE(end() == find(_rName), "OIndexCollection::insert: invalid new name!"); in insert()
383 return m_aIndexes.end() - 1; // the last element is the new one ... in insert()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx164 doc != m_pData->aDocumentLogs.end() && !bAlreadyKnown; in startedDocument()
174 while ( m_pData->aDocumentLogs.find( nID ) != m_pData->aDocumentLogs.end() ) in startedDocument()
186 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in movedLibrary()
196 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in finishedDocument()
211 if ( docPos == m_pData->aDocumentLogs.end() ) in getNewLibraryName()
219 lib != rDocEntry.aMovedLibraries.end(); in getNewLibraryName()
405 error != _rErrors.end(); in lcl_describeErrors()
429 if ( docPos == m_pData->aDocumentLogs.end() ) in movedAnyLibrary()
464 doc != m_pData->aDocumentLogs.end(); in getCompleteLog()
481 lib != rDoc.aMovedLibraries.end(); in getCompleteLog()
/trunk/main/framework/source/accelerators/
H A Dacceleratorcache.cxx102 return (m_lKey2Commands.find(aKey) != m_lKey2Commands.end()); in hasKey()
112 return (m_lCommand2Keys.find(sCommand) != m_lCommand2Keys.end()); in hasCommand()
126 TKey2Commands::const_iterator pEnd = m_lKey2Commands.end(); in getAllKeys()
167 if (pCommand == m_lCommand2Keys.end()) in getKeysByCommand()
187 if (pKey == m_lKey2Commands.end()) in getCommandByKey()
206 if (pKey == m_lKey2Commands.end()) in removeKey()
213 pKey = m_lKey2Commands.end(); // nobody should use an undefined value .-) in removeKey()
234 pKey != lKeys.end() ; in removeCommand()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx874 end = Where(nIndex+1); } in Fill()
1220 sal_Bool FillFtnSep(sal_uLong& begin, sal_uLong& end) in FillFtnSep() argument
1224 Fill(nFtnSep, begin, end); in FillFtnSep()
1231 Fill(nFtnFollowSep, begin, end); in FillFtnFollowSep()
1238 Fill(nFtnNote, begin, end); in FillFtnNote()
1245 Fill(nEvenHeadL, begin, end); in FillEvenHeadL()
1252 Fill(nOddHeadL, begin, end); in FillOddHeadL()
1259 Fill(nEvenFootL, begin, end); in FillEvenFootL()
1266 Fill(nOddFootL, begin, end); in FillOddFootL()
1273 Fill(nFirstHeadL, begin, end); in FillFirstHeadL()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx586 if( c_it != m_aDefaultContexts.end() ) in initialize()
604 it != m_aPrinters.end(); ++it ) in initialize()
613 while( aRemovePrinters.begin() != aRemovePrinters.end() ) in initialize()
692 if( dest_it != m_aCUPSDestMap.end() ) in createCUPSParser()
789 if( dest_it == m_aCUPSDestMap.end() ) in setupJobContextData()
794 if( p_it == m_aPrinters.end() ) // huh ? in setupJobContextData()
913 if( dest_it == m_aCUPSDestMap.end() ) in endSpool()
921 if( it != m_aSpoolFiles.end() ) in endSpool()
1028 if( m_aCUPSDestMap.find( rName ) != m_aCUPSDestMap.end() || in addPrinter()
1038 if( m_aCUPSDestMap.find( rName ) != m_aCUPSDestMap.end() ) in removePrinter()
[all …]
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx205 ChildListVectorType::iterator aEndIter = aLocalChildList.end(); in NotifyEvent()
271 ::std::transform( m_aChildOIDMap.begin(), m_aChildOIDMap.end(), in ImplUpdateChildren()
275 ::std::sort( aModelChildren.begin(), aModelChildren.end()); in ImplUpdateChildren()
278 ::std::set_difference( aModelChildren.begin(), aModelChildren.end(), in ImplUpdateChildren()
279 aAccChildren.begin(), aAccChildren.end(), in ImplUpdateChildren()
281 ::std::set_difference( aAccChildren.begin(), aAccChildren.end(), in ImplUpdateChildren()
286 for( ; aIt != aChildrenToRemove.end(); ++aIt ) in ImplUpdateChildren()
348 if( aIt != m_aChildOIDMap.end()) in RemoveChildByOId()
359 OSL_ENSURE( aVecIter != m_aChildList.end(), in RemoveChildByOId()
460 ChildListVectorType::const_iterator aEndIter = aLocalChildList.end(); in KillAllChildren()
[all …]
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx76 rViewContainer.end(), in WaitSymbol()
89 ViewsVecT::const_iterator const aEnd ( maViews.end() ); in setVisible()
158 maViews.begin(), maViews.end(), in viewRemoved()
164 maViews.end() ); in viewRemoved()
173 maViews.end(), in viewChanged()
180 OSL_ASSERT( aModifiedEntry != maViews.end() ); in viewChanged()
181 if( aModifiedEntry == maViews.end() ) in viewChanged()
193 ViewsVecT::const_iterator const aEnd ( maViews.end() ); in viewsChanged()
/trunk/main/chart2/source/tools/
H A DImplOPropertySet.cxx53 if( m_rMap.end() == m_rMap.find( nHandle )) in operator ()()
106 ::std::copy( rOther.m_aProperties.begin(), rOther.m_aProperties.end(), in ImplOPropertySet()
122 ::std::transform( aHandles.begin(), aHandles.end(), in GetPropertyStatesByHandle()
133 if( m_aProperties.end() != aFoundIter ) in SetPropertyToDefault()
142 ::std::for_each( aHandles.begin(), aHandles.end(), in SetPropertiesToDefault()
159 if( m_aProperties.end() != aFoundIter ) in GetPropertyValueByHandle()
174 if( m_aProperties.end() != aFoundIter ) in SetPropertyValueByHandle()
197 ::std::for_each( m_aProperties.begin(), m_aProperties.end(), in cloneInterfaceProperties()
H A DPropertyHelper.cxx130 … ::std::find_if( aNames.begin(), aNames.end(), lcl_EqualsElement( rValue, xNameAccess ))); in lcl_addNamedPropertyUniqueNameToTable()
133 if( aIt == aNames.end()) in lcl_addNamedPropertyUniqueNameToTable()
140 aIt = ::std::find( aNames.begin(), aNames.end(), rPreferredName ); in lcl_addNamedPropertyUniqueNameToTable()
141 if( aIt == aNames.end()) in lcl_addNamedPropertyUniqueNameToTable()
150 ::std::partition( aNames.begin(), aNames.end(), lcl_StringMatches( rPrefix ))); in lcl_addNamedPropertyUniqueNameToTable()
155 ::std::max_element( aNumbers.begin(), aNumbers.end())); in lcl_addNamedPropertyUniqueNameToTable()
158 if( aMaxIt != aNumbers.end()) in lcl_addNamedPropertyUniqueNameToTable()
278 if( aIt == rOutMap.end()) in setPropertyValueAny()
292 OSL_ENSURE( rOutMap.end() == rOutMap.find( key ), "Default already exists for property" ); in setPropertyValueDefaultAny()
/trunk/main/slideshow/source/engine/shapes/
H A Dmediashape.cxx119 ViewMediaShapeVector::const_iterator const aEnd (maViewMediaShapes.end()); in implViewChanged()
136 maViewMediaShapes.end(), in implViewsChanged()
165 const ViewMediaShapeVector::iterator aEnd( maViewMediaShapes.end() ); in removeViewLayer()
209 maViewMediaShapes.end(), in implRender()
229 maViewMediaShapes.end(), in implStartIntrinsicAnimation()
242 maViewMediaShapes.end(), in implEndIntrinsicAnimation()
255 maViewMediaShapes.end(), in implPauseIntrinsicAnimation()
275 maViewMediaShapes.end(), in implSetIntrinsicAnimationTime()
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx659 …uteId && ( ::std::find( aExecVector.begin(), aExecVector.end(), nExecuteId ) != aExecVector.end() … in KeyInput()
680 …CTUALIZE, ::std::find( aExecVector.begin(), aExecVector.end(), MN_ACTUALIZE ) != aExecVector.end()… in IMPL_LINK()
681 … MN_RENAME, ::std::find( aExecVector.begin(), aExecVector.end(), MN_RENAME ) != aExecVector.end() … in IMPL_LINK()
682 … MN_DELETE, ::std::find( aExecVector.begin(), aExecVector.end(), MN_DELETE ) != aExecVector.end() … in IMPL_LINK()
683 …SSIGN_ID, ::std::find( aExecVector.begin(), aExecVector.end(), MN_ASSIGN_ID ) != aExecVector.end()… in IMPL_LINK()
684 …OPERTIES, ::std::find( aExecVector.begin(), aExecVector.end(), MN_PROPERTIES ) != aExecVector.end(… in IMPL_LINK()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx592 itHome != vecJavaHome.end(); itHome++) in getJavaInfoFromRegistry()
709 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoFromBinPath()
789 vecInfos.begin(),vecInfos.end(), InfoFindSame(aInfo->getHome())); in getJREInfoByPath()
790 if(it_impl == vecInfos.end()) in getJREInfoByPath()
883 MapIt entry2 = find_if(mapJREs.begin(), mapJREs.end(), in getJREInfoByPath()
885 if (entry2 != mapJREs.end()) in getJREInfoByPath()
905 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoByPath()
926 if (ifull == vecBadPaths.end()) in getJREInfoByPath()
932 if (ifile != vecBadPaths.end()) in getJREInfoByPath()
936 if (entry != mapJREs.end()) in getJREInfoByPath()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx85 OConnectionLineDataVec::const_iterator aEnd = pLineData->end(); in Init()
99 ::std::vector<OConnectionLine*>::iterator aLineEnd = m_vConnLine.end(); in clearLineData()
128 ::std::vector<OConnectionLine*>::const_iterator aEnd = pLine->end(); in operator =()
149 …::std::for_each(m_vConnLine.begin(),m_vConnLine.end(),::std::mem_fun(&OConnectionLine::RecalcLine)… in RecalcLines()
195 m_vConnLine.end(), in CheckHit()
197 return aIter != m_vConnLine.end(); in CheckHit()
222 ::std::vector<OConnectionLine*>::const_iterator aEnd = m_vConnLine.end(); in GetBoundingRect()
246 ::std::for_each(m_vConnLine.begin(),m_vConnLine.end(),TConnectionLineDrawFunctor(m_pParent)); in Draw()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx146 …se( ::std::remove(pTabWinDataList->begin(),pTabWinDataList->end(),*aIter) ,pTabWinDataList->end()); in ReSync()
169 …td::find(arrInvalidTables.begin(),arrInvalidTables.end(),strTabExistenceTest) != arrInvalidTables. in ReSync()
171 …td::find(arrInvalidTables.begin(),arrInvalidTables.end(),strTabExistenceTest) != arrInvalidTables. in ReSync()
175 …:std::remove(pTabConnDataList->begin(),pTabConnDataList->end(),*aConIter),pTabConnDataList->end() … in ReSync()
203 ::std::vector<OTableConnection*>::const_iterator aEnd = getTableConnections()->end(); in AddConnection()
329 if(aIter != GetTabWinMap()->end()) in AddTabWin()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx120 ,m_aSeekRow(m_aFields.end()) in DBG_NAME()
149 m_aSeekRow = m_aFields.end(); in SeekRow()
154 OSL_ENSURE(m_aSeekRow <= m_aFields.end(), "IndexFieldsControl::SeekRow: invalid row!"); in SeekRow()
196 m_aSeekRow = m_aFields.end(); in initializeFrom()
217 ConstIndexFieldsIterator aSourceEnd = m_aFields.end(); in commitTo()
329 _rPos = m_aFields.end(); in implGetFieldDesc()
461 m_aFields.erase(m_aFields.end() - 1); in IMPL_LINK()
474 ConstIndexFieldsIterator aRow = m_aFields.end(); in GetCellText()
478 OSL_ENSURE(aRow <= m_aFields.end(), "IndexFieldsControl::SeekRow: invalid row!"); in GetCellText()
485 if (_rRow < m_aFields.end()) in GetRowCellText()
/trunk/main/jvmfwk/source/
H A Dframework.cxx158 ii != vecJRELocations.end(); ii++) in jfw_findAllJREs()
183 std::find_if(vecInfoManual.begin(), vecInfoManual.end(), in jfw_findAllJREs()
185 if (it_duplicate == vecInfoManual.end()) in jfw_findAllJREs()
209 for (it_info j = vecInfo.begin(); j != vecInfo.end(); j++) in jfw_findAllJREs()
212 std::find_if(vecInfoManual2.begin(), vecInfoManual2.end(), in jfw_findAllJREs()
214 if (it_duplicate != vecInfoManual2.end()) in jfw_findAllJREs()
227 for (it k = vecInfo.begin(); k != vecInfo.end(); k++) in jfw_findAllJREs()
382 for (cit i = vmParams.begin(); i != vmParams.end(); i ++) in jfw_startVM()
542 for (ci_pl i = vecPlugins.begin(); i != vecPlugins.end(); i++) in jfw_findAndSelectJRE()
564 it != vecJRELocations.end(); it++) in jfw_findAndSelectJRE()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx117 ScMyShapeList::iterator aEndItr(aShapeList.end()); in SetCellData()
129 while( (aItr != aShapeList.end()) && (aItr->aAddress.Tab() == nSkip) ) in SkipTable()
180 while( (aItr != aNoteShapeList.end()) && (aItr->aPos == aAddress) ) in SetCellData()
190 while( (aItr != aNoteShapeList.end()) && (aItr->aPos.Tab() == nSkip) ) in SkipTable()
257 if( aItr != aRangeList.end() ) in SetCellData()
336 if( aItr != aAreaLinkList.end() ) in SetCellData()
346 while (aItr != aAreaLinkList.end() && bFound) in SetCellData()
426 if( aItr != aDatabaseList.end() ) in SetCellData()
444 while( (aItr != aDatabaseList.end()) && (aItr->Sheet == nSkip) ) in SkipTable()
520 ScMyDetectiveObjList::iterator aEndItr(aDetectiveObjList.end()); in SetCellData()
[all …]
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx549 if( aIt != m_aChildMap.end()) in hasChildren()
560 if( aIt != m_aChildMap.end()) in getChildren()
571 aIt != m_aChildMap.end(); ++aIt ) in getSiblings()
575 if( aElemIt != aIt->second.end()) in getSiblings()
589 ::std::find( aChildren.begin(), aChildren.end(), rOID )); in getParentImpl()
591 if( aIt != aChildren.end()) in getParentImpl()
594 for( aIt = aChildren.begin(); aIt != aChildren.end(); ++aIt ) in getParentImpl()
783 OSL_ASSERT( aIt != aSiblings.end()); in next()
784 if( ++aIt == aSiblings.end()) in next()
803 OSL_ASSERT( aIt != aSiblings.end()); in previous()
[all …]
/trunk/main/boost/
H A Dboost_1_55_0.patch169 - link_pointer end = first_node->group_prev_->next_;
172 - std::size_t count = this->delete_nodes(prev, end);
190 - // Split the groups containing 'begin' and 'end'.
194 - link_pointer prev = split_groups(begin, end);
212 - } while(prev->next_ != end);
226 - if (end) {
227 - node_pointer first = end;
235 - boost::swap(first->group_prev_, end->group_prev_);
296 - std::size_t count = this->delete_nodes(prev, end);
308 - void erase_nodes(node_pointer begin, node_pointer end)
[all …]
/trunk/main/svx/source/form/
H A Dformcontrolling.cxx180 …:const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end(), MatchFeatureDesc… in getControllerFeatureSlotIdForURL()
181 return ( pos != rDescriptions.end() ) ? pos->nSlotId : -1; in getControllerFeatureSlotIdForURL()
188 …:const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end(), MatchFeatureDesc… in getControllerFeatureURLForSlotId()
189 …OSL_ENSURE( pos != rDescriptions.end(), "FeatureSlotTranslation::getControllerFeatureURLForSlotId:… in getControllerFeatureURLForSlotId()
190 return ( pos != rDescriptions.end() ) ? pos->sURL : ::rtl::OUString(); in getControllerFeatureURLForSlotId()
203 …:const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end(), MatchFeatureDesc… in getFormFeatureForSlotId()
204 …OSL_ENSURE( pos != rDescriptions.end(), "FeatureSlotTranslation::getFormFeatureForSlotId: not foun… in getFormFeatureForSlotId()
205 return ( pos != rDescriptions.end() ) ? pos->nFormFeature : -1; in getFormFeatureForSlotId()
212 …:const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end(), MatchFeatureDesc… in getSlotIdForFormFeature()
213 …OSL_ENSURE( pos != rDescriptions.end(), "FeatureSlotTranslation::getSlotIdForFormFeature: not foun… in getSlotIdForFormFeature()
[all …]
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx77 delete *(maFreeBuffers.end() - 1); in ~VDevBuffer()
83 delete *(maUsedBuffers.end() - 1); in ~VDevBuffer()
96 aBuffers::iterator aFound(maFreeBuffers.end()); in alloc()
98 for(aBuffers::iterator a(maFreeBuffers.begin()); a != maFreeBuffers.end(); a++) in alloc()
105 if(aFound != maFreeBuffers.end()) in alloc()
146 if(aFound != maFreeBuffers.end()) in alloc()
186 …const aBuffers::iterator aUsedFound(::std::find(maUsedBuffers.begin(), maUsedBuffers.end(), &rDevi… in free()
187 OSL_ENSURE(aUsedFound != maUsedBuffers.end(), "OOps, non-registered buffer freed (!)"); in free()
200 delete *(maFreeBuffers.end() - 1); in Timeout()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx135 maPolygons.end(), in flip()
142 maPolygons.end(), in removeDoublePoints()
157 maPolygons.end(), in makeUnique()
169 const basegfx::B2DPolygon* end() const in end() function in ImplB2DPolyPolygon
185 basegfx::B2DPolygon* end() in end() function in ImplB2DPolyPolygon
410 const B2DPolygon* B2DPolyPolygon::end() const in end() function in basegfx::B2DPolyPolygon
412 return mpPolyPolygon->end(); in end()
420 B2DPolygon* B2DPolyPolygon::end() in end() function in basegfx::B2DPolyPolygon
422 return mpPolyPolygon->end(); in end()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvsplits.cxx42 iterator aIter = ::std::lower_bound( maVec.begin(), maVec.end(), nPos ); in Insert()
43 bValid = (aIter == maVec.end()) || (*aIter != nPos); in Insert()
82 const_iterator aIter = ::std::lower_bound( maVec.begin(), maVec.end(), nPos ); in GetIndex()
83 return GetIterIndex( ((aIter != maVec.end()) && (*aIter == nPos)) ? aIter : maVec.end() ); in GetIndex()
88 return GetIterIndex( ::std::lower_bound( maVec.begin(), maVec.end(), nPos ) ); in LowerBound()
111 return (aIter == maVec.end()) ? CSV_VEC_NOTFOUND : (aIter - maVec.begin()); in GetIterIndex()

Completed in 569 milliseconds

12345678910>>...118