Lines Matching refs:bRet

108 	bool bRet = ( hResult == S_OK );  in operator -=()  local
109 return bRet; in operator -=()
115 bool bRet = ( hResult == S_OK ); in operator +=() local
116 return bRet; in operator +=()
122 bool bRet = ( hResult == S_OK ); in operator /=() local
123 return bRet; in operator /=()
129 bool bRet = ( hResult == S_OK ); in operator *=() local
130 return bRet; in operator *=()
136 bool bRet = ( hResult == S_OK ); in neg() local
137 return bRet; in neg()
187 bool bRet = ( VarDecFromR4( val, &maDec ) == S_OK ); in setSingle() local
188 return bRet; in setSingle()
193 bool bRet = ( VarDecFromR8( val, &maDec ) == S_OK ); in setDouble() local
194 return bRet; in setDouble()
219 bool bRet = false; in setString() local
249 bRet = ( hResult == S_OK ); in setString()
250 return bRet; in setString()
256 bool bRet = ( VarUI2FromDec( &maDec, &rVal ) == S_OK ); in getChar() local
257 return bRet; in getChar()
262 bool bRet = ( VarUI1FromDec( &maDec, &rVal ) == S_OK ); in getByte() local
263 return bRet; in getByte()
268 bool bRet = ( VarI2FromDec( &maDec, &rVal ) == S_OK ); in getShort() local
269 return bRet; in getShort()
274 bool bRet = ( VarI4FromDec( &maDec, &rVal ) == S_OK ); in getLong() local
275 return bRet; in getLong()
280 bool bRet = ( VarUI2FromDec( &maDec, &rVal ) == S_OK ); in getUShort() local
281 return bRet; in getUShort()
286 bool bRet = ( VarUI4FromDec( &maDec, &rVal ) == S_OK ); in getULong() local
287 return bRet; in getULong()
292 bool bRet = ( VarR4FromDec( &maDec, &rVal ) == S_OK ); in getSingle() local
293 return bRet; in getSingle()
298 bool bRet = ( VarR8FromDec( &maDec, &rVal ) == S_OK ); in getDouble() local
299 return bRet; in getDouble()
305 bool bRet = getLong( TmpVal ); in getInt() local
307 return bRet; in getInt()
313 bool bRet = getULong( TmpVal ); in getUInt() local
315 return bRet; in getUInt()
392 bool bRet = false; in getString() local
399 bRet = ( hResult == S_OK ); in getString()
400 if( bRet ) in getString()
425 return bRet; in getString()