Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx6062 … IExtensionListBox *pELB = dynamic_cast< IExtensionListBox* >(pControl); in Execute() local
6066 … pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pELB->getItemCount())); in Execute()
6069 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pELB->getItemCount() )) in Execute()
6073 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemName( nNr1 -1 ) ); in Execute()
6076 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemVersion( nNr1 -1 ) ); in Execute()
6079 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemDescription( nNr1 -1 ) ); in Execute()
6082 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemPublisher( nNr1 -1 ) ); in Execute()
6085 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemPublisherLink( nNr1 -1 ) ); in Execute()
6094 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pELB->getItemCount() )) in Execute()
6096 pELB->select( nNr1-1 ); in Execute()
[all …]