Searched refs:Get32 (Results 1 – 9 of 9) sorted by relevance
208 SbxVariable* Get32( sal_uInt32 );264 using SbxArray::Get32;265 SbxVariable* Get32( const sal_Int32* );
182 SbxVariable* SbxArray::Get32( sal_uInt32 nIdx ) in Get32() function in SbxArray767 SbxVariable* SbxDimArray::Get32( const sal_Int32* pIdx ) in Get32() function in SbxDimArray769 return SbxArray::Get32( Offset32( pIdx ) ); in Get32()821 return SbxArray::Get32( Offset32( pPar ) ); in Get()
535 SbxVariable* pVar = pProps->Get32( i ); in cloneTypeObjectImpl()640 SbxVariable* pVar = pClassMethods->Get32( i ); in TYPEINIT1()666 SbxVariable* pVar = pClassMethods->Get32( i ); in TYPEINIT1()698 SbxVariable* pVar = pClassProps->Get32( i ); in TYPEINIT1()2175 SbxVariable* pVar = xItemArray->Get32( i ); in implGetIndexForName()2275 pRes = xItemArray->Get32( nIndex ); in CollItem()
1036 SbxVariableRef xVar = pArray->Get32( &nIdx ); in getUnoTypeForSbxValue()1075 SbxVariableRef xVar = pArray->SbxArray::Get32( i ); in getUnoTypeForSbxValue()1268 SbxVariable* pSource = pArray->Get32( pActualIndices ); in implRekMultiDimArrayToSequence()1493 SbxVariableRef xVar = pArray->Get32( &nIdx ); in sbxToUnoValue()
188 return alignment(arr->Get32(&low[0])); in alignment()243 false, arr->Get32(&idx[0]), false, blob, offset, data); in marshalArray()436 data = unmarshal(arr->Get32(&idx[0]), data); in unmarshal()
266 SbxVariable* pVal = pArray->Get32( p->pArrayCurIndices ); in StepTESTFOR()296 SbxVariable* pRes = xItemArray->Get32( pForStk->nCurCollectionIndex ); in StepTESTFOR()
849 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray()850 SbxVariable* pDest = pNewArray->Get32( pActualIndices ); in implCopyDimArray()
986 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray_DCREATE()
2802 SbxVariable* p = refArray->Get32( nIdx ); in ScMacro()2827 SbxVariable* p = refArray->Get32( nIdx ); in ScMacro()2904 pV = pDimArray->Get32( nIdx ); in ScMacro()
Completed in 77 milliseconds