Searched refs:nRootPos (Results 1 – 9 of 9) sorted by relevance
262 …g Insert( SvListEntry* pEntry,sal_uLong nRootPos = LIST_APPEND ) { return Insert(pEntry, pRootIt… in Insert() argument283 SvListEntry* GetEntry( sal_uLong nRootPos ) const;458 inline SvListEntry* SvTreeList::GetEntry( sal_uLong nRootPos ) const in GetEntry()462 pRet = (SvListEntry*)(pRootItem->pChilds->GetObject(nRootPos)); in GetEntry()500 Type GetEntry( sal_uLong nRootPos ) const \501 { return (Type)SvTreeList::GetEntry(nRootPos); } \
334 virtual sal_uLong Insert( SvLBoxEntry* pEntry,sal_uLong nRootPos = LIST_APPEND );435 …SvLBoxEntry* GetEntry( sal_uLong nRootPos ) const { return (SvLBoxEntry*)(pModel->GetEntry(nRootPo… in GetEntry()
319 SvLBoxEntry* GetEntry( sal_uLong nRootPos ) const { return SvLBox::GetEntry(nRootPos);} in GetEntry()
169 virtual sal_uLong Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos = LIST_APPEND );
536 sal_uLong nRootPos = 0; in ImpFindEntry() local537 SvLBoxEntry* pEntry = pParent ? FirstChild( pParent ) : GetEntry( nRootPos ); in ImpFindEntry()543 pEntry = pParent ? NextSibling( pEntry ) : GetEntry( ++nRootPos ); in ImpFindEntry()633 sal_uLong nRootPos = 0; in FindEntry() local634 SvLBoxEntry* pEntry = pParent ? FirstChild( pParent ) : GetEntry( nRootPos ); in FindEntry()642 pEntry = pParent ? NextSibling( pEntry ) : GetEntry( ++nRootPos ); in FindEntry()
481 sal_uLong nRootPos = 0; in FindRootEntry() local482 SvLBoxEntry* pRootEntry = GetEntry( nRootPos ); in FindRootEntry()489 pRootEntry = GetEntry( ++nRootPos ); in FindRootEntry()
223 sal_uLong nRootPos = 0; in Execute() local224 SvLBoxEntry* pRootEntry = aBasicBox.GetEntry( nRootPos ); in Execute()241 pRootEntry = aBasicBox.GetEntry( ++nRootPos ); in Execute()
690 sal_uLong SvHeaderTabListBox::Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos ) in Insert() argument692 sal_uLong nPos = SvTabListBox::Insert( pEntry, nRootPos ); in Insert()
821 sal_uLong SvLBox::Insert( SvLBoxEntry* pEntry,sal_uLong nRootPos ) in Insert() argument824 sal_uLong nInsPos = pModel->Insert( pEntry, nRootPos ); in Insert()
Completed in 57 milliseconds