Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx1378 sal_Int64& rnValue64 = aCurrency.Value; in sbxToUnoValue() local
1379 rnValue64 = aInt64.nHigh; in sbxToUnoValue()
1380 rnValue64 <<= 32; in sbxToUnoValue()
1381 rnValue64 |= aInt64.nLow; in sbxToUnoValue()

Completed in 38 milliseconds