Home
last modified time | relevance | path

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

/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx490 uno_Sequence * pOutIndices; in invoke() local
499 pInvokArgs[2] = &pOutIndices; in invoke()
519 pOutIndices->nElements == nOutParams, in invoke()
522 pOutIndices->nElements == nOutParams) in invoke()
524 sal_Int16 * pIndices = (sal_Int16 *)pOutIndices->elements; in invoke()
560 if (nPos == pOutIndices->nElements) in invoke()
581 ::uno_destructData( &pOutIndices, m_pFactory->m_pShortSeqTD, 0 ); in invoke()