Home
last modified time | relevance | path

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

/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx5499 SvLBoxEntry *pThisEntry = ((SvTreeListBox*)pControl)->First(); \ in Execute()
5504 pThisEntry = ((SvTreeListBox*)pControl)->Next( pThisEntry ); \ in Execute()
5511 SvLBoxEntry *pThisEntry = pTree->GetCurEntry(); in Execute() local
5514 if ( pThisEntry ) in Execute()
5521 … while ( ( nValidTextItemCount < nNr1 ) && nIndex < pThisEntry->ItemCount() ) in Execute()
5523 pMyItem = pThisEntry->GetItem( nIndex ); in Execute()
5552 …eturn ( RET_Value, aUId, comm_ULONG( ((SvTreeListBox*)pControl)->GetVisiblePos( pThisEntry )) +1 ); in Execute()
5617 … if ( ValueOK( aUId, MethodString( nMethodId ),nNr2,pThisEntry->ItemCount() ) ) in Execute()
5621 … pItem = (SvLBoxString*)pThisEntry->GetFirstItem( SV_ITEM_ID_LBOXSTRING ); in Execute()
5624 SvLBoxItem *pMyItem = pThisEntry->GetItem( nNr2-1 ); in Execute()
[all …]