Searched refs:rnValue64 (Results 1 – 1 of 1) sorted by relevance
1378 sal_Int64& rnValue64 = aCurrency.Value; in sbxToUnoValue() local1379 rnValue64 = aInt64.nHigh; in sbxToUnoValue()1380 rnValue64 <<= 32; in sbxToUnoValue()1381 rnValue64 |= aInt64.nLow; in sbxToUnoValue()
Completed in 38 milliseconds