Searched refs:tSecondaryPosHelperMap (Results 1 – 2 of 2) sorted by relevance
438 typedef std::map< sal_Int32 , PlottingPositionHelper* > tSecondaryPosHelperMap; typedef in chart::VSeriesPlotter439 mutable tSecondaryPosHelperMap m_aSecondaryPosHelperMap;
183 tSecondaryPosHelperMap::iterator aPosIt = m_aSecondaryPosHelperMap.begin(); in ~VSeriesPlotter()1706 tSecondaryPosHelperMap::const_iterator aPosIt = m_aSecondaryPosHelperMap.find( nAxisIndex ); in getPlottingPositionHelper()