Lines Matching defs:nPos

131 void ImplEntryList::SelectEntry( sal_uInt16 nPos, sal_Bool bSelect )  in SelectEntry()
157 sal_uInt16 ImplEntryList::InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry, sal_Bool bSort ) in InsertEntry()
247 void ImplEntryList::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
278 sal_uInt16 nPos = LISTBOX_ENTRY_NOTFOUND; in FindMatchingEntry() local
308 sal_uInt16 nPos = LISTBOX_ENTRY_NOTFOUND; in FindEntry() local
392 void ImplEntryList::SetEntryData( sal_uInt16 nPos, void* pNewData ) in SetEntryData()
409 void ImplEntryList::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
495 sal_uInt16 ImplEntryList::FindFirstSelectable( sal_uInt16 nPos, bool bForward /* = true */ ) in FindFirstSelectable()
787 sal_uInt16 ImplListBoxWindow::InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry ) in InsertEntry()
801 void ImplListBoxWindow::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
812 void ImplListBoxWindow::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
883 sal_uInt16 nPos = mnTop; in GetLastVisibleEntry() local
1035 void ImplListBoxWindow::SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntry()
1109 for ( sal_uInt16 nPos = 0; nPos < nEntryCount; nPos++ ) in SelectEntries() local
1780 void ImplListBoxWindow::ImplPaint( sal_uInt16 nPos, sal_Bool bErase, bool bLayout ) in ImplPaint()
1832 void ImplListBoxWindow::DrawEntry( sal_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bo… in DrawEntry()
2039 sal_uInt16 nPos = mnCurrentPos; in GetFocus() local
2107 sal_uInt16 nPos = nEntryPos; in ShowProminentEntry() local
2308 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const XubString& rStr ) in InsertEntry()
2318 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const Image& rImage ) in InsertEntry()
2328 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const XubString& rStr, const Image& rImage ) in InsertEntry()
2338 void ImplListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
2346 void ImplListBox::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
2360 void ImplListBox::SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntry()
2424 sal_uInt16 nPos = (sal_uInt16) pSB->GetThumbPos(); in IMPL_LINK() local
3284 sal_uInt16 nPos = mpImplLB->GetEntryList()->GetSelectEntryPos( 0 ); in StartFloat() local