Searched refs:LastSelected (Results 1 – 9 of 9) sorted by relevance
209 SvListEntry* LastSelected( const SvListView*) const;369 SvListEntry* LastSelected() const { return pModel->LastSelected(this); } in LastSelected() function in SvListView
421 SvLBoxEntry* LastSelected() const { return (SvLBoxEntry*)(SvListView::LastSelected()); } in LastSelected() function in SvLBox
487 sal_uIntPtr nCurMax = LastSelected(); in Select()738 long MultiSelection::LastSelected() in LastSelected() function in MultiSelection
103 long LastSelected();
379 SvLBoxEntry* pLastSelected = LastSelected(); in MoveSelection()
944 SvLBoxEntry* pSelEntry = LastSelected(); in ExcecuteContextMenuAction()
1224 SvListEntry* SvTreeList::LastSelected( const SvListView* pView ) const in LastSelected() function in SvTreeList
1795 SvLBoxEntry* pEntry = _pStartWith ? _pStartWith : LastSelected(); in getNextEntry()
2123 return bMultiSelection ? uRow.pSel->LastSelected() : uRow.nSel; in LastSelectedRow()
Completed in 66 milliseconds