Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/model/main/
H A DAxis.cxx274 typedef uno::Reference< beans::XPropertySet > lcl_tSubGridType; typedef
275 typedef uno::Sequence< lcl_tSubGridType > lcl_tSubGridSeq;
280 const lcl_tSubGridType * pBegin = rSource.getConstArray(); in lcl_CloneSubGrids()
281 const lcl_tSubGridType * pEnd = pBegin + rSource.getLength(); in lcl_CloneSubGrids()
284 lcl_tSubGridType * pDestBegin = rDestination.getArray(); in lcl_CloneSubGrids()
285 lcl_tSubGridType * pDestEnd = pDestBegin + rDestination.getLength(); in lcl_CloneSubGrids()
286 lcl_tSubGridType * pDestIt = pDestBegin; in lcl_CloneSubGrids()
288 for( const lcl_tSubGridType * pIt = pBegin; pIt != pEnd; ++pIt ) in lcl_CloneSubGrids()