Lines Matching refs:sal_uLong

88 		sal_uLong		nCur = 0;  in SetListPositions()
188 SvListEntry* pEntry2, sal_uLong nPos ) in Broadcast()
190 sal_uLong nViewCount = aViewList.Count(); in Broadcast()
191 for( sal_uLong nCurView = 0; nCurView < nViewCount; nCurView++ ) in Broadcast()
201 sal_uLong nPos = aViewList.GetPos( pView ); in InsertView()
211 sal_uLong nPos = aViewList.GetPos( pView ); in RemoveView()
313 sal_uLong SvTreeList::Move(SvListEntry* pSrcEntry,SvListEntry* pTargetParent,sal_uLong nListPos) in Move()
357 if ( pSrcList && (sal_uLong)pSrcList != (sal_uLong)pDstList ) in Move()
364 sal_uLong nRetVal = pDstList->GetPos( pSrcEntry ); in Move()
370 sal_uLong SvTreeList::Copy(SvListEntry* pSrcEntry,SvListEntry* pTargetParent,sal_uLong nListPos) in Copy()
381 sal_uLong nCloneCount = 0; in Copy()
394 sal_uLong nRetVal = pDstList->GetPos( pClonedEntry ); in Copy()
413 sal_uLong nPos; in Move()
442 sal_uLong nPos; in Copy()
469 sal_uLong nPos; in InsertTree()
486 SvListEntry* pTargetParent,sal_uLong nListPos) in InsertTree()
539 SvListEntry* SvTreeList::Clone( SvListEntry* pEntry, sal_uLong& nCloneCount ) const in Clone()
561 sal_uLong& nCloneCount ) const in CloneChilds()
595 sal_uLong SvTreeList::GetChildCount( SvListEntry* pParent ) const in GetChildCount()
602 sal_uLong nCount = 0; in GetChildCount()
624 sal_uLong SvTreeList::GetVisibleChildCount(const SvListView* pView, SvListEntry* pParent) const in GetVisibleChildCount()
631 sal_uLong nCount = 0; in GetVisibleChildCount()
643 sal_uLong SvTreeList::GetChildSelectionCount(const SvListView* pView,SvListEntry* pParent) const in GetChildSelectionCount()
650 sal_uLong nCount = 0; in GetChildSelectionCount()
706 sal_uLong nActualPos = pActEntry->GetChildListPos(); in Next()
768 sal_uLong nActualPos = pActEntry->GetChildListPos(); in Prev()
834 sal_uLong SvTreeList::GetVisiblePos( const SvListView* pView, SvListEntry* pEntry ) const in GetVisiblePos()
858 sal_uLong SvTreeList::GetVisibleCount( const SvListView* pView ) const in GetVisibleCount()
866 sal_uLong nPos = 0; in GetVisibleCount()
915 sal_uLong nActualPos = pActEntry->GetChildListPos(); in NextVisible()
983 sal_uLong nActualPos = pActEntry->GetChildListPos(); in PrevVisible()
1048 sal_uLong nVisPos = GetVisiblePos( pView, pEntry ); in NextVisible()
1081 sal_uLong nVisPos = GetVisiblePos( pView, pEntry ); in PrevVisible()
1138 sal_uLong nPos = pEntry->GetChildListPos(); in NextSibling()
1152 sal_uLong nPos = pEntry->GetChildListPos(); in PrevSibling()
1242 sal_uLong SvTreeList::Insert( SvListEntry* pEntry,SvListEntry* pParent,sal_uLong nPos ) in Insert()
1288 sal_uLong SvTreeList::GetAbsPos( SvListEntry* pEntry) const in GetAbsPos()
1307 sal_uLong nPos = 0; in SetAbsolutePositions()
1451 sal_uLong nRemoved = 1 + GetChildCount(pEntry); in Remove()
1461 sal_uLong nListPos = pEntry->GetChildListPos(); in Remove()
1505 sal_uLong SvTreeList::SelectChilds(SvListView* pView, SvListEntry* pParent,sal_Bool bSelect ) in SelectChilds()
1515 sal_uLong nCount = 0; in SelectChilds()
1554 SvListEntry* SvTreeList::GetEntryAtAbsPos( sal_uLong nAbsPos ) const in GetEntryAtAbsPos()
1565 SvListEntry* SvTreeList::GetEntryAtVisPos( const SvListView* pView, sal_uLong nVisPos ) const in GetEntryAtVisPos()
1617 sal_uLong nPos = 0; in lcl_CheckList()
1628 sal_uLong nMyEntryCount = 0; in CheckIntegrity()
1723 aDataTable.Insert( (sal_uLong)pEntry, pViewData ); in InitTable()
1731 aDataTable.Insert( (sal_uLong)pEntry, pViewData ); in InitTable()
1766 aDataTable.Insert( (sal_uLong)pEntry, pViewData ); in Clear()
1806 SvListEntry* /* pTargetParent */ , sal_uLong /* nPos */ ) in ModelIsMoving() argument
1832 void SvListView::ActionMoving( SvListEntry* pEntry,SvListEntry*,sal_uLong) in ActionMoving() argument
1839 SvViewData* pViewData = (SvViewData*)aDataTable.Get( (sal_uLong)pParent ); in ActionMoving()
1849 sal_uLong /* nChildPos */ ) in ActionMoved() argument
1865 aDataTable.Insert( (sal_uLong)pEntry, pData ); in ActionInserted()
1887 DBG_ASSERT(aDataTable.Get((sal_uLong)pCurEntry)==0,"Entry already in Table"); in ActionInsertedTree()
1891 aDataTable.Insert( (sal_uLong)pCurEntry, pViewData ); in ActionInsertedTree()
1906 SvViewData* pViewData = (SvViewData*)aDataTable.Get((sal_uLong)pCur); in RemoveViewData()
1908 aDataTable.Remove( (sal_uLong)pCur ); in RemoveViewData()
1923 SvViewData* pViewData = (SvViewData*)aDataTable.Get( (sal_uLong)pEntry ); in ActionRemoving()
1924 sal_uLong nSelRemoved = 0; in ActionRemoving()
1928 sal_uLong nVisibleRemoved = 0; in ActionRemoving()
1943 pViewData = (SvViewData*)aDataTable.Get((sal_uLong)pEntry); in ActionRemoving()
1945 aDataTable.Remove( (sal_uLong)pEntry ); in ActionRemoving()
1952 pViewData = (SvViewData*)aDataTable.Get((sal_uLong)pCurEntry); in ActionRemoving()
1969 SvListEntry* pEntry2, sal_uLong nPos ) in ModelNotification()
2051 sal_uLong nCount = aList.Count(); in ResortChilds()
2052 for( sal_uLong nCur = 0; nCur < nCount; nCur++ ) in ResortChilds()
2055 sal_uLong nListPos = LIST_APPEND; in ResortChilds()
2065 sal_uLong& rPos ) in GetInsertionPos()