Home
last modified time | relevance | path

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

/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx6075 … IExtensionListBox *pELB = dynamic_cast< IExtensionListBox* >(pControl); in Execute() local
6079 … pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pELB->getItemCount())); in Execute()
6082 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pELB->getItemCount() )) in Execute()
6086 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemName( nNr1 -1 ) ); in Execute()
6089 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemVersion( nNr1 -1 ) ); in Execute()
6092 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemDescription( nNr1 -1 ) ); in Execute()
6095 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemPublisher( nNr1 -1 ) ); in Execute()
6098 … pRet->GenReturn ( RET_Value, aUId, pELB->getItemPublisherLink( nNr1 -1 ) ); in Execute()
6107 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pELB->getItemCount() )) in Execute()
6109 pELB->select( nNr1-1 ); in Execute()
[all …]