Home
last modified time | relevance | path

Searched refs:pEndIt (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/chart2/source/tools/
H A DColorPerPointHelper.cxx81 const sal_Int32 * pEndIt = pBegIt + aIndexList.getLength(); in hasPointOwnProperties() local
82 return ( ::std::find( pBegIt, pEndIt, nPointIndex ) != pEndIt ); in hasPointOwnProperties()
/aoo42x/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx94 const beans::PropertyValue * pEndIt = pIt + + rMediaDescriptor.getLength(); in lcl_getProperty() local
95 pIt = ::std::find_if( pIt, pEndIt, lcl_PropNameEquals( aPropName )); in lcl_getProperty()
96 if( pIt != pEndIt ) in lcl_getProperty()

Completed in 43 milliseconds