Home
last modified time | relevance | path

Searched refs:begin (Results 226 – 250 of 2209) sorted by relevance

12345678910>>...89

/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx182 …::std::transform( rRowData.begin(), rRowData.end(), resultData.getArray(), ::std::select1st< CellD… in getRowData()
193 m_aRowHeaders.insert( m_aRowHeaders.begin() + i_position, i_heading ); in impl_insertRow()
197 RowData::iterator cellData = newRow.begin(); in impl_insertRow()
202 m_aData.insert( m_aData.begin() + i_position, newRow ); in impl_insertRow()
287 m_aRowHeaders.erase( m_aRowHeaders.begin() + i_rowIndex ); in removeRow()
288 m_aData.erase( m_aData.begin() + i_rowIndex ); in removeRow()
396 for ( RowData::iterator cell = rRowData.begin(); cell != rRowData.end(); ++cell ) in updateRowToolTip()
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx126 …inline iterator at( size_type nX, size_type nY ) { return maData.begin() + mnWidth * nY + nX; } in at()
127 …inline const_iterator at( size_type nX, size_type nY ) const { return maData.begin() + mnWidth * n… in at()
132 inline iterator begin() { return maData.begin(); } in begin() function in oox::Matrix
133 inline const_iterator begin() const { return maData.begin(); } in begin() function in oox::Matrix
417 …for( typename MapType::const_iterator aIt = rMap.begin(), aEnd = rMap.end(); aIt != aEnd; ++aIt, +… in mapToSequence()
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx118 = rResource.properties.begin(); in ContentProperties()
202 it = m_xProps->begin(); in get()
399 std::vector< rtl::OUString >::const_iterator it = rProps.begin(); in addProperties()
426 PropertyValueMap::const_iterator it = rProps.m_xProps->begin(); in addProperties()
441 std::vector< DAVPropertyValue >::const_iterator it = rProps.begin(); in addProperties()
638 PropertyValueMap::const_iterator it = props->begin(); in addProperties()
656 std::vector< DAVPropertyValue >::const_iterator it = rProps.begin(); in addProperties()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx293 maModels.begin(), maModels.end(), // source range in dispose()
294 aChildModels.begin(), // target location in dispose()
315 maModels.begin(), maModels.end(), in Clone_Impl()
534 maModels.begin(), maModels.end(), // source range in getElementNames()
658 maModels.begin(), maModels.end(), in setControlModels()
689 UnoControlModelHolderList::const_iterator aLoop = maModels.begin(); in getControlModels()
719 aSortedModels.begin(), aSortedModels.end(), in getControlModels()
844 AllGroups::const_iterator aGroupPos = maGroups.begin() + _nGroup; in getGroup()
946 aCurrentGroup = maGroups.begin() + nGroups; in implUpdateGroupStructure()
1010 aCurrentGroup = maGroups.begin() + nGroups; in implUpdateGroupStructure()
[all …]
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx77 std::vector< const ElementMark* >::const_iterator ii = m_vElementMarkBuffers.begin(); in ~SAXEventKeeperImpl()
210 std::vector< const ElementCollector* >::const_iterator ii = m_vNewElementCollectors.begin(); in addNewElementMarkBuffers()
254 std::vector< const ElementMark* >::const_iterator ii = m_vElementMarkBuffers.begin(); in findElementMarkBuffer()
294 std::vector< const ElementMark* >::iterator ii = m_vElementMarkBuffers.begin(); in removeElementMarkBuffer()
303 std::vector< const ElementCollector* >::iterator jj = m_vNewElementCollectors.begin(); in removeElementMarkBuffer()
413 std::vector< const BufferNode* >::const_iterator jj = vChildren->begin(); in printBufferNode()
457 std::vector< const BufferNode* >::const_iterator ii = vChildren->begin(); in collectChildWorkingElement()
611 std::vector< const BufferNode * >::const_iterator ii = vChildren->begin(); in smashBufferNode()
745 std::vector< sal_Int32 >::iterator pId = m_vReleasedElementMarkBuffers.begin(); in releaseElementMarkBuffer()
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx116 vIdx.insert( vIdx.begin()+nIndex, nNew ); in lcl_Insert()
702 …for ( ScDPItemDataVec::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ ) in HasElement()
711 …for ( ScDPItemDataVec::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ ) in HasCommonElement()
721 for (ScDPItemDataVec::const_iterator itr = aElements.begin(); itr != itrEnd; ++itr) in FillGroupFilter()
825 for ( ScDPGroupItemVec::const_iterator aIter(aItems.begin()); aIter != aItems.end(); aIter++ ) in GetGroupForData()
834 for ( ScDPGroupItemVec::const_iterator aIter(aItems.begin()); aIter != aItems.end(); aIter++ ) in GetGroupForName()
1178 for ( ScDPGroupDimensionVec::iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter++ ) in DisposeData()
1207 ScDPGroupDimensionVec::const_iterator itr = aGroups.begin(), itrEnd = aGroups.end(); in ModifyFilterCriteria()
1219 …for (vector<ScDPCacheTable::Criterion>::const_iterator itr = rCriteria.begin(); itr != itrEnd; ++i… in ModifyFilterCriteria()
1419 …for ( ScDPGroupDimensionVec::const_iterator aIter(aGroups.begin()); aIter != aGroups.end(); aIter+… in IsBaseForGroup()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx607 for ( aIter = aChildList.begin() ; aIter != aChildList.end() ; ++aIter ) in TabIndexChange()
645 aIndexToNameMap.begin(), aIndexToNameMap.end(), in TabIndexChange()
646 aNameList.begin(), in TabIndexChange()
662 aNameList.erase( aNameList.begin() + nOldTabIndex ); in TabIndexChange()
663 aNameList.insert( aNameList.begin() + nNewTabIndex , aCtrlName ); in TabIndexChange()
687 for ( aIter = aChildList.begin() ; aIter != aChildList.end() ; ++aIter ) in TabIndexChange()
1465 pChilds.erase( ::std::find( pChilds.begin() , pChilds.end() , pDlgEdObj ) ); in RemoveChild()
1620 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; ++aIter ) in UpdateTabIndices()
1672 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; ++aIter ) in UpdateTabIndices()
1789 for ( aIter = pChilds.begin() ; aIter != pChilds.end() ; aIter++ ) in NbcMove()
[all …]
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx469 for( ConstStringHashIterator pUIName=aItem.lUINames.begin() ; in impl_generateTypeListHTML()
487 for( ConstStringListIterator pPattern=aItem.lURLPattern.begin() ; in impl_generateTypeListHTML()
497 for( ConstStringListIterator pExtension=aItem.lExtensions.begin() ; in impl_generateTypeListHTML()
610 for( ConstStringHashIterator pUIName=aFilter.lUINames.begin() ; in impl_generateFilterListHTML()
651 for( ConstStringListIterator pUserData=aFilter.lUserData.begin() ; in impl_generateFilterListHTML()
849 for( ConstStringHashIterator pUIName=aFilter.lUINames.begin() ; in impl_generateFilterModulListHTML()
890 for( ConstStringListIterator pUserData=aFilter.lUserData.begin() ; in impl_generateFilterModulListHTML()
990 for( ConstStringListIterator pType=aDetector.lTypes.begin() ; in impl_generateDetectorListHTML()
1083 for( ConstStringHashIterator pUIName=aLoader.lUINames.begin() ; in impl_generateLoaderListHTML()
1095 for( ConstStringListIterator pType=aLoader.lTypes.begin() ; in impl_generateLoaderListHTML()
[all …]
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerQueue.cxx117 mpRequestQueue->erase(mpRequestQueue->begin()); in ~MasterPageContainerQueue()
144 mpRequestQueue->begin(), in RequestPreview()
222 PreviewCreationRequest aRequest (*mpRequestQueue->begin()); in IMPL_LINK()
239 mpRequestQueue->erase(mpRequestQueue->begin()); in IMPL_LINK()
272 mpRequestQueue->begin(), in HasRequest()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx130 for (iPattern=maFactoryPatternList.begin(); in RemoveFactoryForURL()
157 for (iFactory=maFactoryMap.begin(); iFactory!=maFactoryMap.end(); ++iFactory) in RemoveFactoryForReference()
163 for (iKey=aKeys.begin(); iKey!=aKeys.end(); ++iKey) in RemoveFactoryForReference()
170 maFactoryPatternList.begin(), in RemoveFactoryForReference()
229 for (iPattern=maFactoryPatternList.begin(); in FindFactory()
/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx76 for ( std::list< ChildData * >::iterator it = maChildren.begin(); in removeChild()
97 for ( std::list< ChildData * >::iterator it = maChildren.begin(); in getChildren()
119 for (it = maChildren.begin(); it != maChildren.end(); it++) in calculateSize()
129 for (it = maChildren.begin(); it != maChildren.end(); it++) in calculateSize()
180 for (it = maChildren.begin(); it != maChildren.end(); it++) in allocateArea()
/trunk/main/sw/source/core/doc/
H A Dlist.cxx112 for ( aNumberTreeIter = maListTrees.begin(); in ~SwListImpl()
139 for ( aNumberTreeIter = maListTrees.begin(); in InsertListItem()
165 for ( aNumberTreeIter = maListTrees.begin(); in InvalidateListTree()
176 for ( aNumberTreeIter = maListTrees.begin(); in ValidateListTree()
223 for ( aNumberTreeIter = maListTrees.begin(); in NotifyItemsOnListLevel()
/trunk/main/sw/source/core/layout/
H A Dsortedobjsimpl.cxx225 tIter aInsPosIter = std::lower_bound( maSortedObjLst.begin(), in Insert()
239 tIter aDelPosIter = std::find( maSortedObjLst.begin(), in Remove()
262 tConstIter aIter = std::find( maSortedObjLst.begin(), maSortedObjLst.end(), in Contains()
294 tConstIter aIter = std::find( maSortedObjLst.begin(), maSortedObjLst.end(), in ListPosOf()
302 aIter - maSortedObjLst.begin(); in ListPosOf()
/trunk/main/framework/source/classes/
H A Dframecontainer.cxx145 TFrameIterator aSearchedItem = ::std::find( m_aContainer.begin(), m_aContainer.end(), xFrame ); in remove()
186 return( ::std::find( m_aContainer.begin(), m_aContainer.end(), xFrame ) != m_aContainer.end() ); in exist()
293 for (TConstFrameIterator pItem=m_aContainer.begin(); pItem!=m_aContainer.end(); ++pItem) in getAllElements()
364 …for( TConstFrameIterator pIterator=m_aContainer.begin(); pIterator!=m_aContainer.end(); ++pIterato… in searchOnAllChildrens()
401 …for( TConstFrameIterator pIterator=m_aContainer.begin(); pIterator!=m_aContainer.end(); ++pIterato… in searchOnDirectChildrens()
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file_handler.cxx123 groups_.begin(), iter_end, in has_group()
143 string_container_t::const_iterator iter = groups_.begin(); in write_xml()
362 item_list.begin(), in write_recently_used_items()
381 item_list.begin(), in recently_used_item_list_clear()
421 item_list.begin(), in recently_used_item_list_add()
455 item_list.begin(), in recently_used_item_list_add()
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx90 std::for_each( rViews.begin(), in PaintOverlayHandler()
111 maViews.erase( ::std::remove( maViews.begin(), in viewRemoved()
147 for( UnoViewVector::iterator aIter=maViews.begin(), aEnd=maViews.end(); in repaintWithoutPolygons()
231 for( PolyPolygonVector::iterator aIter=maPolygons.begin(), aEnd=maPolygons.end(); in drawPolygons()
374 for( UnoViewVector::iterator aIter=maViews.begin(), aEnd=maViews.end(); in handleMouseDragged()
425 for( UnoViewVector::iterator aIter=maViews.begin(), aEnd=maViews.end(); in handleMouseDragged()
/trunk/main/package/source/xstor/
H A Dohierarchyholder.cxx97 ::rtl::OUString aNextName = *(aListPath.begin()); in GetStreamHierarchically()
98 aListPath.erase( aListPath.begin() ); in GetStreamHierarchically()
179 ::rtl::OUString aNextName = *(aListPath.begin()); in RemoveStreamHierarchically()
180 aListPath.erase( aListPath.begin() ); in RemoveStreamHierarchically()
285 for ( OWeakStorRefList_Impl::iterator pStorageIter = m_aOpenStreams.begin(); in disposing()
308 for ( OHierarchyElementList_Impl::iterator aIter = m_aChildren.begin(); in RemoveElement()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx199 for (const_iterator pThis = begin(); in operator >>()
219 for (const_iterator pThis = begin(); in operator >>()
252 for (const_iterator pThis = begin(); in getAsConstAnyList()
303 for ( pCheck = rCheck.begin(); in match()
328 for ( pUpdate = rUpdate.begin(); in update()
358 for (const_iterator pIt = begin(); in dbg_dumpToFile()
H A Dnumberedcollection.cxx135 for ( pComponent = m_lComponents.begin (); in releaseNumber()
229 for ( pComponent = m_lComponents.begin (); in impl_searchFreeNumber()
242 …::std::vector< ::sal_Int32 >::iterator pPossible = ::std::find(lPossibleNumbers.begin (), lPossibl… in impl_searchFreeNumber()
254 return *(lPossibleNumbers.begin ()); in impl_searchFreeNumber()
264 for ( pIt = lDeadItems.begin (); in impl_cleanUpDeadItems()
/trunk/main/autodoc/inc/cosv/tpl/
H A Dvvector.hxx168 const_iterator begin() const;
174 iterator begin();
479 VirtualVector<XX,PTRDEL>::begin() const in begin() function in csv::VirtualVector
481 return const_iterator(aData.begin()); in begin()
507 VirtualVector<XX,PTRDEL>::begin() in begin() function in csv::VirtualVector
509 return iterator(aData.begin()); in begin()
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx111 void writeData(oslFileHandle handle, char const * begin, sal_Int32 length) { in writeData() argument
114 if ((osl_writeFile(handle, begin, static_cast< sal_uInt32 >(length), &n) != in writeData()
373 handle, typeNames[type].begin, typeNames[type].length); in writeNode()
391 for (NodeMap::iterator i(node->getMembers().begin()); in writeNode()
418 handle, typeNames[type].begin, typeNames[type].length); in writeNode()
439 for (NodeMap::iterator i(node->getMembers().begin()); in writeNode()
510 modifications.children.begin()); in writeModifications()
572 data.modifications.getRoot().children.begin()); in writeModFile()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx123 for( LocaleItemVectorIt it = m_aLocaleItemVector.begin(); it != m_aLocaleItemVector.end(); it++ ) in ~StringResourceImpl()
270 for( it = rHashMap.begin(); it != rHashMap.end(); it++ ) in implGetResourceIDs()
512 for( it = rSourceMap.begin(); it != rSourceMap.end(); it++ ) in newLocale()
522 for( it_index = rSourceIndexMap.begin(); it_index != rSourceIndexMap.end(); it_index++ ) in newLocale()
1038 LocaleItemVectorIt it = m_aDeletedLocaleItemVector.begin(); in implStoreAtStorage()
1096 for( LocaleItemVectorIt it = m_aChangedDefaultLocaleVector.begin(); in implStoreAtStorage()
1171 LocaleItemVectorIt it = m_aDeletedLocaleItemVector.begin(); in implKillRemovedLocaleFiles()
1195 for( LocaleItemVectorIt it = m_aChangedDefaultLocaleVector.begin(); in implKillChangedDefaultFiles()
1430 for( LocaleItemVectorConstIt it = m_aLocaleItemVector.begin(); in exportBinary()
2264 for( it_index = rIndexMap.begin(); it_index != rIndexMap.end(); it_index++ ) in implWritePropertiesFile()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx107 for (iAnimation=aCopy.begin(); iAnimation!=aCopy.end(); ++iAnimation) in Dispose()
186 maAnimations.begin(), in RemoveAnimation()
216 maAnimations.begin(), in RemoveAllAnimations()
243 for (iAnimation=aCopy.begin(); iAnimation!=aCopy.end(); ++iAnimation) in ProcessAnimations()
263 for (iAnimation=maAnimations.begin(); iAnimation!=maAnimations.end(); ++iAnimation) in CleanUpAnimationList()
/trunk/main/autodoc/source/ary/cpp/
H A Dc_class.cxx155 itret = std::find_if(aEnums.begin(), aEnums.end(), find_name(i_key)); in Search_Child()
158 itret = std::find_if(aTypedefs.begin(), aTypedefs.end(), find_name(i_key)); in Search_Child()
161 itret = std::find_if(aData.begin(), aData.end(), find_name(i_key)); in Search_Child()
164 itret = std::find_if(aStaticData.begin(), aStaticData.end(), find_name(i_key)); in Search_Child()
267 for ( CIterator_Locals ret = i_rList.begin(); in PosOfName()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx155 t_registryset::const_iterator iPos( m_allBackends.begin() ); in disposing()
303 t_stringset::const_iterator iPos( ambiguousFilters.begin() ); in insertBackend()
406 that->m_filter2mediaType.begin() ); in create()
427 that->m_ambiguousBackends.begin() ); in create()
452 allBackends.insert( that->m_ambiguousBackends.begin(), in create()
466 t_registryset::const_iterator iPos( m_allBackends.begin() ); in update()
513 t_registryset::const_iterator iPos( m_ambiguousBackends.begin() ); in bindPackage()

Completed in 167 milliseconds

12345678910>>...89