Home
last modified time | relevance | path

Searched refs:n64 (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx398 sal_Int64 n64 = n; in ImplLogicToPixel() local
399 n64 *= nMapNum; in ImplLogicToPixel()
400 n64 *= nDPI; in ImplLogicToPixel()
402 n = (long)n64; in ImplLogicToPixel()
405 n = (long)(2 * n64 / nMapDenom); in ImplLogicToPixel()
455 sal_Int64 n64 = n; in ImplPixelToLogic() local
456 n64 *= nMapDenom; in ImplPixelToLogic()
458 n = (long)(2 * n64 / nDenom); in ImplPixelToLogic()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx65 sal_Int64 n64 = n >> 32; in printf64() local
66 sal_uInt32 n32 = n64 & 0xffffffff; in printf64()
/trunk/main/basic/source/sbx/
H A Dsbxint.cxx748 sal_Int64 n64 = aOStr.toInt64(); in ImpGetUInt64() local
749 if( n64 == 0 ) in ImpGetUInt64()
767 else if( n64 < 0 ) in ImpGetUInt64()
773 nRes = n64; in ImpGetUInt64()

Completed in 24 milliseconds