Home
last modified time | relevance | path

Searched refs:GetEntryAtVisPos (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/inc/svtools/
H A Dtreelist.hxx201 SvListEntry* GetEntryAtVisPos( const SvListView*,sal_uLong nVisPos ) const;
370 …SvListEntry* GetEntryAtVisPos( sal_uLong nVisPos ) const { return pModel->GetEntryAtVisPos((SvL… in GetEntryAtVisPos() function in SvListView
/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx5575 … SvLBoxEntry *pEntry = (SvLBoxEntry*)((SvTreeListBox*)pControl)->GetEntryAtVisPos( nNr1-1 ); in Execute()
5589 … SvLBoxEntry *pEntry = (SvLBoxEntry*)((SvTreeListBox*)pControl)->GetEntryAtVisPos( nNr1-1 ); in Execute()
5603 … SvLBoxEntry *pEntry = (SvLBoxEntry*)((SvTreeListBox*)pControl)->GetEntryAtVisPos( nNr1-1 ); in Execute()
5639 … SvLBoxEntry *pThisEntry = (SvLBoxEntry*)((SvTreeListBox*)pControl)->GetEntryAtVisPos( nNr1-1 ); in Execute()
5681 … pThisEntry = (SvLBoxEntry*)pTree->GetEntryAtVisPos( nNr1-1 ); in Execute()
5765 … pThisEntry = (SvLBoxEntry*)pTree->GetEntryAtVisPos( nNr1-1 ); in Execute()
/AOO41X/main/svtools/source/contnr/
H A Dtreelist.cxx1565 SvListEntry* SvTreeList::GetEntryAtVisPos( const SvListView* pView, sal_uLong nVisPos ) const in GetEntryAtVisPos() function in SvTreeList
H A Dsvimpbox.cxx1398 pStartEntry = (SvLBoxEntry*)(pView->GetEntryAtVisPos(nTempThumb)); in FillView()