Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx921 sal_uLong nXVisPos = pView->GetVisiblePos( pStartEntry ); in Paint()
1020 aVerSBar.SetThumbPos( (long)(pView->GetVisiblePos( pStartEntry )) ); in MakeVisible()
1087 sal_uInt16 nOffs = (sal_uInt16)(pView->GetVisiblePos( pStartEntry ) - in DrawNet()
1088 pView->GetVisiblePos( pEntry )); in DrawNet()
1123 nDistance = (sal_uInt16)(pView->GetVisiblePos(pChild) - in DrawNet()
1124 pView->GetVisiblePos(pEntry)); in DrawNet()
1402 … sal_uInt16 nLast = (sal_uInt16)(pView->GetVisiblePos( (SvLBoxEntry*)(pView->LastVisible()))); in FillView()
1403 sal_uInt16 nThumb = (sal_uInt16)(pView->GetVisiblePos( pStartEntry )); in FillView()
1504 long nEntryPos = pView->GetVisiblePos( pStartEntry ); in SyncVerThumb()
1531 long nFirstVisPos = pView->GetVisiblePos( pStartEntry ); in GetEntryLine()
[all …]
H A Dtreelist.cxx834 sal_uLong SvTreeList::GetVisiblePos( const SvListView* pView, SvListEntry* pEntry ) const in GetVisiblePos() function in SvTreeList
1048 sal_uLong nVisPos = GetVisiblePos( pView, pEntry ); in NextVisible()
1081 sal_uLong nVisPos = GetVisiblePos( pView, pEntry ); in PrevVisible()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx202 sal_uLong GetVisiblePos( const SvListView*,SvListEntry* pEntry ) const;
371 …sal_uLong GetVisiblePos( SvListEntry* pEntry ) const { return pModel->GetVisiblePos((SvL… in GetVisiblePos() function in SvListView
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5546 …>GenReturn ( RET_Value, aUId, comm_ULONG( ((SvTreeListBox*)pControl)->GetVisiblePos( pThisEntry ))… in Execute()