Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx5493 SvLBoxEntry *pThisEntry = ((SvTreeListBox*)pControl)->First(); \ in Execute()
5498 pThisEntry = ((SvTreeListBox*)pControl)->Next( pThisEntry ); \ in Execute()
5505 SvLBoxEntry *pThisEntry = pTree->GetCurEntry(); in Execute() local
5508 if ( pThisEntry ) in Execute()
5515 … while ( ( nValidTextItemCount < nNr1 ) && nIndex < pThisEntry->ItemCount() ) in Execute()
5517 pMyItem = pThisEntry->GetItem( nIndex ); in Execute()
5546 …eturn ( RET_Value, aUId, comm_ULONG( ((SvTreeListBox*)pControl)->GetVisiblePos( pThisEntry )) +1 ); in Execute()
5611 … if ( ValueOK( aUId, MethodString( nMethodId ),nNr2,pThisEntry->ItemCount() ) ) in Execute()
5615 … pItem = (SvLBoxString*)pThisEntry->GetFirstItem( SV_ITEM_ID_LBOXSTRING ); in Execute()
5618 SvLBoxItem *pMyItem = pThisEntry->GetItem( nNr2-1 ); in Execute()
[all …]