Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx146 SbxVariableRef& SbxArray::GetRef32( sal_uInt32 nIdx ) in GetRef32() function in SbxArray
189 SbxVariableRef& rRef = GetRef32( nIdx ); in Get32()
231 SbxVariableRef& rRef = GetRef32( nIdx ); in Put32()
570 SbxVariableRef& rRef = GetRef32( nIdx ); in PutDirect()
762 SbxVariableRef& SbxDimArray::GetRef32( const sal_Int32* pIdx ) in GetRef32() function in SbxDimArray
764 return SbxArray::GetRef32( Offset32( pIdx ) ); in GetRef32()
816 return SbxArray::GetRef32( Offset32( pPar ) ); in GetRef()
/trunk/main/basic/inc/basic/
H A Dsbx.hxx208 SbxVariableRef& GetRef32( sal_uInt32 );
263 using SbxArray::GetRef32;
264 SbxVariableRef& GetRef32( const sal_Int32* );

Completed in 25 milliseconds