Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx304 sal_Int32 TmpVal; in getInt() local
305 bool bRet = getLong( TmpVal ); in getInt()
306 rVal = TmpVal; in getInt()
312 sal_uInt32 TmpVal; in getUInt() local
313 bool bRet = getULong( TmpVal ); in getUInt()
314 rVal = TmpVal; in getUInt()

Completed in 20 milliseconds