/trunk/main/sw/qa/core/ |
H A D | bigpointerarray-new.cxx | 59 Container_t::const_iterator iter_end = container_.end(); in ForEach() 82 FixElementIndizes(container_.begin(), container_.end()); in Insert() 88 …DBG_ASSERT((pos < container_.size()) && ((container_.begin() + pos + n) < container_.end()), "BigP… in Remove() 90 FixElementIndizes(container_.begin(), container_.end()); in Remove() 101 …rArray::FixElementIndizes(Container_t::const_iterator begin, Container_t::const_iterator end) const in FixElementIndizes() 104 for (int i = 0; iter != end; ++iter, i++) in FixElementIndizes()
|
/trunk/main/canvas/source/tools/ |
H A D | pagemanager.cxx | 46 const PageContainer_t::iterator aEnd(maPages.end()); in allocateSpace() 93 maFragments.begin(),maFragments.end(),pFragment)); in free() 94 maFragments.erase(it,maFragments.end()); in free() 120 const FragmentContainer_t::const_iterator aEnd(maFragments.end()); in nakedFragment() 170 const PageContainer_t::iterator aEnd(maPages.end()); in relocate() 197 maPages.end(), in validatePages()
|
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 66 if( it == m_aXRefTable.end() ) in insertXref() 545 if( it == m_aMap.end() ) in insertValue() 640 if( it == m_pDict->m_aMap.end() ) in getDictLength() 695 if( it != m_pStream->m_pDict->m_aMap.end() ) in getDeflatedStream() 958 while( section_begin != rXRefs.end() ) in emit() 963 while( (++section_end) != rXRefs.end() && in emit() 1327 if( enc != pTrailer->m_pDict->m_aMap.end() ) in impl_getData() 1349 if( filter != pDict->m_aMap.end() ) in impl_getData() 1361 if( len != pDict->m_aMap.end() ) in impl_getData() 1370 if( o_ent != pDict->m_aMap.end() ) in impl_getData() [all …]
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 107 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit() 178 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit() 200 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit() 287 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit() 388 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit() 404 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit() 446 if( this_it != elem.Parent->Children.end() ) in visit() 449 if( ++next_it != elem.Parent->Children.end() ) in visit() 523 while( next_page_element != elem.Children.end() ) in visit() 534 it != pCurPara->Children.end(); ++it ) in visit() [all …]
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 80 return m_aNameMap.find(_sName) != m_aNameMap.end(); in exists() 124 for(TStringVector::const_iterator i=_rVector.begin(); i != _rVector.end();++i) in reFill() 132 if ( aIter != m_aNameMap.end() ) in rename() 134 …d::vector< ObjectIter >::iterator aFind = ::std::find(m_aElements.begin(),m_aElements.end(),aIter); in rename() 135 if(m_aElements.end() != aFind) in rename() 156 typename ::std::vector< ObjectIter >::const_iterator aEnd = m_aElements.end(); in getElementNames() 182 for( ObjectIter aIter = m_aNameMap.begin(); aIter != m_aNameMap.end(); ++aIter) in disposeElements() 198 OSL_ENSURE(aIter != m_aNameMap.end(),"findColumn:: Illegal name!"); in findColumn() 199 …return m_aElements.size() - (m_aElements.end() - ::std::find(m_aElements.begin(),m_aElements.end()… in findColumn()
|
/trunk/main/sc/source/filter/xml/ |
H A D | sheetdata.cxx | 188 NameSpaceHash::const_iterator aIter = rNameHash.begin(), aEnd = rNameHash.end(); in StoreInitialNamespaces() 201 NameSpaceHash::const_iterator aIter = rNameHash.begin(), aEnd = rNameHash.end(); in StoreLoadedNamespaces() 205 if ( maInitialPrefixes.find( aIter->first ) == maInitialPrefixes.end() ) in StoreLoadedNamespaces() 216 NameSpaceHash::const_iterator aIter = rNameHash.begin(), aEnd = rNameHash.end(); in lcl_NameInHash() 235 std::vector<ScLoadedNamespaceEntry>::const_iterator aEnd = maLoadedNamespaces.end(); in AddLoadedNamespaces() 239 if ( aHashIter == rNameHash.end() ) in AddLoadedNamespaces() 262 if ( aHashIter == rNameHash.end() ) in AddLoadedNamespaces()
|
/trunk/main/binaryurp/source/ |
H A D | bridgefactory.cxx | 80 std::find(unnamed_.begin(), unnamed_.end(), bridge)); in removeBridge() 81 if (i != unnamed_.end()) { in removeBridge() 86 if (i != named_.end() && i->second == bridge) { in removeBridge() 137 if (named_.find(sName) != named_.end()) { in createBridge() 168 return i == named_.end() in getBridge() 193 for (BridgeList::iterator j(unnamed_.begin()); j != unnamed_.end(); ++j) { in getExistingBridges() 196 for (BridgeMap::iterator j(named_.begin()); j != named_.end(); ++j) { in getExistingBridges()
|
/trunk/main/vcl/source/app/ |
H A D | vclevent.cxx | 64 while ( aIter != aCopy.end() && ! aDel.IsDead() ) in Call() 72 while ( aIter != aCopy.end() ) in Call() 86 while ( aIter != aCopy.end() ) in Process() 109 … for( std::list< Link >::const_iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in addListener() 122 if( m_aIterators[i].m_aIt != m_aListeners.end() && *m_aIterators[i].m_aIt == i_rLink ) in removeListener() 137 while( ! aDel.isDeleted() && m_aIterators[ nIndex ].m_aIt != m_aListeners.end() ) in callListeners()
|
/trunk/main/oox/inc/oox/helper/ |
H A D | containerhelper.hxx | 134 inline iterator end() { return maData.end(); } in end() function in oox::Matrix 135 inline const_iterator end() const { return maData.end(); } in end() function in oox::Matrix 376 return (aIt == rMap.end()) ? 0 : &aIt->second; in getMapElement() 383 return (aIt == rMap.end()) ? 0 : &aIt->second; in getMapElementAccess() 390 return (aIt == rMap.end()) ? rDefault : aIt->second; in getMapElement() 397 return (aIt == rMap.end()) ? rDefault : aIt->second; in getMapElementAccess() 417 …for( typename MapType::const_iterator aIt = rMap.begin(), aEnd = rMap.end(); aIt != aEnd; ++aIt, +… in mapToSequence()
|
/trunk/main/l10ntools/source/help/ |
H A D | HelpLinker.cxx | 168 cIter aEnd = _idList.end(); in getString() 222 DataHashtable::const_iterator aEnd = _hash.end(); in dump_DBHelp() 333 std::string aValueStr( dataB.begin(), dataB.end() ); in addBookmark() 343 std::transform (mod.begin(), mod.end(), mod.begin(), tolower); in initIndexerPreProcessor() 367 std::transform (mod.begin(), mod.end(), mod.begin(), tolower); in link() 422 HashSet::iterator end = helpFiles.end(); in link() local 506 HashSet::const_iterator aEnd = hidlist->end(); in link() 530 Hashtable::const_iterator aEnd = anchorToLL->end(); in link() 540 LinkedList::const_iterator aOtherEnd = ll.end(); in link() 556 Stringtable::const_iterator aEnd = helpTextHash->end(); in link() [all …]
|
/trunk/main/svx/source/table/ |
H A D | tabledesign.cxx | 317 if( iter == rMap.end() ) in getByName() 334 while( iter != rMap.end() ) in getElementNames() 349 return ( iter != rMap.end() ) ? sal_True : sal_False; in hasByName() 399 if( iter == rMap.end() ) in replaceByName() 547 for( TableDesignStyleVector::iterator iter( maDesigns.begin() ); iter != maDesigns.end(); iter++ ) in getByName() 565 for( TableDesignStyleVector::iterator iter( maDesigns.begin() ); iter != maDesigns.end(); iter++ ) in getElementNames() 577 for( TableDesignStyleVector::iterator iter( maDesigns.begin() ); iter != maDesigns.end(); iter++ ) in hasByName() 638 for( TableDesignStyleVector::iterator iter( maDesigns.begin() ); iter != maDesigns.end(); iter++ ) in insertByName() 651 for( TableDesignStyleVector::iterator iter( maDesigns.begin() ); iter != maDesigns.end(); iter++ ) in removeByName() 676 for( TableDesignStyleVector::iterator iter( maDesigns.begin() ); iter != maDesigns.end(); iter++ ) in replaceByName() [all …]
|
/trunk/main/sd/source/ui/sidebar/ |
H A D | SidebarShellManager.cxx | 58 if (iShell != maSubShells.end()) in CreateShell() 97 ENSURE_OR_RETURN_VOID( pos != maSubShells.end(), "no shell for this ID" ); in RemoveSubShell() 114 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in RemoveSubShell() 133 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in MoveToTop() 152 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in IMPL_LINK() 155 if (iShell != maSubShells.end()) in IMPL_LINK()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | HelperCollections.cxx | 69 column != _rColumns->get().end(); in createWithIntrinsicNames() 94 …r::const_iterator aIter = find(m_aColumns->get().begin(),m_aColumns->get().end(),_rName,isCaseSens… in createObject() 95 if(aIter == m_aColumns->get().end()) in createObject() 96 … aIter = findRealName(m_aColumns->get().begin(),m_aColumns->get().end(),_rName,isCaseSensitive()); in createObject() 98 if(aIter != m_aColumns->get().end()) in createObject() 111 OSL_ENSURE(aIter != m_aTables.end(),"Table not found!"); in createObject()
|
/trunk/main/l10ntools/source/ |
H A D | directory.cxx | 64 …for( std::vector< transex::File >::iterator iter = aFileVec.begin() ; iter != aFileVec.end() ; ++i… in dump() 69 …for( std::vector< transex::Directory >::iterator iter = aDirVec.begin() ; iter != aDirVec.end() ; … in dump() 81 …r< transex::Directory >::iterator iter = aDirVec.begin() ; iter != aDirVec.end() || nLevels > 0 ; … in scanSubDir() 163 ::std::sort( aFileVec.begin() , aFileVec.end() , File::lessFile ); in readDirectory() 164 ::std::sort( aDirVec.begin() , aDirVec.end() , Directory::lessDir ); in readDirectory() 259 std::sort( aFileVec.begin() , aFileVec.end() , File::lessFile ); in readDirectory() 260 std::sort( aDirVec.begin() , aDirVec.end() , Directory::lessDir ); in readDirectory()
|
/trunk/main/sw/source/core/access/ |
H A D | accframe.cxx | 68 while( aIter != aVisList.end() ) in GetChildCount() 104 while( aIter != aVisMap.end() && !aRet.IsValid() ) in GetChild() 130 while( aIter != aVisList.end() && !aRet.IsValid() ) in GetChild() 171 while( aIter != aVisMap.end() && !bFound ) in GetChildIndex() 200 while( aIter != aVisList.end() && !bFound ) in GetChildIndex() 269 while( aIter != aVisList.end() && !aRet.IsValid() ) in GetChildAtPixel() 308 while( aIter != aVisMap.end() ) in GetChildren() 330 while( aIter != aVisList.end() ) in GetChildren()
|
/trunk/main/svl/qa/ |
H A D | test_URIHelper.cxx | 324 xub_StrLen end; in TEST_F() member 413 xub_StrLen end = static_cast< xub_StrLen >(input.getLength()); in TEST_F() local 415 URIHelper::FindFirstURLInText(input, begin, end, charClass)); in TEST_F() 418 && end == input.getLength()) in TEST_F() 420 && end == tests[i].end); in TEST_F() 431 buf.append(static_cast< sal_Int32 >(tests[i].end)); in TEST_F() 438 buf.append(static_cast< sal_Int32 >(end)); in TEST_F()
|
/trunk/main/idlc/source/ |
H A D | astinterface.cxx | 212 i != m_inheritedInterfaces.end(); ++i) in dump() 278 if (visible != m_visibleInterfaces.end()) { in checkInheritedInterfaceClashes() 315 i != ifc->m_inheritedInterfaces.end(); ++i) in checkInheritedInterfaceClashes() 331 if (i != m_visibleMembers.end()) { in checkMemberClashes() 343 j != i->second.optionals.end(); ++j) in checkMemberClashes() 380 i != ifc->m_inheritedInterfaces.end(); ++i) in addVisibleInterface() 393 if (visible == m_visibleMembers.end()) { in addOptionalVisibleMembers() 405 i != ifc->m_inheritedInterfaces.end(); ++i) in addOptionalVisibleMembers()
|
/trunk/main/autodoc/source/exes/adc_uni/ |
H A D | cmd_run.cxx | 207 StrIterator itTreesEnd = rSources.aTrees.end(); in GatherFiles() 208 StrIterator itDirsEnd = rSources.aDirectories.end(); in GatherFiles() 209 StrIterator itFilesEnd = rSources.aFiles.end(); in GatherFiles() 211 StrIterator itExtEnd = rExtensions.end(); in GatherFiles() 503 StrIterator itDirsEnd = rSources.aDirectories.end(); 504 StrIterator itTreesEnd = i_rProject.aFiles.aTrees.end(); 505 StrIterator itFilesEnd = i_rProject.aFiles.aFiles.end(); 507 StrIterator itExtEnd = rExtensions.end();
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 98 PtrLevelVector::const_iterator it1End = i_r1.end(); in compare_PtrLevelVector() 368 it != aPtrLevels.end(); in inq_IsConst() 394 it != aPtrLevels.end(); in inq_Get_Text() 430 it != cl->BaseClasses().end(); in RecursiveSearchCe_InBaseClassesOf() 464 nc_iter nit_end = aPath.end(); in Get_NameParts() 488 i_qualification.end(), in CheckForRelatedCe_inNode() 523 Vector_TplArgument::const_iterator itEnd = aTplParameters.end(); in Get_Text() 553 Vector_TplArgument::const_iterator it1End = aTplParameters.end(); in Compare()
|
/trunk/main/sd/source/ui/tools/ |
H A D | SdGlobalResourceContainer.cxx | 90 mpImpl->maResources.end(), in AddResource() 92 if (iResource == mpImpl->maResources.end()) in AddResource() 117 mpImpl->maSharedResources.end(), in AddResource() 119 if (iResource == mpImpl->maSharedResources.end()) in AddResource() 138 mpImpl->maXInterfaceResources.end(), in AddResource() 140 if (iResource == mpImpl->maXInterfaceResources.end()) in AddResource()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkeditabletext.cxx | 128 gint end ) in editable_text_wrapper_cut_text() argument 133 pEditableText->cutText( start, end ); in editable_text_wrapper_cut_text() 143 gint end ) in editable_text_wrapper_delete_text() argument 148 pEditableText->deleteText( start, end ); in editable_text_wrapper_delete_text() 172 gint end ) in editable_text_wrapper_copy_text() argument 177 pEditableText->copyText( start, end ); in editable_text_wrapper_copy_text()
|
/trunk/main/winaccessibility/source/service/ |
H A D | AccObjectWinManager.cxx | 174 if ( pIndTemp == XIdAccList.end() ) in GetAccObjByXAcc() 188 while(iter!=XIdAccList.end()) in GetXAccByAccObj() 206 if(iterResult == HwndXAcc.end()) in GetTopWindowAccObj() 497 if ( temp != oldSelection.end() ) in UpdateAccSelection() 518 while(iter!=oldSelection.end()) in UpdateAccSelection() 550 while(iter!=HwndXAcc.end()) in DeleteFromHwndXAcc() 601 if( temp != XIdAccList.end() ) in DeleteAccObj() 724 if (itXacc != XIdAccList.end() ) in InsertAccObj() 777 if ( aIter != XHWNDDocList.end() ) in InsertAccObj() 1216 if ( pIndTemp == XResIdAccList.end() ) in GetIAccessibleFromResID() [all …]
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrolcontainer.cxx | 204 loop != maControls.end(); in getControls() 217 loop != maControls.end(); in getIdentifiers() 228 loop != maControls.end(); in getControlForName() 240 loop != maControls.end(); in getControlIdentifier() 254 if ( pos == maControls.end() ) in getControlForIdentifier() 264 DBG_ASSERT( pos != maControls.end(), "UnoControlHolderList::removeControlById: invalid id!" ); in removeControlById() 265 if ( pos == maControls.end() ) in removeControlById() 278 if ( pos == maControls.end() ) in replaceControlById() 302 if ( existent == maControls.end() ) in impl_getFreeIdentifier_throw() 316 for ( ; loop != maControls.end(); ++loop ) in impl_getFreeName_throw() [all …]
|
/trunk/main/dtrans/source/win32/dtobj/ |
H A D | FetcList.cxx | 89 find( m_FormatMap.begin(), m_FormatMap.end(), fetc ); in removeFormatEtc() 91 if ( iter != m_FormatMap.end( ) ) in removeFormatEtc() 111 find( m_FormatMap.begin(), m_FormatMap.end(), fetc ); in hasFormatEtc() 113 return ( iter != m_FormatMap.end( ) ); in hasFormatEtc() 148 if ( m_EnumIterator == m_FormatMap.end() ) in nextFormatEtc() 163 FormatEtcMap_t::const_iterator iter_end = m_FormatMap.end( ); in skipFormatEtc() 169 return ( m_EnumIterator != m_FormatMap.end( ) ); in skipFormatEtc()
|
/trunk/main/configmgr/source/ |
H A D | broadcaster.cxx | 121 i != disposeNotifications_.end(); ++i) { in send() 132 i != containerElementInsertedNotifications_.end(); ++i) in send() 144 i != containerElementRemovedNotifications_.end(); ++i) in send() 156 i != containerElementReplacedNotifications_.end(); ++i) in send() 168 i != propertyChangeNotifications_.end(); ++i) in send() 180 i != propertiesChangeNotifications_.end(); ++i) in send() 191 i != changesNotifications_.end(); ++i) { in send()
|