Home
last modified time | relevance | path

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

/trunk/main/basic/inc/basic/ !
H A Dsbx.hxx209 SbxVariable* Get32( sal_uInt32 );
265 using SbxArray::Get32;
266 SbxVariable* Get32( const sal_Int32* );
/trunk/main/basic/source/sbx/ !
H A Dsbxarray.cxx182 SbxVariable* SbxArray::Get32( sal_uInt32 nIdx ) in Get32() function in SbxArray
767 SbxVariable* SbxDimArray::Get32( const sal_Int32* pIdx ) in Get32() function in SbxDimArray
769 return SbxArray::Get32( Offset32( pIdx ) ); in Get32()
821 return SbxArray::Get32( Offset32( pPar ) ); in Get()
/trunk/main/basic/source/classes/ !
H A Dsb.cxx535 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()
H A Dsbunoobj.cxx1036 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()
/trunk/main/basic/source/runtime/ !
H A Ddllmgr.cxx188 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()
H A Dstep1.cxx266 SbxVariable* pVal = pArray->Get32( p->pArrayCurIndices ); in StepTESTFOR()
296 SbxVariable* pRes = xItemArray->Get32( pForStk->nCurCollectionIndex ); in StepTESTFOR()
H A Dstep0.cxx849 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray()
850 SbxVariable* pDest = pNewArray->Get32( pActualIndices ); in implCopyDimArray()
H A Dstep2.cxx986 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray_DCREATE()
/trunk/main/sc/source/core/tool/ !
H A Dinterpr4.cxx2802 SbxVariable* p = refArray->Get32( nIdx ); in ScMacro()
2827 SbxVariable* p = refArray->Get32( nIdx ); in ScMacro()
2904 pV = pDimArray->Get32( nIdx ); in ScMacro()

Completed in 153 milliseconds