Searched refs:nSelIndex (Results 1 – 12 of 12) sorted by relevance
198 XubString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const in GetSelectEntry() argument199 { return ListBox::GetSelectEntry( nSelIndex ); } in GetSelectEntry()200 Color GetSelectEntryColor( sal_uInt16 nSelIndex = 0 ) const;233 sal_uInt16 nPos = GetSelectEntryPos( nSelIndex ); in GetSelectEntryColor()282 long GetSelectEntryLine1( sal_uInt16 nSelIndex = 0 ) const;283 long GetSelectEntryLine2( sal_uInt16 nSelIndex = 0 ) const;284 long GetSelectEntryDistance( sal_uInt16 nSelIndex = 0 ) const;311 inline long LineListBox::GetSelectEntryLine1( sal_uInt16 nSelIndex ) const in GetSelectEntryLine1()313 sal_uInt16 nPos = GetSelectEntryPos( nSelIndex ); in GetSelectEntryLine1()322 sal_uInt16 nPos = GetSelectEntryPos( nSelIndex ); in GetSelectEntryLine2()[all …]
458 sal_uInt16 GetSelectPage( sal_uInt16 nSelIndex = 0 ) const;
566 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()572 if ( nSelIndex < aItems.getLength() ) in GetSelectEntryPos()573 nSelected = aItems[ nSelIndex ]; in GetSelectEntryPos()717 sal_uInt16 ListBox::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()719 return getImpl()->GetSelectEntryPos( nSelIndex ); in GetSelectEntryPos()722 String ListBox::GetSelectEntry( sal_uInt16 nSelIndex ) const in GetSelectEntry()724 return GetEntry( GetSelectEntryPos( nSelIndex ) ); in GetSelectEntry()
160 virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const in GetSelectEntryPos() argument162 return m_aComboListBox.GetSelectEntryPos(nSelIndex); in GetSelectEntryPos()
58 virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const = 0;
258 sal_uInt16 BookmarkCombo::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()265 if (nSelIndex == nCnt) in GetSelectEntryPos()
142 virtual XubString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const;143 virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
200 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
53 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
527 String GetSelectEntry( sal_uInt16 nSelIndex=0 ) const;528 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex=0 ) const;
2142 sal_Int32 nSelIndex = pFound->nSelectionIndex; in GetSelectedRecordId() local2143 if(nSelIndex >= pFound->aSelection.getLength()) in GetSelectedRecordId()2144 nSelIndex = pFound->aSelection.getLength() -1; in GetSelectedRecordId()2145 pFound->aSelection.getConstArray()[nSelIndex] >>= nRet; in GetSelectedRecordId()
2096 sal_uInt16 TabBar::GetSelectPage( sal_uInt16 nSelIndex ) const in GetSelectPage()2105 if ( nSelected == nSelIndex ) in GetSelectPage()
Completed in 107 milliseconds