Home
last modified time | relevance | path

Searched refs:nRootPos (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx262 …g Insert( SvListEntry* pEntry,sal_uLong nRootPos = LIST_APPEND ) { return Insert(pEntry, pRootIt… in Insert() argument
283 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); } \
H A Dsvlbox.hxx334 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()
H A Dsvtreebx.hxx319 SvLBoxEntry* GetEntry( sal_uLong nRootPos ) const { return SvLBox::GetEntry(nRootPos);} in GetEntry()
H A Dsvtabbx.hxx169 virtual sal_uLong Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos = LIST_APPEND );
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx536 sal_uLong nRootPos = 0; in ImpFindEntry() local
537 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() local
634 SvLBoxEntry* pEntry = pParent ? FirstChild( pParent ) : GetEntry( nRootPos ); in FindEntry()
642 pEntry = pParent ? NextSibling( pEntry ) : GetEntry( ++nRootPos ); in FindEntry()
H A Dbastype3.cxx481 sal_uLong nRootPos = 0; in FindRootEntry() local
482 SvLBoxEntry* pRootEntry = GetEntry( nRootPos ); in FindRootEntry()
489 pRootEntry = GetEntry( ++nRootPos ); in FindRootEntry()
H A Dmacrodlg.cxx223 sal_uLong nRootPos = 0; in Execute() local
224 SvLBoxEntry* pRootEntry = aBasicBox.GetEntry( nRootPos ); in Execute()
241 pRootEntry = aBasicBox.GetEntry( ++nRootPos ); in Execute()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx690 sal_uLong SvHeaderTabListBox::Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos ) in Insert() argument
692 sal_uLong nPos = SvTabListBox::Insert( pEntry, nRootPos ); in Insert()
H A Dsvlbox.cxx821 sal_uLong SvLBox::Insert( SvLBoxEntry* pEntry,sal_uLong nRootPos ) in Insert() argument
824 sal_uLong nInsPos = pModel->Insert( pEntry, nRootPos ); in Insert()

Completed in 69 milliseconds