Lines Matching refs:pCurEntry
1883 SvListEntry* pCurEntry = pEntry; in ActionInsertedTree() local
1884 sal_uInt16 nRefDepth = pModel->GetDepth( pCurEntry ); in ActionInsertedTree()
1885 while( pCurEntry ) in ActionInsertedTree()
1887 DBG_ASSERT(aDataTable.Get((sal_uLong)pCurEntry)==0,"Entry already in Table"); in ActionInsertedTree()
1888 SvViewData* pViewData = CreateViewData( pCurEntry ); in ActionInsertedTree()
1891 aDataTable.Insert( (sal_uLong)pCurEntry, pViewData ); in ActionInsertedTree()
1892 pCurEntry = pModel->Next( pCurEntry ); in ActionInsertedTree()
1893 if ( pCurEntry && pModel->GetDepth(pCurEntry) <= nRefDepth) in ActionInsertedTree()
1894 pCurEntry = 0; in ActionInsertedTree()
1948 SvListEntry* pCurEntry = pEntry->pParent; in ActionRemoving() local
1949 if ( pCurEntry && pCurEntry != pModel->pRootItem && in ActionRemoving()
1950 pCurEntry->pChilds->Count() == 1 ) in ActionRemoving()
1952 pViewData = (SvViewData*)aDataTable.Get((sal_uLong)pCurEntry); in ActionRemoving()
2054 SvListEntry* pCurEntry = (SvListEntry*)aList.GetObject( nCur ); in ResortChilds() local
2056 GetInsertionPos( pCurEntry, pParent, nListPos ); in ResortChilds()
2057 pChildList->Insert( pCurEntry, nListPos ); in ResortChilds()
2058 if( pCurEntry->pChilds ) in ResortChilds()
2059 ResortChilds( pCurEntry ); in ResortChilds()