/trunk/main/framework/source/helper/ |
H A D | statusindicatorfactory.cxx | 178 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in start() 179 if (pItem != m_aStack.end()) in start() 206 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in reset() 207 if (pItem != m_aStack.end()) in reset() 237 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in end() 238 if (pItem != m_aStack.end()) in end() 274 xProgress->end(); in end() 291 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in setText() 292 if (pItem != m_aStack.end()) in setText() 322 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in setValue() [all …]
|
/trunk/main/chart2/source/model/main/ |
H A D | DataSeries.cxx | 96 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 139 aIt != rSource.end(); ++aIt ) in lcl_CloneAttributedDataPoints() 289 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 320 aIt != m_aAttributedDataPoints.end(); ++aIt ) in getFastPropertyValue() 384 if( aIt != m_aAttributedDataPoints.end() ) in getDataPointByIndex() 424 if( aIt != m_aAttributedDataPoints.end()) in resetDataPoint() 497 if( ::std::find( m_aRegressionCurves.begin(), m_aRegressionCurves.end(), xRegressionCurve ) in addRegressionCurve() 498 != m_aRegressionCurves.end()) in addRegressionCurve() 520 if( aIt == m_aRegressionCurves.end()) in removeRegressionCurve() 598 ::std::find( m_aDataSequences.begin(), m_aDataSequences.end(), rEventObject.Source )); in disposing() [all …]
|
H A D | LayoutContainer.cxx | 67 m_aLayoutElements.end(), in addElementByIdentifier() 68 aIdentifier ) != m_aLayoutElements.end()) in addElementByIdentifier() 80 m_aLayoutElements.end(), in removeElementByIdentifier() 83 if( aIt == m_aLayoutElements.end()) in removeElementByIdentifier() 97 m_aLayoutElements.end(), in setConstraintByIdentifier() 98 aIdentifier ) == m_aLayoutElements.end()) in setConstraintByIdentifier() 109 if( aIt == m_aConstraints.end()) in getConstraintByIdentifier()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterPaneAnimator.cxx | 349 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in FreezePanes() 364 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in ActivatePanes() 380 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in DeactivatePanes() 421 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in RestoreFrozenWindows() 1123 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in Restore() 1168 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in MovePanes() 1191 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in ActivatePanes() 1203 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in DeactivatePanes() 1215 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in ShowPanes() 1228 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in HidePanes() [all …]
|
/trunk/main/autodoc/source/cosv/storage/ |
H A D | dirchain.cxx | 99 aPath.insert( aPath.end(), i_sPath.Begin(), i_sPath.End() ); in PushBack() 108 aPath.erase( aPath.begin(), aPath.end() ); in PopFront() 115 aPath.erase( aPath.end() - i_nCount, aPath.end() ); in PopBack() 117 aPath.erase( aPath.begin(), aPath.end() ); in PopBack() 125 it != aPath.end(); in Get() 139 it != aPath.end(); in Get()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 111 if( aIt != aTranslationMap.end()) in lcl_ConvertRole() 119 ::std::find_if( aTranslationMap.begin(), aTranslationMap.end(), in lcl_ConvertRole() 125 if( aIt != aTranslationMap.end()) in lcl_ConvertRole() 457 ::std::copy( aContainers.begin(), aContainers.end(), in getAllDataSeriesWithLabel() 482 if( aResult.find( aRoles[nI] ) == aResult.end() ) in getRolesWithRanges() 490 if( aResult.find( aRoles[nI] ) == aResult.end() ) in getRolesWithRanges() 553 ::std::find( aSeries.begin(), aSeries.end(), xSeries ); in insertSeriesAfter() 554 if( aIt == aSeries.end()) in insertSeriesAfter() 740 if( aIt != aRoleIndexMap.end()) in GetRoleIndexForSorting() 775 == rSeriesToReUse.end()) in applyInterpretedData() [all …]
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 192 ORptExport::TSectionsGrid::iterator aSectionEnd = _rGrid.end(); in lcl_adjustColumnSpanOverRows() 527 ::std::vector<sal_Int32>::const_iterator aEnd = _aSize.end(); in collectStyleNames() 587 aColumnPos.erase(::std::unique(aColumnPos.begin(),aColumnPos.end()),aColumnPos.end()); in exportSectionAutoStyle() 590 aRowPos.erase(::std::unique(aRowPos.begin(),aRowPos.end()),aRowPos.end()); in exportSectionAutoStyle() 770 if ( aColFind == m_aColumnStyleNames.end() ) in exportTableColumns() 774 TStringVec::iterator aColEnd = aColFind->second.end(); in exportTableColumns() 790 if ( aFind == m_aSectionsGrid.end() ) in exportContainer() 793 TGrid::iterator aRowEnd = aFind->second.end(); in exportContainer() 817 if ( aRowSpanFind != aRowSpan.end() ) in exportContainer() 1070 if ( aFind != m_aAutoStyleNames.end() ) in exportStyleName() [all …]
|
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | securityenvironment_mscryptimpl.cxx | 175 for( symKeyIt = m_tSymKeyList.begin() ; symKeyIt != m_tSymKeyList.end() ; symKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl() 182 for( pubKeyIt = m_tPubKeyList.begin() ; pubKeyIt != m_tPubKeyList.end() ; pubKeyIt ++ ) in ~SecurityEnvironment_MSCryptImpl() 343 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in adoptSymKey() 368 for( keyIt = m_tSymKeyList.begin() ; keyIt != m_tSymKeyList.end() ; keyIt ++ ) { in rejectSymKey() 387 if( pos == position && keyIt != m_tSymKeyList.end() ) in getSymKey() 399 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in adoptPubKey() 424 for( keyIt = m_tPubKeyList.begin() ; keyIt != m_tPubKeyList.end() ; keyIt ++ ) { in rejectPubKey() 443 if( pos == position && keyIt != m_tPubKeyList.end() ) in getPubKey() 455 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in adoptPriKey() 480 for( keyIt = m_tPriKeyList.begin() ; keyIt != m_tPriKeyList.end() ; keyIt ++ ) { in rejectPriKey() [all …]
|
/trunk/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 89 for (::std::vector<Panel*>::iterator iPanel(aPanels.begin()),iEnd(aPanels.end()); in ClearPanels() 111 for (::std::vector<Button*>::iterator iButton(aButtons.begin()),iEnd(aButtons.end()); in ClearButtons() 144 for(SharedPanelContainer::const_iterator iPanel(rPanels.begin()),iEnd(rPanels.end()); in SetPanels() 168 for (::std::vector<Button*>::const_iterator iButton(rButtons.begin()),iEnd(rButtons.end()); in SetButtons() 232 for (::std::vector<Panel*>::const_iterator iPanel(maPanels.begin()),iEnd(maPanels.end()); in IsAnyPanelFocused() 249 for (::std::vector<Button*>::const_iterator iButton(maButtons.begin()),iEnd(maButtons.end()); in IsAnyButtonFocused() 385 … ::std::vector<Panel*>::iterator iPanel (::std::find(maPanels.begin(), maPanels.end(), &rWindow)); in RemoveWindow() 386 if (iPanel != maPanels.end()) in RemoveWindow() 398 …::std::vector<Button*>::iterator iButton (::std::find(maButtons.begin(), maButtons.end(), &rWindow… in RemoveWindow() 399 if (iButton != maButtons.end()) in RemoveWindow()
|
H A D | TabBar.cxx | 118 iItem(maItems.begin()), iEnd(maItems.end()); in SetDecks() 131 iEnd(rDecks.end()); in SetDecks() 170 iItem(maItems.begin()), iEnd(maItems.end()); in UpdateButtonIcons() 213 iItem(maItems.begin()), iEnd(maItems.end()); in Layout() 239 for (ItemContainer::iterator iItem(maItems.begin()),iEnd(maItems.end()); in HighlightDeck() 255 for (ItemContainer::iterator iItem(maItems.begin()),iEnd(maItems.end()); in GetItemForId() 355 for(ItemContainer::iterator iItem(maItems.begin()),iEnd(maItems.end()); in RestoreHideFlags() 379 iItem(maItems.begin()), iEnd(maItems.end()); in UpdateFocusManager() 398 for(ItemContainer::const_iterator iItem(maItems.begin()),iEnd(maItems.end()); in IMPL_LINK()
|
/trunk/main/sal/qa/osl/process/ |
H A D | osl_process.cxx | 265 string_container_const_iter_t iter_end = exclude_list.end(); in exclude() 273 return (exclude_list_.end() != in operator ()() 276 exclude_list_.end(), in operator ()() 389 std::copy(env.begin(), env.end(), oi); in dump_env() 405 (std::equal(child_env.begin(), child_env.end(), parent_env.begin()))); in compare_environments() 419 std::remove_if(parent_env.begin(), parent_env.end(), exclude(different_env_vars)), in compare_merged_environments() 420 parent_env.end()); in compare_merged_environments() 432 std::stable_partition(child_env.begin(), child_env.end(), exclude(different_env_vars)); in compare_merged_environments() 438 …bool common_env_content_equals = std::equal(child_env.begin(), child_env.end(), parent_env.begin()… in compare_merged_environments() 442 …std::equal(different_env_vars.begin(), different_env_vars.end(), different_child_env_vars.begin()); in compare_merged_environments()
|
/trunk/main/cppuhelper/source/ |
H A D | propertysetmixin.cxx | 364 i != m_data->properties.end(); ++i) in getProperties() 548 if (i == properties.end()) { in setProperty() 645 if (i == properties.end()) { in getProperty() 1081 i != specificVeto.end(); ++i) in prepareSet() 1088 i != unspecificVeto.end(); ++i) in prepareSet() 1117 i != boundListeners.end(); ++i) in dispose() 1120 j != i->second.end(); ++j) in dispose() 1126 i != vetoListeners.end(); ++i) in dispose() 1129 j != i->second.end(); ++j) in dispose() 1253 if (j != i->second.end()) { in removePropertyChangeListener() [all …]
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 97 ODatabaseExport::TColumns::iterator aEnd = _rColumns.end(); in clearColumns() 381 col != m_aColumnInfo.end(); in getColumnNames() 417 col != m_aColumnInfo.end(); in createFieldDescription() 848 if ( aDestIter != m_vDestColumns.end() ) in CheckColumns() 1080 if ( aFind != m_vDestColumns.end() ) in insertColumn() 1167 if ( keyPos != _rColumns.end() ) in loadData() 1367 if ( aDestIter != m_vDestColumns.end() ) in createTable() 1374 m_vColumnPos.end(), in createTable() 1380 if ( m_vColumnPos.end() != aPosFind ) in createTable() 1646 if ( m_vSourceColumns.find(sName) != m_vSourceColumns.end()) in createUniqueName() [all …]
|
/trunk/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyeditiondata.cxx | 56 std::size_t suffixLength, wchar_t ** end = NULL) in getProperty() argument 73 if (end != NULL) { in getProperty() 74 *end = data + n + suffixLength; in getProperty() 120 wchar_t * end; in copyEditionData() local 124 LCL_STRING0(L"program\\edition\0"), &end)); in copyEditionData() 140 *(end - LCL_LENGTH0(L"\\edition\0")) = L'\0'; in copyEditionData() 141 *(end - LCL_LENGTH0(L"\\edition\0") + 1) = L'\0'; in copyEditionData()
|
/trunk/main/soltools/mkdepend/ |
H A D | include.c | 149 register char *end, *from, *to, **cp; local 162 for (from=end=path; *end; end++) 163 if (*end == '/') { 164 while (*end == '/') 165 *end++ = '\0'; 168 from = end;
|
/trunk/main/sd/res/webview/ |
H A D | common.inc | 56 end if 57 end function 75 end function 91 end if 108 end if 109 end if 112 end function 130 end function
|
/trunk/main/dbaccess/source/ext/macromigration/ |
H A D | progressmixer.cxx | 94 ,pCurrentPhase( aPhases.end() ) in ProgressMixer_Data() 109 return _rData.pCurrentPhase != _rData.aPhases.end(); in lcl_isRunning() 125 phase != _rData.aPhases.end(); in lcl_ensureInitialized() 158 OSL_ENSURE( m_pData->aPhases.find( _nID ) == m_pData->aPhases.end(), in registerPhase() 167 OSL_ENSURE( m_pData->aPhases.find( _nID ) != m_pData->aPhases.end(), in startPhase() 207 if ( pNextPhase == m_pData->aPhases.end() ) in endPhase() 208 m_pData->rConsumer.end(); in endPhase()
|
/trunk/main/vcl/inc/ |
H A D | graphite_cache.hxx | 58 mvGlyphs.insert(mvGlyphs.begin(), vGlyphs.begin(), vGlyphs.end()); in setGlyphVectors() 59 mvCharDxs.insert(mvCharDxs.begin(),vCharDxs.begin(),vCharDxs.end()); in setGlyphVectors() 60 mvChar2BaseGlyph.insert(mvChar2BaseGlyph.begin(),vChar2Base.begin(),vChar2Base.end()); in setGlyphVectors() 61 mvGlyph2Char.insert(mvGlyph2Char.begin(),vGlyph2Char.begin(),vGlyph2Char.end()); in setGlyphVectors() 118 while (i != m_segMap.end()) in ~GraphiteSegmentCache() 134 if (iMap != m_segMap.end()) in getSegment() 141 if (iMap != m_segMap.end()) in getSegment() 257 while (i != m_cacheMap.end()) in ~GraphiteCacheHandler()
|
/trunk/main/slideshow/source/engine/ |
H A D | sp_debug.cxx | 128 for(map_type::const_iterator i = m.begin(); i != m.end(); ++i) in find_unreachable_objects_impl() 143 for(map2_type::iterator i = m2.begin(); i != m2.end(); ++i) in find_unreachable_objects_impl() 151 for(open_type::iterator j = open.begin(); j != open.end(); ++j) in find_unreachable_objects_impl() 162 BOOST_ASSERT(i != m.end()); in find_unreachable_objects_impl() 190 for(map2_type::iterator j = m2.begin(); j != m2.end(); ++j) in find_unreachable_objects() 193 BOOST_ASSERT(i != m.end()); in find_unreachable_objects() 237 for(map2_type::iterator j = m2.begin(); j != m2.end(); ++j) in free_unreachable_objects() 240 BOOST_ASSERT(i != m.end()); in free_unreachable_objects()
|
/trunk/main/idlc/source/ |
H A D | astscope.cxx | 108 DeclList::const_iterator end = getIteratorEnd(); in getNodeCount() local 112 while ( iter != end ) in getNodeCount() 220 DeclList::const_iterator end(m_declarations.end()); in lookupByNameLocal() local 223 while ( iter != end ) in lookupByNameLocal() 249 AstInterface::InheritedInterfaces::const_iterator end( in lookupInInherited() local 250 pInterface->getAllInheritedInterfaces().end()); in lookupInInherited() 251 while ( iter != end ) in lookupInInherited()
|
/trunk/main/writerfilter/source/resourcemodel/ |
H A D | TagLogger.cxx | 142 while (aIt != mAttrs.end()) in toString() 158 while (aItTags != mTags.end()) in toString() 194 while (aIt != mAttrs.end()) in toTree() 211 if (aIt == mAttrs.end()) in toTree() 223 while (aItTags != mTags.end()) in toTree() 254 while (aItAttrs != mAttrs.end()) in output() 269 while (aItTags != mTags.end()) in output() 320 TagLoggerHashMap_t::iterator aIt = tagLoggers->end(); in getInstance() 325 if (aIt == tagLoggers->end()) in getInstance() 428 if (aIt != tagLoggers->end()) in dump()
|
/trunk/main/chart2/source/view/axes/ |
H A D | VCoordinateSystem.cxx | 147 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in setTransformationSceneToScreen() 237 aRet.insert( aRet.end(), aSubGrids.begin(), aSubGrids.end() ); in getGridListFromAxis() 303 if( aIt != m_aSecondaryExplicitScales.end() ) in getExplicitScale() 326 if( aIt != m_aSecondaryExplicitIncrements.end() ) in getExplicitIncrement() 350 tFullExplicitScaleMap::const_iterator aEnd = m_aSecondaryExplicitScales.end(); in getMaximumAxisIndexByDimension() 433 if( aIt != m_aAxisMap.end() ) in getVAxis() 470 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in createMaximumAxesLabels() 485 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in createAxesLabels() 501 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in updatePositions() 517 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in createAxesShapes()
|
/trunk/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 427 maPoints.insert(maPoints.end(), in handleFinalOwnLeftEdge() 429 rTmp.maPoints.end()); in handleFinalOwnLeftEdge() 470 maPoints.insert(maPoints.end(), in handleComplexLeftEdge() 472 rTmp.maPoints.end()); in handleComplexLeftEdge() 521 maPoints.end(), in getPolygon() 585 const std::vector<B2DRange>::const_iterator aEnd=rRanges.end(); in setupSweepLineEventListFromRanges() 586 … const std::vector<B2VectorOrientation>::const_iterator aEndOrientation=rOrientations.end(); in setupSweepLineEventListFromRanges() 631 o_rEventVector.end() ); in setupSweepLineEventListFromRanges() 701 const ListOfEdges::iterator aEnd ( io_rEdgeList.end() ); in createActiveEdgesFromStartEvent() 833 rActiveEdgeList. end(), in processActiveEdgesTopDown() [all …]
|
/trunk/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 141 if (aItr == aPropStates.end()) in AddPropertyState() 143 aLastItr = aPropStates.insert(aPropStates.end(), rPropState); in AddPropertyState() 154 while(!bInserted && (aItr++ != aPropStates.end())); in AddPropertyState() 250 FilterOropertiesHashMap_Impl::iterator aEnd = end(); in ~FilterPropertiesInfos_Impl() 332 FilterPropertyInfoList_Impl::iterator aEnd = aPropInfos.end(); in GetApiNames() 371 aIndexItr != aPropIter->GetIndexes().end(); in FillPropertyStateArray() 403 aIndexItr != aPropIter->GetIndexes().end(); in FillPropertyStateArray() 482 aIndexItr != rIndexes.end(); in FillPropertyStateArray() 509 aIndexItr != aItr->GetIndexes().end(); in FillPropertyStateArray() 533 aIndexItr != aItr->GetIndexes().end(); in FillPropertyStateArray() [all …]
|
/trunk/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 315 maModels.begin(), maModels.end(), in Clone_Impl() 497 if ( maModels.end() == aElementPos ) in replaceByName() 523 if ( maModels.end() == aElementPos ) in getByName() 583 if ( maModels.end() != aElementPos ) in insertByName() 605 if ( maModels.end() == aElementPos ) in removeByName() 658 maModels.begin(), maModels.end(), in setControlModels() 661 if ( maModels.end() != aPos ) in setControlModels() 969 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure() 1002 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure() 1045 maModels.begin(), maModels.end(), in propertyChange() [all …]
|