Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx183 tSecondaryPosHelperMap::iterator aPosIt = m_aSecondaryPosHelperMap.begin(); in ~VSeriesPlotter() local
184 while( aPosIt != m_aSecondaryPosHelperMap.end() ) in ~VSeriesPlotter()
186 PlottingPositionHelper* pPosHelper = aPosIt->second; in ~VSeriesPlotter()
189 ++aPosIt; in ~VSeriesPlotter()
1707 tSecondaryPosHelperMap::const_iterator aPosIt = m_aSecondaryPosHelperMap.find( nAxisIndex ); in getPlottingPositionHelper() local
1708 if( aPosIt != m_aSecondaryPosHelperMap.end() ) in getPlottingPositionHelper()
1710 pRet = aPosIt->second; in getPlottingPositionHelper()
/aoo4110/main/oox/source/xls/
H A Dformulaparser.cxx196 ParameterPosVector::const_iterator aPosIt = aParams.begin(); in processParameters() local
207 if( const ApiToken* pECToken = getSingleToken( *aPosIt + 1, *(aPosIt + 1) ) ) in processParameters()
216 ++aPosIt; in processParameters()
224 for( size_t nParam = 0; nParam < nParamCount; ++nParam, ++aPosIt, ++aParamInfoIt ) in processParameters()
233 const ApiToken* pParamBegin = *aPosIt + 1; in processParameters()
234 const ApiToken* pParamEnd = *(aPosIt + 1); in processParameters()

Completed in 45 milliseconds