Lines Matching refs:_nIndex
129 void ImplUpdateIndex( const ItemIndex _nIndex );
375 void ORoadmap::UpdatefollowingHyperLabels( ItemIndex _nIndex ) in UpdatefollowingHyperLabels() argument
378 if ( _nIndex < (ItemIndex)rItems.size() ) in UpdatefollowingHyperLabels()
381 for ( HL_Vector::const_iterator i = rItems.begin() + _nIndex; in UpdatefollowingHyperLabels()
383 ++i, ++_nIndex in UpdatefollowingHyperLabels()
388 pItem->SetIndex( _nIndex ); in UpdatefollowingHyperLabels()
389 pItem->SetPosition( GetPreviousHyperLabel( _nIndex ) ); in UpdatefollowingHyperLabels()
419 RoadmapTypes::ItemId ORoadmap::GetItemID( ItemIndex _nIndex ) const in GetItemID()
421 const RoadmapItem* pHyperLabel = GetByIndex( _nIndex ); in GetItemID()
821 void RoadmapItem::ImplUpdateIndex( const ItemIndex _nIndex ) in ImplUpdateIndex() argument
824 mpDescription->SetIndex( _nIndex ); in ImplUpdateIndex()
828 …::rtl::OUString aIDText = ::rtl::OUString::valueOf( (sal_Int32)( _nIndex + 1 ) ) + ::rtl::OUStrin… in ImplUpdateIndex()