/aoo41x/main/soltools/giparser/ |
H A D | gi_list.cxx | 69 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in operator []() 93 sub_iterator it = lower_bound(bExists, sNextPathSegment, let_dpInfo->Key() ); in InsertInfo() 127 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in InsertInfoByPath() 166 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in ReleaseInfo() 186 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in DeleteInfo() 202 List_GenericInfo::lower_bound( bool & o_bExists, in lower_bound() function in List_GenericInfo
|
/aoo41x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 649 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in EndListeningArea() 717 for (TableSlotsMap::const_iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in AreaBroadcastInRange() 741 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in DelBroadcastAreasInRange() 781 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in UpdateBroadcastAreas() 850 TableSlotsMap::iterator iDel( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in UpdateBroadcastAreas() 851 TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab() - nDz)); in UpdateBroadcastAreas() 868 TableSlotsMap::iterator iStop( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in UpdateBroadcastAreas()
|
H A D | table5.cxx | 399 set<SCROW>::const_iterator itr = maRowManualBreaks.lower_bound(nRow); in GetNextManualBreak() 410 set<SCROW>::iterator low = maRowPageBreaks.lower_bound(nStartRow); in RemoveRowPageBreaks()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvsplits.cxx | 42 iterator aIter = ::std::lower_bound( maVec.begin(), maVec.end(), nPos ); in Insert() 82 const_iterator aIter = ::std::lower_bound( maVec.begin(), maVec.end(), nPos ); in GetIndex() 88 return GetIterIndex( ::std::lower_bound( maVec.begin(), maVec.end(), nPos ) ); in LowerBound()
|
/aoo41x/main/autodoc/source/display/toolkit/ |
H A D | out_node.cxx | 141 ret = std::lower_bound( aChildren.begin(), in find_Child() 156 aChildren.insert( std::lower_bound( aChildren.begin(), in add_Child()
|
/aoo41x/main/oox/source/helper/ |
H A D | containerhelper.cxx | 62 …ValueRangeVector::iterator aIt = ::std::lower_bound( aBeg, aEnd, rRange.mnFirst, ValueRangeComp() … in insert() 91 …ValueRangeVector::const_iterator aIt = ::std::lower_bound( maRanges.begin(), maRanges.end(), rRang… in getIntersection()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmldrawing.cxx | 122 …BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in registerBlockId() 181 …BlockIdVector::iterator aIt = ::std::lower_bound( maBlockIds.begin(), maBlockIds.end(), nBlockId ); in getLocalShapeIndex()
|
/aoo41x/main/comphelper/source/property/ |
H A D | property.cxx | 178 …const Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen, _rPropName,PropertyS… in RemoveProperty() 195 …Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen,sPropName, PropertyStringLe… in ModifyPropertyAttributes()
|
H A D | propertycontainerhelper.cxx | 219 PropertiesIterator pos = ::std::lower_bound( in implPushBackProperty() 466 PropertiesIterator aLowerBound = ::std::lower_bound( in searchHandle()
|
/aoo41x/main/forms/source/component/ |
H A D | GroupManager.hxx | 70 typename ::std::vector<ELEMENT>::iterator aInsertPos = lower_bound( in insert_sorted() 83 typename ::std::vector<ELEMENT>::const_iterator aExistentPos = lower_bound( in seek_entry()
|
H A D | findpos.cxx | 45 const ::rtl::OUString* pResult = ::std::lower_bound( in findPos()
|
/aoo41x/main/sw/source/core/access/ |
H A D | acctable.cxx | 405 rRowsOrCols.lower_bound( nPos ) ); in GetSelection() 589 maRows.lower_bound( rBox.Top() - maTabFrmPos.Y() ) ); in GetRowColumnAndExtent() 597 aStt = maColumns.lower_bound( rBox.Left() - maTabFrmPos.X() ); in GetRowColumnAndExtent() 1393 GetTableData().GetRows().lower_bound( nTop ) ); in getAccessibleRow() 1432 GetTableData().GetColumns().lower_bound( nLeft ) ); in getAccessibleColumn()
|
/aoo41x/main/svx/source/smarttags/ |
H A D | SmartTagMgr.cxx | 194 …for ( aActionsIter = maSmartTagMap.lower_bound( rSmartTagType ); aActionsIter != aEnd; ++aActionsI… in GetActionSequences() 211 SmartTagMapIter aLower = maSmartTagMap.lower_bound( rSmartTagType ); in GetSmartTagCaption()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 100 lower_bound( in lcl_InsertMarkSorted() 219 IDocumentMarkAccess::iterator_t ppCurrentMark = lower_bound( in lcl_FindMark() 245 for(IDocumentMarkAccess::iterator_t ppCurrentMark = lower_bound( in lcl_FindMarkAtPos() 897 lower_bound( in deleteMark()
|
/aoo41x/main/basegfx/source/tools/ |
H A D | keystoplerp.cxx | 83 std::lower_bound( maKeyStops.begin(), in lerp()
|
/aoo41x/main/basegfx/source/curve/ |
H A D | b2dbeziertools.cxx | 115 …::std::vector< double >::const_iterator aIter = ::std::lower_bound(maLengthArray.begin(), maLength… in distanceToRelative()
|
/aoo41x/main/soltools/inc/ |
H A D | gi_list.hxx | 118 sub_iterator lower_bound(
|
/aoo41x/main/chart2/source/tools/ |
H A D | InternalDataProvider.cxx | 989 tSequenceMap::const_iterator aBegin( m_aSequenceMap.lower_bound( C2U("0"))); in insertDataPointForAllSequences() 1013 tSequenceMap::const_iterator aBegin( m_aSequenceMap.lower_bound( C2U("0"))); in deleteDataPointForAllSequences() 1033 tSequenceMap::const_iterator aBegin( m_aSequenceMap.lower_bound( C2U("0"))); in swapDataPointWithNextOneForAllSequences()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | sortedobjsimpl.cxx | 225 tIter aInsPosIter = std::lower_bound( maSortedObjLst.begin(), in Insert()
|
/aoo41x/main/autodoc/source/ary/cpp/ |
H A D | c_namesp.cxx | 197 itLower = aLocalOperations.lower_bound(i_sName); in Search_LocalOperations()
|
/aoo41x/main/tools/source/rc/ |
H A D | resmgr.cxx | 523 ImpContent * pFind = ::std::lower_bound(pContent, in GetBitmapStream() 674 ImpContent * pFind = ::std::lower_bound(pContent, in IsGlobalAvailable() 693 ImpContent* pFind = ::std::lower_bound( pContent, in LoadGlobalRes()
|
/aoo41x/main/unoxml/source/events/ |
H A D | eventdispatcher.cxx | 90 ListenerMap::const_iterator iter = pMap->lower_bound(pNode); in callListeners()
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | syscreds.cxx | 157 aIter = rContainer.lower_bound( tmpUrl ); in findURL()
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | polypolygonrenderer.hxx | 213 pAET->insert( std::lower_bound( pAET->begin(), in renderClippedPolyPolygon()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 613 …std::vector< double >::const_iterator aIter = std::lower_bound( rDistances.begin(), rDistances.end… in InsertMissingOutlinePoints() 637 …std::vector< double >::const_iterator aIter = std::lower_bound( rDistances.begin(), rDistances.end… in GetPoint()
|