Searched refs:_Index (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svtools/source/control/ |
H A D | roadmap.cxx | 104 void SetIndex( ItemIndex _Index ); 186 void removeHyperLabel( ItemIndex _Index ) in removeHyperLabel() argument 188 if ( ( _Index > -1 ) && ( _Index < getItemCount() ) ) in removeHyperLabel() 190 delete m_aRoadmapSteps[_Index]; in removeHyperLabel() 286 if ( _Index > 0 ) in GetPreviousHyperLabel() 313 pItem->Update( _Index, _sLabel ); in InsertHyperLabel() 316 pItem->SetIndex( _Index ); in InsertHyperLabel() 455 … if ( m_pImpl->getItemCount() > 0 && ( _Index > -1) && ( _Index < m_pImpl->getItemCount() ) ) in DeleteRoadmapItem() 457 m_pImpl->removeHyperLabel( _Index ); in DeleteRoadmapItem() 837 void RoadmapItem::SetIndex( ItemIndex _Index ) in SetIndex() argument [all …]
|
H A D | hyperlabel.cxx | 226 void HyperLabel::SetIndex( sal_Int32 _Index ) in SetIndex() argument 228 m_pImpl->Index = _Index; in SetIndex()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | roadmap.hxx | 89 …void InsertRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _… 90 …void ReplaceRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId … 117 RoadmapItem* GetPreviousHyperLabel( ItemIndex _Index); 124 …RoadmapItem* InsertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _aStr, Item… 125 void UpdatefollowingHyperLabels( ItemIndex _Index );
|
H A D | hyperlabel.hxx | 68 void SetIndex( sal_Int32 _Index );
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | WizardDialog.java | 298 public int insertRoadmapItem(int _Index, boolean _bEnabled, int _LabelID, int _CurItemID) in insertRoadmapItem() argument 300 return insertRoadmapItem(_Index, _bEnabled, sRMItemLabels[_LabelID], _CurItemID); in insertRoadmapItem()
|
/aoo41x/main/toolkit/inc/toolkit/controls/ |
H A D | roadmapcontrol.hxx | 99 …void SetRMItemDefaultProperties( const sal_Int32 _Index, Reference<…
|
/aoo41x/main/svx/source/inc/ |
H A D | fmvwimp.hxx | 112 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _Index) throw(::com::sun::star::l…
|
Completed in 40 milliseconds