Lines Matching refs:pStartEntry
88 pStartEntry = 0; in SvImpLBox()
257 pStartEntry = 0; in Clear()
365 SvLBoxEntry* pNextFirstToDraw = (SvLBoxEntry*)(pView->NextVisible( pStartEntry)); in CursorDown()
372 pStartEntry = pNextFirstToDraw; in CursorDown()
383 SvLBoxEntry* pPrevFirstToDraw = (SvLBoxEntry*)(pView->PrevVisible( pStartEntry)); in CursorUp()
391 pStartEntry = pPrevFirstToDraw; in CursorUp()
409 pNext = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nRealDelta )); in PageDown()
410 if( (sal_uLong)pNext == (sal_uLong)pStartEntry ) in PageDown()
417 pStartEntry = pNext; in PageDown()
446 SvLBoxEntry* pPrev = (SvLBoxEntry*)(pView->PrevVisible( pStartEntry, nRealDelta )); in PageUp()
447 if( (sal_uLong)pPrev == (sal_uLong)pStartEntry ) in PageUp()
454 pStartEntry = pPrev; in PageUp()
784 if( pView->GetEntryCount() == 0 || !pStartEntry || !pView->GetEntryHeight()) in GetClickedEntry()
789 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nTemp )); in GetClickedEntry()
826 if( (pView->GetEntryCount() == 0) || !pStartEntry || in GetEntry()
833 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nTemp )); in GetEntry()
869 pEntry = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nSteps )); in MakePointVisible()
902 if( pFirst != pStartEntry ) in Paint()
905 pStartEntry = pView->First(); in Paint()
914 if( !pStartEntry ) in Paint()
916 pStartEntry = pView->First(); in Paint()
920 sal_uLong nXAbsPos = (sal_uInt16)pTree->GetAbsPos( pStartEntry ); in Paint()
921 sal_uLong nXVisPos = pView->GetVisiblePos( pStartEntry ); in Paint()
922 SvLBoxString* pXStr = (SvLBoxString*)pStartEntry->GetFirstItem( SV_ITEM_ID_LBOXSTRING); in Paint()
939 SvLBoxEntry* pEntry = pStartEntry; in Paint()
968 SetCursor( pStartEntry, bNotSelect ); in Paint()
989 if( bInView && (!bMoveToTop || pStartEntry == pEntry) ) in MakeVisible()
992 if( pStartEntry || (m_nStyle & WB_FORCE_MAKEVISIBLE) ) in MakeVisible()
1017 pStartEntry = pEntry; in MakeVisible()
1020 aVerSBar.SetThumbPos( (long)(pView->GetVisiblePos( pStartEntry )) ); in MakeVisible()
1031 if( !pStartEntry ) in RepaintSelectionItems()
1032 pStartEntry = pView->First(); in RepaintSelectionItems()
1043 SvLBoxEntry* pEntry = pStartEntry; in RepaintSelectionItems()
1057 if( pView->GetVisibleCount() < 2 && !pStartEntry->HasChildsOnDemand() && in DrawNet()
1058 !pStartEntry->HasChilds() ) in DrawNet()
1082 SvLBoxEntry* pEntry = pStartEntry; in DrawNet()
1087 sal_uInt16 nOffs = (sal_uInt16)(pView->GetVisiblePos( pStartEntry ) - in DrawNet()
1392 if( !pStartEntry ) in FillView()
1398 pStartEntry = (SvLBoxEntry*)(pView->GetEntryAtVisPos(nTempThumb)); in FillView()
1400 if( pStartEntry ) in FillView()
1403 sal_uInt16 nThumb = (sal_uInt16)(pView->GetVisiblePos( pStartEntry )); in FillView()
1411 SvLBoxEntry* pTemp = pStartEntry; in FillView()
1414 pTemp = (SvLBoxEntry*)(pView->PrevVisible(pStartEntry)); in FillView()
1418 pStartEntry = pTemp; in FillView()
1502 if( pStartEntry ) in SyncVerThumb()
1504 long nEntryPos = pView->GetVisiblePos( pStartEntry ); in SyncVerThumb()
1528 if(!pStartEntry ) in GetEntryLine()
1531 long nFirstVisPos = pView->GetVisiblePos( pStartEntry ); in GetEntryLine()
1596 if( pStartEntry ) in EntryCollapsed()
1604 pStartEntry = pView->First(); in EntryCollapsed()
1607 pStartEntry = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, in EntryCollapsed()
1628 if( !pView->IsEntryVisible( pEntry ) || !pStartEntry ) in CollapsingEntry()
1642 if( pTree->IsChild(pEntry, pStartEntry) ) in CollapsingEntry()
1644 pStartEntry = pEntry; in CollapsingEntry()
1729 SvLBoxEntry* pOldStartEntry = pStartEntry; in RemovingEntry()
1742 if( pStartEntry && pTree->IsChild(pEntry,pStartEntry) ) in RemovingEntry()
1743 pStartEntry = pEntry; in RemovingEntry()
1758 if( pStartEntry && pStartEntry == pEntry ) in RemovingEntry()
1760 pTemp = pView->NextSibling( pStartEntry ); in RemovingEntry()
1762 pTemp = (SvLBoxEntry*)(pView->PrevVisible( pStartEntry )); in RemovingEntry()
1763 pStartEntry = pTemp; in RemovingEntry()
1769 …if( pStartEntry && (pStartEntry != pOldStartEntry || pEntry == (SvLBoxEntry*)pView->GetModel()->La… in RemovingEntry()
1771 aVerSBar.SetThumbPos( pView->GetVisiblePos( pStartEntry )); in RemovingEntry()
1786 if( !pStartEntry ) in EntryRemoved()
1787 pStartEntry = pTree->First(); in EntryRemoved()
1789 SetCursor( pStartEntry, sal_True ); in EntryRemoved()
1800 if( pStartEntry ) in EntryRemoved()
1802 aVerSBar.SetThumbPos( pView->GetVisiblePos( pStartEntry) ); in EntryRemoved()
1839 if( pEntry == pStartEntry ) in MovingEntry()
1844 pNew = (SvLBoxEntry*)(pView->NextVisible( pStartEntry )); in MovingEntry()
1846 pNew = (SvLBoxEntry*)(pView->PrevVisible( pStartEntry )); in MovingEntry()
1854 pStartEntry = pNew; in MovingEntry()
1863 if ( !pStartEntry ) in EntryMoved()
1866 pStartEntry = pView->First(); in EntryMoved()
1869 sal_uInt16 nFirstPos = (sal_uInt16)pTree->GetAbsPos( pStartEntry ); in EntryMoved()
1873 pStartEntry = pEntry; in EntryMoved()
1922 else if( pStartEntry && nY < GetEntryLine(pStartEntry) ) in EntryInserted()
1928 sal_uInt16 nThumb = (sal_uInt16)(pView->GetVisiblePos( pStartEntry )); in EntryInserted()
1933 pStartEntry = 0; in EntryInserted()
1938 else if( !pStartEntry ) in EntryInserted()
1963 if( pStartEntry != pView->First() && (nFlags & F_FILLING) ) in EntryInserted()
2252 pCursor = pStartEntry; in KeyInput()