Lines Matching defs:nPos
44 inline sal_uLong ImplCreateKey( sal_uInt16 nPos ) in ImplCreateKey()
58 sal_uInt16 nPos = pEntryList->FindEntry( aToken ); in lcl_GetSelectedEntries() local
358 sal_uInt16 nPos = LISTBOX_ENTRY_NOTFOUND; in IMPL_LINK() local
989 sal_uInt16 ComboBox::InsertEntry( const XubString& rStr, sal_uInt16 nPos ) in InsertEntry()
999 sal_uInt16 ComboBox::InsertEntry( const XubString& rStr, const Image& rImage, sal_uInt16 nPos ) in InsertEntry()
1016 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
1042 sal_uInt16 nPos = mpImplLB->GetEntryList()->FindEntry( rStr ); in GetEntryPos() local
1052 sal_uInt16 nPos = mpImplLB->GetEntryList()->FindEntry( pData ); in GetEntryPos() local
1445 void ComboBox::SetEntryData( sal_uInt16 nPos, void* pNewData ) in SetEntryData()
1459 void ComboBox::SetTopEntry( sal_uInt16 nPos ) in SetTopEntry()
1466 void ComboBox::ShowProminentEntry( sal_uInt16 nPos ) in ShowProminentEntry()
1475 sal_uInt16 nPos = GetEntryCount() ? mpImplLB->GetTopEntry() : LISTBOX_ENTRY_NOTFOUND; in GetTopEntry() local
1532 sal_uInt16 nPos = mpImplLB->GetEntryList()->GetSelectEntryPos( nIndex ); in GetSelectEntryPos() local
1547 void ComboBox::SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect) in SelectEntryPos()