/trunk/main/dbaccess/source/ui/app/ |
H A D | subcomponentmanager.cxx | 374 comp != m_pData->m_aComponents.end(); in propertyChange() 404 comp != m_pData->m_aComponents.end(); in disposing() 453 m_pData->m_aComponents.end(), in getSubComponents() 470 comp != aWorkingCopy.end(); in closeSubComponents() 504 m_pData->m_aComponents.end(), in onSubComponentOpened() 507 OSL_ENSURE( existentPos == m_pData->m_aComponents.end(), "already existent!" ); in onSubComponentOpened() 536 m_pData->m_aComponents.end(), in activateSubFrame() 539 if ( pos == m_pData->m_aComponents.end() ) in activateSubFrame() 565 comp != aWorkingCopy.end(); in closeSubFrames() 584 comp != m_pData->m_aComponents.end(); in lookupSubComponent()
|
/trunk/main/svx/source/form/ |
H A D | filtnav.cxx | 155 i != m_aChildren.end(); i++) in ~FmParentData() 184 i != m_aChildren.end(); in Find() 484 m_pModel->Insert(pFilter->GetChildren().end(), pFilterItem); in predicateExpressionChanged() 594 i != m_aChildren.end(); i++) in Clear() 649 Insert( pParent->GetChildren().end(), pFormItem ); in Update() 664 Insert( pFormItem->GetChildren().end(), pFilterItems ); in Update() 706 i != rItems.end(); i++) in Find() 728 i != rItems.end(); i++) in Find() 939 Insert(pItems->GetChildren().end(), pFilterItem); in Append() 975 if (i != rItems.end()) in SetCurrentItems() [all …]
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 705 if( it != getInstances().end() ) in get() 914 if( it == m_aSelections.end() ) in getPasteData() 1415 if( it != m_aSelections.end() ) in getPasteDataTypes() 1455 if( it == m_aSelections.end() ) in getPixmapHolder() 1852 if( it != m_aSelections.end() && in handleReceivePropertyNotify() 2172 if( it == m_aDropTargets.end() ) in handleDropEvent() 2195 if( it != m_aDropTargets.end() && in handleDropEvent() 2540 if( it != m_aDropTargets.end() ) in sendDropPosition() 2732 if( it != m_aDropTargets.end() ) in handleDragEvent() 3945 if( it != m_aSelections.end() ) in deregisterHandler() [all …]
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 339 ::std::find_if( m_aHeaders.begin(), m_aHeaders.end(), in insertDataSeries() 341 if( aIt != m_aHeaders.end()) in insertDataSeries() 384 if( aSharedIt != aSharedSequences.end()) in insertDataSeries() 481 ::std::find_if( aRemainingSeq.begin(), aRemainingSeq.end(), in removeDataSeriesOrComplexCategoryLevel() 484 if( aHitIt == aRemainingSeq.end() ) in removeDataSeriesOrComplexCategoryLevel() 493 ::std::sort( aSequenceIndexesToDelete.begin(), aSequenceIndexesToDelete.end()); in removeDataSeriesOrComplexCategoryLevel() 572 aIt != m_aHeaders.end(); ++aIt ) in getHeaderForSeries() 729 for( ; aIt != m_aColumns.end(); ++aIt ) in getMaxRowCount() 766 for( ; aIt != m_aColumns.end(); ++aIt ) in getCategoryColumnCount() 846 aIt != aSharedSequences.end(); ++aIt ) in updateFromModel() [all …]
|
/trunk/main/sd/source/ui/sidebar/ |
H A D | RecentlyUsedMasterPages.cxx | 283 iDescriptor!=mpMasterPages->end(); in SavePersistentValues() 321 maListeners.end(), in AddEventListener() 322 rEventListener) == maListeners.end()) in AddEventListener() 336 maListeners.end(), in RemoveEventListener() 365 ::std::vector<Link>::iterator aEnd (maListeners.end()); in SendEvent() 435 ::std::find_if(mpMasterPages->begin(),mpMasterPages->end(), in AddMasterPage() 437 if (aIterator != mpMasterPages->end()) in AddMasterPage() 470 for (iDescriptor=mpMasterPages->begin(); iDescriptor!=mpMasterPages->end(); ++iDescriptor) in ResolveList()
|
/trunk/main/idlc/source/ |
H A D | astunion.cxx | 134 DeclList::const_iterator end = getIteratorEnd(); in lookupDefault() local 138 while ( iter != end ) in lookupDefault() 181 DeclList::const_iterator end = getIteratorEnd(); in lookupLabel() local 185 while ( iter != end ) in lookupLabel() 242 DeclList::const_iterator end = getIteratorEnd(); in lookupEnum() local 246 while ( iter != end ) in lookupEnum() 296 DeclList::const_iterator end = getIteratorEnd(); in dump() local 310 while ( iter != end ) in dump()
|
/trunk/main/codemaker/source/codemaker/ |
H A D | typemanager.cxx | 132 while (iter != regFiles.end()) in init() 144 while (iter != extraFiles.end()) in init() 306 while (iter != m_pImpl->m_registries.end()) in freeRegistries() 312 while (iter != m_pImpl->m_extra_registries.end()) in freeRegistries() 326 while (iter != m_pImpl->m_registries.end()) in searchTypeKey() 340 while (iter != m_pImpl->m_extra_registries.end()) in searchTypeKey() 374 while (iter != m_pImpl->m_registries.end()) in getTypeKeys() 386 while (iter != m_pImpl->m_extra_registries.end()) in getTypeKeys()
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | slidechangebase.cxx | 198 mrViewContainer.end(), in prefetch() 225 void SlideChangeBase::end() in end() function in slideshow::internal::SlideChangeBase 420 maViewData.end(), in viewRemoved() 426 maViewData.end() ); in viewRemoved() 439 maViewData.end(), in viewChanged() 446 OSL_ASSERT( aModifiedEntry != maViewData.end() ); in viewChanged() 447 if( aModifiedEntry == maViewData.end() ) in viewChanged() 463 ViewsVecT::iterator const aEnd ( maViewData.end() ); in viewsChanged()
|
/trunk/main/comphelper/source/property/ |
H A D | ChainablePropertySet.cxx | 83 if( aIter == mpInfo->maMap.end()) in setPropertyValue() 101 if( aIter == mpInfo->maMap.end()) in getPropertyValue() 156 PropertyInfoHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in setPropertyValues() 189 PropertyInfoHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in getPropertyValues() 228 if( aIter == mpInfo->maMap.end()) in getPropertyState() 250 PropertyInfoHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in getPropertyStates() 271 if( aIter == mpInfo->maMap.end()) in setPropertyToDefault() 281 if( aIter == mpInfo->maMap.end()) in getPropertyDefault()
|
/trunk/main/vcl/source/fontsubset/ |
H A D | gsub.cxx | 181 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ReadGSUB() 184 … const int nAvailable = std::count( aReqFeatureTagList.begin(), aReqFeatureTagList.end(), nTag); in ReadGSUB() 214 if( std::count( aLookupIndexList.begin(), aLookupIndexList.end(), nLookupIdx ) ) in ReadGSUB() 219 for(; it != aLookupOffsetList.end(); ++it ) in ReadGSUB() 296 for(; subst_it != aSubstVector.end(); ++subst_it ) in ReadGSUB() 304 … for( int i = nCntGlyph; (subst_it != aSubstVector.end()) && (--i>=0); ++subst_it ) in ReadGSUB() 320 for( subst_it = aSubstVector.begin(); subst_it != aSubstVector.end(); ++subst_it ) in ReadGSUB() 341 if( it != pGlyphSubstitution->end() ) in UseGSUB()
|
/trunk/main/sd/source/ui/view/ |
H A D | WindowUpdater.cxx | 68 maWindowList.begin(), maWindowList.end(), pWindow)); in RegisterWindow() 69 if (aWindowIterator == maWindowList.end()) in RegisterWindow() 85 maWindowList.begin(), maWindowList.end(), pWindow)); in UnregisterWindow() 86 if (aWindowIterator != maWindowList.end()) in UnregisterWindow() 171 while (aWindowIterator != maWindowList.end()) in ConfigurationChanged() 180 while (aWindowIterator != maWindowList.end()) in ConfigurationChanged()
|
/trunk/main/comphelper/source/misc/ |
H A D | numberedcollection.cxx | 99 if (pIt != m_lComponents.end()) in leaseNumber() 136 pComponent != m_lComponents.end (); in releaseNumber() 175 if (pIt != m_lComponents.end()) in releaseNumberForComponent() 230 pComponent != m_lComponents.end (); in impl_searchFreeNumber() 242 …terator pPossible = ::std::find(lPossibleNumbers.begin (), lPossibleNumbers.end (), rItem.nNumber); in impl_searchFreeNumber() 243 if (pPossible != lPossibleNumbers.end ()) in impl_searchFreeNumber() 265 pIt != lDeadItems.end (); in impl_cleanUpDeadItems()
|
H A D | namedvaluecollection.cxx | 144 namedValue != _rAdditionalValues.m_pImpl->aValues.end(); in merge() 173 m_pImpl->aValues.end(), in getNames() 263 if ( pos != m_pImpl->aValues.end() ) in get_ensureType() 294 if ( pos != m_pImpl->aValues.end() ) in impl_get() 305 return ( pos != m_pImpl->aValues.end() ); in impl_has() 320 if ( pos == m_pImpl->aValues.end() ) in impl_remove() 351 …::std::transform( m_pImpl->aValues.begin(), m_pImpl->aValues.end(), _out_rValues.getArray(), Value… in operator >>=() 359 …::std::transform( m_pImpl->aValues.begin(), m_pImpl->aValues.end(), _out_rValues.getArray(), Value… in operator >>=()
|
/trunk/main/scripting/source/storage/ |
H A D | ScriptStorage.cxx | 210 if ( h_it != mh_scriptLangs->end() ) in initialize() 485 Datas_vec::const_iterator it_end = vScriptDatas.end(); in updateMaps() 492 if ( h_it == mh_implementations.end() ) in updateMaps() 539 ScriptData_hash::iterator it_end = mh_implementations.end(); in save() 543 ScriptFunction_hash::iterator it_sfh_end = it->second.end(); in save() 549 if ( it_parcels == mh_parcels.end() ) in save() 588 ScriptOutput_hash::const_iterator out_it_end = mh_parcels.end(); in save() 729 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getImplementations() 751 ScriptFunction_hash::const_iterator it_datas_end = h_it->second.end(); in getImplementations() 779 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getAllImplementations() [all …]
|
/trunk/main/basebmp/source/ |
H A D | polypolygonrenderer.cxx | 84 const VectorOfVectorOfVertices::iterator aEnd( rGET.end() ); in setupGlobalEdgeTable() 90 aIter->end(), in setupGlobalEdgeTable() 109 VectorOfVertexPtr::iterator const end( rAETSrc.end() ); in sortAET() local 110 while( iter != end ) in sortAET() 119 std::stable_sort( rAETDest.begin(), rAETDest.end(), aComp ); in sortAET()
|
/trunk/main/animations/source/animcore/ |
H A D | animcore.cxx | 395 return maIter != maChilds.end(); in hasMoreElements() 403 if( maIter == maChilds.end() ) in nextElement() 1844 if( before == maChilds.end() ) in insertBefore() 1847 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in insertBefore() 1870 if( before == maChilds.end() ) in insertAfter() 1873 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in insertAfter() 1877 if( before != maChilds.end() ) in insertAfter() 1900 if( replace == maChilds.end() ) in replaceChild() 1903 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in replaceChild() 1929 if( old == maChilds.end() ) in removeChild() [all …]
|
/trunk/main/sd/source/ui/presenter/ |
H A D | PresenterCanvasFactory.cxx | 71 for (iterator iDescriptor=begin(); iDescriptor!=end(); ++iDescriptor) in FindDescriptor() 74 return end(); in FindDescriptor() 113 if (mpSharedWindows->FindDescriptor(rxWindow) != mpSharedWindows->end()) in AddSharedWindow() 131 if (iDescriptor != mpSharedWindows->end()) in RemoveSharedWindow() 174 if (iDescriptor != mpSharedWindows->end()) in CreateSharedCanvas() 207 if (iDescriptor != mpSharedWindows->end()) in CreateCanvasForSprite() 265 if (iDescriptor != mpSharedWindows->end()) in GetSharedCanvas()
|
/trunk/main/slideshow/source/engine/ |
H A D | activitiesqueue.cxx | 63 maCurrentActivitiesWaiting.end(), in ~ActivitiesQueue() 66 maCurrentActivitiesReinsert.end(), in ~ActivitiesQueue() 100 maCurrentActivitiesWaiting.end() ); in process() 182 maDequeuedActivities.end(), in processDequeued() 196 maCurrentActivitiesWaiting.end(), in clear() 201 maCurrentActivitiesReinsert.end(), in clear()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | createaddresslistdialog.cxx | 131 for(aTextIter = m_aFixedTexts.begin(); aTextIter != m_aFixedTexts.end(); ++aTextIter) in ~SwAddressControl_Impl() 134 for(aEditIter = m_aEdits.begin(); aEditIter != m_aEdits.end(); ++aEditIter) in ~SwAddressControl_Impl() 147 for(aTextIter = m_aFixedTexts.begin(); aTextIter != m_aFixedTexts.end(); ++aTextIter) in SetData() 150 for(aEditIter = m_aEdits.begin(); aEditIter != m_aEdits.end(); ++aEditIter) in SetData() 166 aHeaderIter != m_pData->aDBColumnHeaders.end(); in SetData() 190 aHeaderIter != m_pData->aDBColumnHeaders.end(); in SetData() 251 for(aEditIter = m_aEdits.begin(); aEditIter != m_aEdits.end(); ++aEditIter, ++nIndex) in SetCurrentDataSet() 562 aHeaderIter != m_pCSVData->aDBColumnHeaders.end(); in IMPL_LINK() 593 aHeaderIter != m_pCSVData->aDBColumnHeaders.end(); in IMPL_LINK() 644 aHeaderIter != m_pCSVData->aDBColumnHeaders.end(); in IMPL_LINK() [all …]
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolbox.cxx | 211 if ( aIter != m_aAccessibleChildren.end() && aIter->second.is()) in GetItem_Impl() 243 aIter != m_aAccessibleChildren.end(); ++aIter ) in UpdateFocus_Impl() 277 if ( aIter != m_aAccessibleChildren.end() && aIter->second.is() ) in ReleaseFocus_Impl() 296 aIter != m_aAccessibleChildren.end(); ++aIter ) in UpdateChecked_Impl() 378 if ( m_aAccessibleChildren.end() != aItemPos ) in UpdateItem_Impl() 387 while ( m_aAccessibleChildren.end() != aIndexAdjust ) in UpdateItem_Impl() 432 aIter != m_aAccessibleChildren.end(); ++aIter ) in UpdateAllItems_Impl() 605 if ( m_aAccessibleChildren.end() != aAccessiblePos ) in ProcessWindowEvent() 649 aIter != m_aAccessibleChildren.end(); ++aIter ) in ProcessWindowEvent() 699 aIter != m_aAccessibleChildren.end(); ++aIter ) in IMPLEMENT_FORWARD_XINTERFACE2() [all …]
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygon.cxx | 206 CoordinateData2DVector::iterator aEnd(maVector.end()); in transform() 222 const basegfx::B2DPoint* end() const in end() function in CoordinateDataArray2D 238 basegfx::B2DPoint* end() in end() function in CoordinateDataArray2D 1174 const basegfx::B2DPoint* end() const in end() function in ImplB2DPolygon 1176 return maPoints.end(); in end() 1185 basegfx::B2DPoint* end() in end() function in ImplB2DPolygon 1188 return maPoints.end(); in end() 1633 const B2DPoint* B2DPolygon::end() const in end() function in basegfx::B2DPolygon 1635 return mpPolygon->end(); in end() 1643 B2DPoint* B2DPolygon::end() in end() function in basegfx::B2DPolygon [all …]
|
/trunk/main/shell/source/unix/sysshell/ |
H A D | recently_used_file_handler.cxx | 120 string_container_t::const_iterator iter_end = groups_.end(); in has_group() 144 string_container_t::const_iterator iter_end = groups_.end(); in write_xml() 255 if (named_command_map_.find(local_name) != named_command_map_.end()) in end_element() 363 item_list.end(), in write_recently_used_items() 382 item_list.end(), in recently_used_item_list_clear() 422 item_list.end(), in recently_used_item_list_add() 425 if (iter != item_list.end()) in recently_used_item_list_add() 456 item_list.end(), in recently_used_item_list_add()
|
/trunk/main/svl/source/items/ |
H A D | stylepool.cxx | 154 while( aIter != mChildren.end() ) in findChildNode() 194 aIter = std::find( mChildren.begin(), mChildren.end(), pLast ); in nextItemSet() 195 if( aIter != mChildren.end() ) in nextItemSet() 199 while( aIter != mChildren.end() ) in nextItemSet() 241 while( aIter != mChildren.end() && !bHasIgnorableChildren ) in hasIgnorableChildren() 264 while( aIter != mChildren.end() ) in getItemSetOfIgnorableChild() 293 while( aIter != mChildren.end() ) in ~Node() 327 while( mpNode || mpCurrNode != mrRoot.end() ) in getNext()
|
/trunk/main/stoc/source/registry_tdprovider/ |
H A D | rdbtdp_tdenumeration.cxx | 108 const RegistryKeyList::const_iterator end = rBaseKeys.end(); in createInstance() local 111 while ( it != end ) in createInstance() 200 RegistryKeyList::const_iterator end = m_aModuleKeys.end(); in ~TypeDescriptionEnumerationImpl() local 225 end = m_aCurrentModuleSubKeys.end(); in ~TypeDescriptionEnumerationImpl() 226 while ( it != end ) in ~TypeDescriptionEnumerationImpl()
|
/trunk/main/configmgr/source/ |
H A D | data.cxx | 55 rtl::OUString const & encoded, sal_Int32 begin, sal_Int32 end, in decode() argument 59 begin >= 0 && begin <= end && end <= encoded.getLength() && in decode() 62 while (begin != end) { in decode() 82 OSL_ASSERT(begin <= end); in decode() 201 return i == map.end() || i->second->getLayer() > layer in findNode() 234 for (rtl::Reference< Node > p(i == components.end() ? 0 : i->second);;) { in resolvePathRepresentation() 351 if (i == extensionXcuAdditions_.end()) { in removeExtensionXcuAdditions()
|