Lines Matching refs:vector

192     LabelIterator( ::std::vector< TickInfo >& rTickInfoVector
208 LabelIterator::LabelIterator( ::std::vector< TickInfo >& rTickInfoVector in LabelIterator()
363 MaxLabelTickIter( ::std::vector< TickInfo >& rTickInfoVector
371 ::std::vector< TickInfo >& m_rTickInfoVector;
372 ::std::vector< sal_Int32 > m_aValidIndices;
376 MaxLabelTickIter::MaxLabelTickIter( ::std::vector< TickInfo >& rTickInfoVector in MaxLabelTickIter()
465 void VCartesianAxis::createAllTickInfosFromComplexCategories( ::std::vector< ::std::vector< TickInf… in createAllTickInfosFromComplexCategories()
476 ::std::vector< TickInfo > aTickInfoVector; in createAllTickInfosFromComplexCategories()
477 …std::vector< ComplexCategory > aComplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider… in createAllTickInfosFromComplexCategories()
479 std::vector< ComplexCategory >::const_iterator aIt(aComplexCategories.begin()); in createAllTickInfosFromComplexCategories()
480 std::vector< ComplexCategory >::const_iterator aEnd(aComplexCategories.end()); in createAllTickInfosFromComplexCategories()
510 ::std::vector< TickInfo > aTickInfoVector; in createAllTickInfosFromComplexCategories()
511 …std::vector< ComplexCategory > aComplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider… in createAllTickInfosFromComplexCategories()
513 std::vector< ComplexCategory >::const_iterator aIt(aComplexCategories.begin()); in createAllTickInfosFromComplexCategories()
514 std::vector< ComplexCategory >::const_iterator aEnd(aComplexCategories.end()); in createAllTickInfosFromComplexCategories()
546 void VCartesianAxis::createAllTickInfos( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) in createAllTickInfos()
626 std::vector< ComplexCategoryPlacement > aComplexCategoryPlacements; in createTextShapes()
899 typedef ::std::vector< VCartesianAxis::ScreenPosAndLogicPos > tScreenPosAndLogicPosList;
1269 void VCartesianAxis::hideIdenticalScreenValues( ::std::vector< ::std::vector< TickInfo > >& rTickIn… in hideIdenticalScreenValues()
1479 ::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = m_aAllTickInfos.begin(); in updatePositions()
1480 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = m_aAllTickInfos.end(… in updatePositions()
1483 ::std::vector< TickInfo >::iterator aTickIter = aDepthIter->begin(); in updatePositions()
1484 const ::std::vector< TickInfo >::const_iterator aTickEnd = aDepthIter->end(); in updatePositions()
1531 void VCartesianAxis::createTickMarkLineShapes( ::std::vector< TickInfo >& rTickInfos, const Tickmar… in createTickMarkLineShapes()
1536 ::std::vector< TickInfo >::const_iterator aTickIter = rTickInfos.begin(); in createTickMarkLineShapes()
1537 const ::std::vector< TickInfo >::const_iterator aTickEnd = rTickInfos.end(); in createTickMarkLineShapes()
1580 ::std::vector< ::std::vector< TickInfo > > aComplexTickInfos; in createShapes()
1585 ::std::vector<TickmarkProperties> aTickmarkPropertiesList; in createShapes()
1605 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = aComplexTickInfos.be… in createShapes()
1606 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = aComplexTickInfos.en… in createShapes()
1617 ::std::vector< ::std::vector< TickInfo > > aUnshiftedTickInfos; in createShapes()
1624 …::std::vector< ::std::vector< TickInfo > >& rAllTickInfos = m_aScale.ShiftedCategoryPosition ? aUn… in createShapes()
1626 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAllTickInfos.begin(… in createShapes()
1627 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rAllTickInfos.end(); in createShapes()